-
Notifications
You must be signed in to change notification settings - Fork 30
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
enhancements: add SEP for revision tag support #212
enhancements: add SEP for revision tag support #212
Conversation
Signed-off-by: Daniel Grimm <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dgn for the SEP.
Signed-off-by: Daniel Grimm <[email protected]>
Signed-off-by: Daniel Grimm <[email protected]>
Signed-off-by: Daniel Grimm <[email protected]>
Signed-off-by: Daniel Grimm <[email protected]>
Signed-off-by: Daniel Grimm <[email protected]>
653f38b
to
6c6f177
Compare
Signed-off-by: Daniel Grimm <[email protected]>
LGTM, but will wait if others have any review comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Can someone confirm that there are two separate approaches to creating tags in upstream istio?
In the current proposal, we'll be creating the webhook through this second mechanism. But this doesn't feel right. A tag is not really part of a control plane; it's a separate thing that points to one. The lifecycle of the tag is (and should be) completely separate from the control plane. If we use the |
|
Signed-off-by: Daniel Grimm <[email protected]>
|
||
Revision tags can have any name, there is only one special case: revisions tagged `default` are treated as if they had an empty revision name, thereby allowing the use of the standard namespace injection label `istio-injection=enabled`. | ||
|
||
Each revision tag only ever points to exactly one Istio revision. Upstream, revision tags are created manually using `istioctl` and- as they only affect injection- are represented in the cluster by a MutatingWebhookConfiguration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this true in all deployment models? For Primary-Remote would you create the tag only on the primary cluster and still be able to label namespaces on the remote cluster with the tag name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in Primary-Remote setups you'd need to create them in the Remote cluster and I'm not sure how they work in that case tbh. It's a good question
|
||
## Design | ||
|
||
### User Stories |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add support for the default tag specifically to this list? It enables support for istio-injection=enabled
but also other functions in the cluster like resource validation and status writing.
enhancements/SEP2-revision-tags.md
Outdated
We will also need to remove the `values.revisionTags` field from our API, which is how the upstream charts expose this feature. | ||
|
||
### Architecture | ||
We will need to update the sail-operators mechanism to detect revisions that are being used. Today, we only look at the `istio.io/rev` label's value to check which revisions are in use. But when revision tags are used, those values will be mere aliases, so we have to improve our detection mechanism. The most correct way is probably to look at the revision annotation on the pods that is set by Istio during injection. That requires inspecting every pod in the cluster, though. Another way could be to resolve the tags - the sail-operator knows which revisions the tags point to, after all - but only if tags are exclusively managed by the sail-operator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
We will need to update the sail-operators mechanism to detect revisions that are being used. Today, we only look at the `istio.io/rev` label's value to check which revisions are in use. But when revision tags are used, those values will be mere aliases, so we have to improve our detection mechanism. The most correct way is probably to look at the revision annotation on the pods that is set by Istio during injection. That requires inspecting every pod in the cluster, though. Another way could be to resolve the tags - the sail-operator knows which revisions the tags point to, after all - but only if tags are exclusively managed by the sail-operator. | |
We will need to update the Sail-Operator's mechanism to detect in-use revisions. Today, we only look at the `istio.io/rev` label's value to check which revisions are in use. But when revision tags are used, those values will be mere aliases, so we have to improve our detection mechanism. The most correct way is probably to look at the revision annotation on the pods that is set by Istio during injection. That requires inspecting every pod in the cluster, though. Another way could be to resolve the tags - the sail-operator knows which revisions the tags point to, after all - but only if tags are exclusively managed by the sail-operator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to cover the case where both istio-injection
and istio.io/rev
are provided as well.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #212 +/- ##
=======================================
Coverage ? 76.34%
=======================================
Files ? 36
Lines ? 1864
Branches ? 0
=======================================
Hits ? 1423
Misses ? 368
Partials ? 73 ☔ View full report in Codecov by Sentry. |
* upstream/main: 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/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
* upstream/main: 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/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
* upstream/main: 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/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
* upstream/main: 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/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
* upstream/main: 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/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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
No description provided.