From 7de51d54a0b1cf752238179f4bcb2a25c363e361 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 21 Nov 2024 17:02:31 +0000 Subject: [PATCH] feat(tigera-operator): Updated image to 1.36.2 (#1080) Signed-off-by: Steve Hipwell --- charts/tigera-operator/CHANGELOG.md | 7 +++++++ charts/tigera-operator/Chart.yaml | 6 +++--- charts/tigera-operator/README.md | 8 ++++---- ...=> adminnetworkpolicies.policy.networking.k8s.io.yaml} | 0 .../calico/felixconfigurations.crd.projectcalico.org.yaml | 5 +++++ 5 files changed, 19 insertions(+), 7 deletions(-) rename charts/tigera-operator/crds/calico/{adminnetworkpolicies.policy.networking.k8s.io => adminnetworkpolicies.policy.networking.k8s.io.yaml} (100%) diff --git a/charts/tigera-operator/CHANGELOG.md b/charts/tigera-operator/CHANGELOG.md index 18f45665..415ed609 100644 --- a/charts/tigera-operator/CHANGELOG.md +++ b/charts/tigera-operator/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v2.11.2] - 2024-11-21 + +### Changed + +- Updated the _Tigera Operator_ OCI image to [v1.36.2](https://github.com/tigera/operator/releases/tag/v1.36.2) (_Calico_ [v3.29.1](https://github.com/projectcalico/calico/releases/tag/v3.29.1)). _@stevehipwell_ + ## [v2.11.1] - 2024-11-06 ### Changed @@ -553,6 +559,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/tigera-operator +[v2.11.2]: https://github.com/stevehipwell/helm-charts/releases/tag/tigera-operator-2.11.2 [v2.11.1]: https://github.com/stevehipwell/helm-charts/releases/tag/tigera-operator-2.11.1 [v2.11.0]: https://github.com/stevehipwell/helm-charts/releases/tag/tigera-operator-2.11.0 [v2.10.6]: https://github.com/stevehipwell/helm-charts/releases/tag/tigera-operator-2.10.6 diff --git a/charts/tigera-operator/Chart.yaml b/charts/tigera-operator/Chart.yaml index 3fc5dac2..f0c808b2 100644 --- a/charts/tigera-operator/Chart.yaml +++ b/charts/tigera-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: tigera-operator description: Helm chart to install the Tigera Operator for managing Calico. type: application -version: 2.11.1 -appVersion: 1.36.1 +version: 2.11.2 +appVersion: 1.36.2 keywords: - kubernetes - cni @@ -26,4 +26,4 @@ annotations: artifacthub.io/alternativeName: tigera artifacthub.io/changes: | - kind: changed - description: "Updated the _Tigera Operator_ OCI image to [v1.36.1](https://github.com/tigera/operator/releases/tag/v1.36.1) (_Calico_ [v3.29.0](https://github.com/projectcalico/calico/releases/tag/v3.29.0))." + description: "Updated the _Tigera Operator_ OCI image to [v1.36.2](https://github.com/tigera/operator/releases/tag/v1.36.2) (_Calico_ [v3.29.1](https://github.com/projectcalico/calico/releases/tag/v3.29.1))." diff --git a/charts/tigera-operator/README.md b/charts/tigera-operator/README.md index cb6ae83f..085cb56d 100644 --- a/charts/tigera-operator/README.md +++ b/charts/tigera-operator/README.md @@ -1,6 +1,6 @@ # tigera-operator -![Version: 2.11.1](https://img.shields.io/badge/Version-2.11.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.36.1](https://img.shields.io/badge/AppVersion-1.36.1-informational?style=flat-square) +![Version: 2.11.2](https://img.shields.io/badge/Version-2.11.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.36.2](https://img.shields.io/badge/AppVersion-1.36.2-informational?style=flat-square) The [Tigera Operator](https://www.tigera.io/) is a Kubernetes operator which manages the lifecycle of a [Calico](https://www.tigera.io/project-calico/) or [Calico Enterprise](https://www.tigera.io/tigera-products/calico-enterprise/) installation on Kubernetes. Its goal is to make installation, upgrades, and ongoing lifecycle management of _Calico_ and _Calico Enterprise_ as simple and reliable as possible. @@ -27,7 +27,7 @@ It is possible to use the _Tigera Operator_ for other use-cases by installing ad To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install tigera-operator oci://ghcr.io/stevehipwell/helm-charts/tigera-operator --version 2.11.1 +helm upgrade --install tigera-operator oci://ghcr.io/stevehipwell/helm-charts/tigera-operator --version 2.11.2 ``` #### Verification @@ -35,7 +35,7 @@ helm upgrade --install tigera-operator oci://ghcr.io/stevehipwell/helm-charts/ti As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command. ```shell -cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/tigera-operator:2.11.1 +cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/tigera-operator:2.11.2 ``` ### Non-OCI Repository @@ -44,7 +44,7 @@ Alternatively you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install tigera-operator stevehipwell/tigera-operator --version 2.11.1 +helm upgrade --install tigera-operator stevehipwell/tigera-operator --version 2.11.2 ``` ## Values diff --git a/charts/tigera-operator/crds/calico/adminnetworkpolicies.policy.networking.k8s.io b/charts/tigera-operator/crds/calico/adminnetworkpolicies.policy.networking.k8s.io.yaml similarity index 100% rename from charts/tigera-operator/crds/calico/adminnetworkpolicies.policy.networking.k8s.io rename to charts/tigera-operator/crds/calico/adminnetworkpolicies.policy.networking.k8s.io.yaml diff --git a/charts/tigera-operator/crds/calico/felixconfigurations.crd.projectcalico.org.yaml b/charts/tigera-operator/crds/calico/felixconfigurations.crd.projectcalico.org.yaml index 424fc3ba..852e139a 100644 --- a/charts/tigera-operator/crds/calico/felixconfigurations.crd.projectcalico.org.yaml +++ b/charts/tigera-operator/crds/calico/felixconfigurations.crd.projectcalico.org.yaml @@ -1076,6 +1076,11 @@ spec: "WireguardRoutingRulePriority controls the priority value to use for the Wireguard routing rule. [Default: 99]" type: integer + wireguardThreadingEnabled: + description: + "WireguardThreadingEnabled controls whether Wireguard + has NAPI threading enabled. [Default: false]" + type: boolean workloadSourceSpoofing: description: WorkloadSourceSpoofing controls whether pods can use