From 2caa296f6b49b25d84f533fefe92bb8ee5f67892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Tue, 5 May 2026 13:44:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20doc:=20release=20notes=20for=20v?= =?UTF-8?q?1.x.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 7 ++-- deploy/osc-ccm-manifest-v1.32.yml | 2 +- deploy/osc-ccm-manifest-v1.33.yml | 2 +- deploy/osc-ccm-manifest-v1.34.yml | 2 +- docs/CHANGELOG.md | 66 +++++++++++++++++++++++++++++++ docs/README.md | 10 ++--- 6 files changed, 77 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index fc5351ea..b927c153 100644 --- a/Makefile +++ b/Makefile @@ -177,10 +177,9 @@ check-helm-docs: ./hack/verify-helm-docs helm-manifest: - @helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.31.3 > deploy/osc-ccm-manifest-v1.31.yml - @helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.32.4 > deploy/osc-ccm-manifest-v1.32.yml - @helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.33.4 > deploy/osc-ccm-manifest-v1.33.yml - @helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.34.4 > deploy/osc-ccm-manifest-v1.34.yml + @helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.32.5 > deploy/osc-ccm-manifest-v1.32.yml + @helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.33.5 > deploy/osc-ccm-manifest-v1.33.yml + @helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.34.5 > deploy/osc-ccm-manifest-v1.34.yml check-helm-manifest: ./hack/verify-helm-manifest.sh diff --git a/deploy/osc-ccm-manifest-v1.32.yml b/deploy/osc-ccm-manifest-v1.32.yml index fc7de08f..eb87c037 100644 --- a/deploy/osc-ccm-manifest-v1.32.yml +++ b/deploy/osc-ccm-manifest-v1.32.yml @@ -146,7 +146,7 @@ spec: serviceAccountName: cloud-controller-manager containers: - name: osc-cloud-controller-manager - image: outscale/cloud-provider-osc:v1.32.4 + image: outscale/cloud-provider-osc:v1.32.5 imagePullPolicy: IfNotPresent command: - /bin/osc-cloud-controller-manager diff --git a/deploy/osc-ccm-manifest-v1.33.yml b/deploy/osc-ccm-manifest-v1.33.yml index a287884a..8520267b 100644 --- a/deploy/osc-ccm-manifest-v1.33.yml +++ b/deploy/osc-ccm-manifest-v1.33.yml @@ -146,7 +146,7 @@ spec: serviceAccountName: cloud-controller-manager containers: - name: osc-cloud-controller-manager - image: outscale/cloud-provider-osc:v1.33.4 + image: outscale/cloud-provider-osc:v1.33.5 imagePullPolicy: IfNotPresent command: - /bin/osc-cloud-controller-manager diff --git a/deploy/osc-ccm-manifest-v1.34.yml b/deploy/osc-ccm-manifest-v1.34.yml index 157cc102..430cd64b 100644 --- a/deploy/osc-ccm-manifest-v1.34.yml +++ b/deploy/osc-ccm-manifest-v1.34.yml @@ -146,7 +146,7 @@ spec: serviceAccountName: cloud-controller-manager containers: - name: osc-cloud-controller-manager - image: outscale/cloud-provider-osc:v1.34.4 + image: outscale/cloud-provider-osc:v1.34.5 imagePullPolicy: IfNotPresent command: - /bin/osc-cloud-controller-manager diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 14a66911..f908c203 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,71 @@ # Changelog +## [v1.34.5] - 2026-05-06 + +### 🐛 Fixed +* 🐛 fix(loadbalancer): use subnet in different subregion as a fallback by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/638 +* 🐛 fix(loadbalancer): multi-AZ autogenerated names should be <=32 by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/662 +### 📦 Dependency updates +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to d90359c by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/617 +* ⬆️ deps(dockerfile): update golang:1.25.6 docker digest to 06d1251 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/609 +* ⬆️ deps(gomod): update module github.com/onsi/ginkgo/v2 to v2.28.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/616 +* ⬆️ deps(gomod): update module github.com/onsi/gomega to v1.39.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/595 +* ⬆️ deps(gomod): update module github.com/samber/lo to v1.53.0 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/630 +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to 28efbe9 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/627 +* ⬆️ deps(dockerfile): update golang docker tag to v1.26.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/631 +* ⬆️ deps(goutils): bump goutils & SDK by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/632 +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to 47b2d72 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/634 +* ⬆️ deps(dockerfile): update golang:1.26.1 docker digest to c42e4d7 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/636 +* ⬆️ deps(goutils): bump goutils & SDK by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/639 +* ⬆️ deps(dockerfile): update golang:1.26.1 docker digest to cd78d88 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/644 +* ⬆️ deps(dockerfile): update golang docker tag to v1.26.2 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/650 +* ⬆️ deps(gomod): update module github.com/onsi/ginkgo/v2 to v2.28.3 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/659 +* ⬆️ deps(dockerfile): update golang:1.26.2 docker digest to b54cbf5 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/652 + +## [v1.33.5] - 2026-05-06 + +### 🐛 Fixed +* 🐛 fix(loadbalancer): use subnet in different subregion as a fallback by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/638 +* 🐛 fix(loadbalancer): multi-AZ autogenerated names should be <=32 by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/662 +### 📦 Dependency updates +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to d90359c by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/617 +* ⬆️ deps(dockerfile): update golang:1.25.6 docker digest to 06d1251 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/609 +* ⬆️ deps(gomod): update module github.com/onsi/ginkgo/v2 to v2.28.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/616 +* ⬆️ deps(gomod): update module github.com/onsi/gomega to v1.39.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/595 +* ⬆️ deps(gomod): update module github.com/samber/lo to v1.53.0 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/630 +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to 28efbe9 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/627 +* ⬆️ deps(dockerfile): update golang docker tag to v1.26.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/631 +* ⬆️ deps(goutils): bump goutils & SDK by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/632 +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to 47b2d72 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/634 +* ⬆️ deps(dockerfile): update golang:1.26.1 docker digest to c42e4d7 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/636 +* ⬆️ deps(goutils): bump goutils & SDK by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/639 +* ⬆️ deps(dockerfile): update golang:1.26.1 docker digest to cd78d88 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/644 +* ⬆️ deps(dockerfile): update golang docker tag to v1.26.2 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/650 +* ⬆️ deps(gomod): update module github.com/onsi/ginkgo/v2 to v2.28.3 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/659 +* ⬆️ deps(dockerfile): update golang:1.26.2 docker digest to b54cbf5 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/652 + +## [v1.32.5] - 2026-05-06 + +### 🐛 Fixed +* 🐛 fix(loadbalancer): use subnet in different subregion as a fallback by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/638 +* 🐛 fix(loadbalancer): multi-AZ autogenerated names should be <=32 by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/662 +### 📦 Dependency updates +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to d90359c by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/617 +* ⬆️ deps(dockerfile): update golang:1.25.6 docker digest to 06d1251 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/609 +* ⬆️ deps(gomod): update module github.com/onsi/ginkgo/v2 to v2.28.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/616 +* ⬆️ deps(gomod): update module github.com/onsi/gomega to v1.39.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/595 +* ⬆️ deps(gomod): update module github.com/samber/lo to v1.53.0 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/630 +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to 28efbe9 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/627 +* ⬆️ deps(dockerfile): update golang docker tag to v1.26.1 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/631 +* ⬆️ deps(goutils): bump goutils & SDK by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/632 +* ⬆️ deps(dockerfile): update gcr.io/distroless/static docker digest to 47b2d72 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/634 +* ⬆️ deps(dockerfile): update golang:1.26.1 docker digest to c42e4d7 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/636 +* ⬆️ deps(goutils): bump goutils & SDK by @jfbus in https://github.com/outscale/cloud-provider-osc/pull/639 +* ⬆️ deps(dockerfile): update golang:1.26.1 docker digest to cd78d88 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/644 +* ⬆️ deps(dockerfile): update golang docker tag to v1.26.2 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/650 +* ⬆️ deps(gomod): update module github.com/onsi/ginkgo/v2 to v2.28.3 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/659 +* ⬆️ deps(dockerfile): update golang:1.26.2 docker digest to b54cbf5 by @Open-Source-Bot in https://github.com/outscale/cloud-provider-osc/pull/652 + ## [v1.34.4] - 2026-02-18 The CCM has switched to a new Outscale SDK. It now handles backoff on retryable API errors. diff --git a/docs/README.md b/docs/README.md index 4d1e21f7..e1f3b9b7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -63,10 +63,10 @@ CCM versions will be released for Kubernetes 1.32, 1.32, 1.33 and 1.34. As Kuber | Kubernetes version | Recommended CCM version | |--------------------|-------------------------| | v1.30.x | v0.2.8 | -| v1.31.x | v1.31.3 | -| v1.32.x | v1.32.4 | -| v1.33.x | v1.33.4 | -| v1.34.x | v1.34.4 | +| v1.31.x | v1.32.5 | +| v1.32.x | v1.32.5 | +| v1.33.x | v1.33.5 | +| v1.34.x | v1.34.5 | ### Deployment on a new cluster @@ -121,4 +121,4 @@ If you want to help develop cloud-provider-osc, see the [development documentati This project complies with the [REUSE Specification](https://reuse.software/). -See [LICENSES/](../LICENSES) directory for full license information. \ No newline at end of file +See [LICENSES/](../LICENSES) directory for full license information.