api: add ZTunnel v1 CRD version#1365
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1365 +/- ##
==========================================
+ Coverage 80.38% 80.64% +0.26%
==========================================
Files 44 44
Lines 2299 2299
==========================================
+ Hits 1848 1854 +6
+ Misses 330 327 -3
+ Partials 121 118 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2d1639c to
621a4c8
Compare
|
/retest |
|
/cherry-pick release-1.28 |
|
@dgn: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cherry-pick release-1.27 |
|
@dgn: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
sridhargaddam
left a comment
There was a problem hiding this comment.
Thanks @dgn for working on it.
|
@dgn do we need a conversion webhook to handle automatic conversion between |
nope, not at this time, as they're identical. and as we're changing the |
34198ec to
f99a91e
Compare
api/v1/ztunnel_types.go
Outdated
| // +operator-sdk:csv:customresourcedefinitions:type=spec,xDescriptors={"urn:alm:descriptor:com.tectonic.ui:hidden"} | ||
| // +kubebuilder:validation:Enum=ambient;default;demo;empty;external;openshift-ambient;openshift;preview;remote;stable | ||
| // +kubebuilder:default=ambient | ||
| Profile string `json:"profile,omitempty"` |
There was a problem hiding this comment.
Didn't we want to drop this, since it's always ambient?
There was a problem hiding this comment.
let's keep it now-- there might be other profiles down the line
There was a problem hiding this comment.
Can't we always add it later should we need to?
This seems like unnecessary "preparing for the future that may never come" to me, especially given that adding the field will not break the API.
There was a problem hiding this comment.
you're right, it's our only chance at this point 🙂 I removed the field and updated the NOTE in the docs. PTAL
f4710c7 to
8f8ce4e
Compare
12632c9 to
72f5e97
Compare
This adds the v1 CRD version of ZTunnel which we missed earlier. Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
sridhargaddam
left a comment
There was a problem hiding this comment.
LGTM. Adding a /hold if @mkolesnik has any final comments.
Feel free to remove the hold if required.
* upstream/release-1.27: api: add ZTunnel v1 CRD version (istio-ecosystem#1365) (istio-ecosystem#1385) [release-1.27] Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1383)
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (67 commits) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340) ...
* upstream/main: (68 commits) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) ...
* upstream/main: (68 commits) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343) ...
* upstream/main: (69 commits) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) ...
* upstream/main: (69 commits) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) ...
* upstream/main: (69 commits) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) ...
* upstream/main: (69 commits) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) ...
* upstream/main: (69 commits) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) ...
* upstream/main: (69 commits) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) ...
* upstream/main: (69 commits) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334) ...
* upstream/main: (70 commits) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) CI: validate only the first commit message from the PR (istio-ecosystem#1342) ...
* upstream/main: (71 commits) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) ...
* upstream/main: (71 commits) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) ...
* upstream/main: (71 commits) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) ...
* upstream/main: (71 commits) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) ...
* upstream/main: (71 commits) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326) ...
* upstream/main: (72 commits) Adding make target to run update-dependencies script (istio-ecosystem#1405) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) ...
* upstream/main: (72 commits) Adding make target to run update-dependencies script (istio-ecosystem#1405) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) ...
…tio-ecosystem#1365) (istio-ecosystem#1384) * api: add ZTunnel v1 CRD version (istio-ecosystem#1365) This adds the v1 CRD version of ZTunnel which we missed earlier. Signed-off-by: Daniel Grimm <dgrimm@redhat.com> * Run make gen Run make gen to update the CRD and CSV Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> Co-authored-by: Daniel Grimm <dgrimm@redhat.com> Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>
This adds the v1 CRD version of ZTunnel which we missed earlier. Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
This adds the v1 CRD version of ZTunnel which we missed earlier. The only change is the removal of the
profilefield which had only a valid value ofambientwhich was set by default. I moved setting the profile toambientinto the controller code instead.