-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant variable copying in for loops #473
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With the release of Go 1.22, it's no longer necessary to manually copy loop variables inside for loops. Signed-off-by: Marko Lukša <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #473 +/- ##
=======================================
Coverage 76.16% 76.16%
=======================================
Files 37 37
Lines 1867 1867
=======================================
Hits 1422 1422
Misses 371 371
Partials 74 74 ☔ View full report in Codecov by Sentry. |
/retest |
FilipB
approved these changes
Nov 12, 2024
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 12, 2024
* upstream/main: Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 12, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 12, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 13, 2024
* upstream/main: Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 14, 2024
* upstream/main: Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 14, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 14, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 14, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 14, 2024
* upstream/main: Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 14, 2024
* upstream/main: Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 15, 2024
* upstream/main: Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 15, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 15, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 15, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 21, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 21, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 21, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 21, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 21, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 22, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 22, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 22, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 22, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 22, 2024
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) Fixing issue with missing istiod-remote chart when adding new versions (istio-ecosystem#464) # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 22, 2024
* upstream/main: (21 commits) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 22, 2024
* upstream/main: (21 commits) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) Remove RemoteIstio resource (istio-ecosystem#461) Update version reference in docs guide (istio-ecosystem#465) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 25, 2024
* upstream/main: (23 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 25, 2024
* upstream/main: (23 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) Minor updates to Gateway docs (istio-ecosystem#466) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 25, 2024
* upstream/main: (24 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) Clean up istiod-gateway-controller-istio-system ClusterRole & Binding in primary-remote test (istio-ecosystem#470) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 25, 2024
* upstream/main: (25 commits) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 25, 2024
* upstream/main: (25 commits) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 25, 2024
* upstream/main: (25 commits) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 26, 2024
* upstream/main: (25 commits) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) Implement temporary hack to prevent removal of pull secrets added by external controllers (istio-ecosystem#469) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 26, 2024
* upstream/main: (26 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 26, 2024
* upstream/main: (26 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 26, 2024
* upstream/main: (26 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 27, 2024
* upstream/main: (26 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) enhancements: add SEP for revision tag support (istio-ecosystem#212) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 27, 2024
* upstream/main: (27 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#495) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 27, 2024
* upstream/main: (27 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#495) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 27, 2024
* upstream/main: (27 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#495) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 27, 2024
* upstream/main: (27 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#495) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Nov 28, 2024
* upstream/main: (27 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#495) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#492) Update e2e Documentation with env var to set sample yaml files (istio-ecosystem#487) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#490) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#489) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#488) Centralize the way the sample apps yaml are being set to be deployed (istio-ecosystem#483) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#485) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#484) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#482) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#480) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#479) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477) Bump github.com/docker/docker in the go_modules group across 1 directory (istio-ecosystem#271) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#476) Add 1.24.0 (istio-ecosystem#474) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#475) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#468) Remove redundant variable copying in for loops (istio-ecosystem#473) ... # Conflicts: # api/v1alpha1/remoteistio_types.go # bundle/manifests/sailoperator.io_remoteistios.yaml # chart/crds/sailoperator.io_remoteistios.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/templates/configmap-cni.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/rbac.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/default.yaml
sridhargaddam
added a commit
that referenced
this pull request
Dec 24, 2024
This reverts commit e195a23.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With the release of Go 1.22, it's no longer necessary to manually copy loop variables inside for loops.