Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/osc-ccm-manifest-v1.32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/osc-ccm-manifest-v1.33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/osc-ccm-manifest-v1.34.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
66 changes: 66 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
See [LICENSES/](../LICENSES) directory for full license information.
Loading