-
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
Add documentation for running multiple meshes on a single cluster #506
Add documentation for running multiple meshes on a single cluster #506
Conversation
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 #506 +/- ##
==========================================
+ Coverage 78.30% 78.47% +0.17%
==========================================
Files 38 38
Lines 2272 2272
==========================================
+ Hits 1779 1783 +4
+ Misses 403 400 -3
+ Partials 90 89 -1 ☔ View full report in Codecov by Sentry. |
docs/README.md
Outdated
EOF | ||
|
||
$ kubectl apply -f - <<EOF | ||
apiVersion: security.istio.io/v1beta1 |
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 guess the apiVersion here should be security.istio.io/v1
and not security.istio.io/v1beta
.
The example in line 551 does not match line 562.
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. Fixed.
Signed-off-by: Marko Lukša <[email protected]>
* upstream/main: (35 commits) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (35 commits) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (35 commits) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (35 commits) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (35 commits) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (36 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (36 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (37 commits) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (37 commits) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (37 commits) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (37 commits) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (37 commits) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (38 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (38 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (38 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (38 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (38 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (38 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (38 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (39 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#510) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.yaml # resources/latest/charts/cni/templates/clusterrole.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
* upstream/main: (39 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#510) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#508) Implement API and CRD for ztunnel component (istio-ecosystem#481) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#505) Add documentation for running multiple meshes on a single cluster (istio-ecosystem#506) Remove validation when generating YAML manifests (istio-ecosystem#496) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#504) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#503) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#501) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#499) Revision Tag Support (istio-ecosystem#413) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#497) 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) ... # 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/files/profile-platform-k3s.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-platform-k3s.yaml # resources/latest/charts/cni/templates/clusterrole.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/gateway/files/profile-platform-k3s.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/profile-platform-k3s.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/files/profile-platform-k3s.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 # resources/v1.24.0/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.24.0/charts/ztunnel/files/profile-compatibility-version-1.21.yaml
No description provided.