Skip to content
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

Revision Tag Support #413

Merged
merged 5 commits into from
Nov 28, 2024
Merged

Revision Tag Support #413

merged 5 commits into from
Nov 28, 2024

Conversation

dgn
Copy link
Collaborator

@dgn dgn commented Oct 11, 2024

Fixes #380

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 85.91885% with 59 lines in your changes missing coverage. Please review.

Project coverage is 78.47%. Comparing base (cea83cc) to head (cf1384e).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...rs/istiorevisiontag/istiorevisiontag_controller.go 85.38% 36 Missing and 15 partials ⚠️
cmd/main.go 0.00% 6 Missing ⚠️
...trollers/istiorevision/istiorevision_controller.go 97.14% 1 Missing ⚠️
pkg/validation/namespace.go 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
+ Coverage   76.16%   78.47%   +2.31%     
==========================================
  Files          37       38       +1     
  Lines        1867     2272     +405     
==========================================
+ Hits         1422     1783     +361     
- Misses        371      400      +29     
- Partials       74       89      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dgn dgn force-pushed the revision-tags branch 3 times, most recently from 1f1ceca to 57a01bd Compare October 18, 2024 13:50
@dgn dgn force-pushed the revision-tags branch 2 times, most recently from 526451f to fb2e3ec Compare October 21, 2024 08:33
@dgn dgn changed the title [DRAFT] Revision Tag Support Revision Tag Support Oct 21, 2024
@istio-ecosystem istio-ecosystem deleted a comment from istio-testing Oct 21, 2024
@luksa
Copy link
Contributor

luksa commented Oct 21, 2024

You also need to add IstioRevisionTag to the PROJECT file. I believe some make target(s) only update certain files if the CRD is listed in the PROJECT file.

Comment on lines 36 to 41
// Kind is the kind of the target resource.
//
// +kubebuilder:validation:MinLength=1
// +kubebuilder:validation:MaxLength=253
Kind string `json:"kind"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add enum validation for Istio and IstioRevision?

Comment on lines +66 to +69
// IstioRevision stores the name of the referenced IstioRevision
IstioRevision string `json:"istioRevision"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you also need Istio here in cases where an Istio is referenced instead of an IstioRevision? In that case maybe this should be ,omitempty so you don't have a blank istioRevision when you reference and Istio.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, actually the reasoning behind this field is exactly the fact that we could be referencing an Istio resource. The IstioRevision controller needs some easy way to know which IstioRevision is being referenced (even if technically it is referencing an Istio, it will always resolve to an IstioRevision), so instead of duplicating the resolution logic behind that, I'm just doing it at reconcile time in the IstioRevisionTag controller and write the result into this field

chart/samples/istio-sample-gw-api.yaml Outdated Show resolved Hide resolved
chart/samples/istio-sample-revisionbased.yaml Outdated Show resolved Hide resolved
controllers/istiorevision/istiorevision_controller.go Outdated Show resolved Hide resolved
api/v1alpha1/istiorevisiontags_types.go Show resolved Hide resolved
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 2, 2024
* upstream/main: (33 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 2, 2024
* upstream/main: (33 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#477)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 2, 2024
* upstream/main: (34 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 2, 2024
* upstream/main: (34 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 2, 2024
* upstream/main: (34 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 3, 2024
* upstream/main: (34 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 3, 2024
* upstream/main: (34 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 3, 2024
* upstream/main: (34 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 3, 2024
* upstream/main: (34 commits)
  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)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#478)
  ...

# 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 3, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 3, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 3, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 4, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 4, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 4, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 4, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 4, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 4, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 4, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 5, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 5, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 5, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 5, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 5, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 5, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 5, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 6, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 6, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 6, 2024
* 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
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Dec 6, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revision Tag support
7 participants