Skip to content

Commit 60acc70

Browse files
committed
Merge branch 'main' into kubernetes-1.33
2 parents 90f9117 + c2ecf6b commit 60acc70

6 files changed

Lines changed: 27 additions & 9 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ check-helm-docs:
178178

179179
helm-manifest:
180180
@helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.31.3 > deploy/osc-ccm-manifest-v1.31.yml
181-
@helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.32.3 > deploy/osc-ccm-manifest-v1.32.yml
182-
@helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.33.3 > deploy/osc-ccm-manifest-v1.33.yml
183-
@helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.34.3 > deploy/osc-ccm-manifest-v1.34.yml
181+
@helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.32.4 > deploy/osc-ccm-manifest-v1.32.yml
182+
@helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.33.4 > deploy/osc-ccm-manifest-v1.33.yml
183+
@helm template test ./deploy/k8s-osc-ccm/ --set image.tag=v1.34.4 > deploy/osc-ccm-manifest-v1.34.yml
184184

185185
check-helm-manifest:
186186
./hack/verify-helm-manifest.sh

deploy/osc-ccm-manifest-v1.32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ spec:
146146
serviceAccountName: cloud-controller-manager
147147
containers:
148148
- name: osc-cloud-controller-manager
149-
image: outscale/cloud-provider-osc:v1.32.3
149+
image: outscale/cloud-provider-osc:v1.32.4
150150
imagePullPolicy: IfNotPresent
151151
command:
152152
- /bin/osc-cloud-controller-manager

deploy/osc-ccm-manifest-v1.33.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ spec:
146146
serviceAccountName: cloud-controller-manager
147147
containers:
148148
- name: osc-cloud-controller-manager
149-
image: outscale/cloud-provider-osc:v1.33.3
149+
image: outscale/cloud-provider-osc:v1.33.4
150150
imagePullPolicy: IfNotPresent
151151
command:
152152
- /bin/osc-cloud-controller-manager

deploy/osc-ccm-manifest-v1.34.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ spec:
146146
serviceAccountName: cloud-controller-manager
147147
containers:
148148
- name: osc-cloud-controller-manager
149-
image: outscale/cloud-provider-osc:v1.34.3
149+
image: outscale/cloud-provider-osc:v1.34.4
150150
imagePullPolicy: IfNotPresent
151151
command:
152152
- /bin/osc-cloud-controller-manager

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v1.34.4] - 2026-02-18
4+
5+
The CCM has switched to a new Outscale SDK. It now handles backoff on retryable API errors.
6+
7+
No changes since v1.34.4-rc.1
8+
9+
## [v1.33.4] - 2026-02-18
10+
11+
The CCM has switched to a new Outscale SDK. It now handles backoff on retryable API errors.
12+
13+
No changes since v1.33.4-rc.1
14+
15+
## [v1.32.4] - 2026-02-18
16+
17+
The CCM has switched to a new Outscale SDK. It now handles backoff on retryable API errors.
18+
19+
No changes since v1.32.4-rc.1
20+
321
## [v1.34.4-rc.1] - 2026-02-11
422

523
### 🐛 Fixed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ CCM versions will be released for Kubernetes 1.32, 1.32, 1.33 and 1.34. As Kuber
6464
|--------------------|-------------------------|
6565
| v1.30.x | v0.2.8 |
6666
| v1.31.x | v1.31.3 |
67-
| v1.32.x | v1.32.3 |
68-
| v1.33.x | v1.33.3 |
69-
| v1.34.x | v1.34.3 |
67+
| v1.32.x | v1.32.4 |
68+
| v1.33.x | v1.33.4 |
69+
| v1.34.x | v1.34.4 |
7070

7171
### Deployment on a new cluster
7272

0 commit comments

Comments
 (0)