Skip to content

Commit ee11cfa

Browse files
committed
📝 changelog for v1.10.0-alpha.1
1 parent 7d0b647 commit ee11cfa

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG-1.X.md

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

3+
## [v1.10.0-alpha.1] - 2026-01-21
4+
5+
The CSI driver has switched to a new Outscale SDK with a better handling of API errors, backoff and throttling, and is based on the 1.12 CSI specification.
6+
It includes fixes for CSI edge cases, and no new feature.
7+
8+
### 🛠️ Changed / Refactoring
9+
* ♻️ refacto: switch to SDKv3/CSI 1.12 by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1082
10+
* ✅ tests(sanity): use real API calls in sanity tests by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1085
11+
### 📝 Documentation
12+
* 📄 fix licenses, CoC, CONTRIBUTING by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1059
13+
### 📦 Dependency updates
14+
* ⬆️ deps(gomod): update module google.golang.org/protobuf to v1.36.11 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1071
15+
* ⬆️ deps(gomod): update module github.com/onsi/ginkgo/v2 to v2.27.3 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1074
16+
* ⬆️ deps(gomod): update module golang.org/x/sys to v0.39.0 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1079
17+
* ⬆️ deps(gomod): update module github.com/stretchr/testify to v1.11.1 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1078
18+
* ⬆️ deps(dockerfile): update golang docker tag to v1.25.5 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1066
19+
* ⬆️ deps(gomod): update module github.com/spf13/pflag to v1.0.10 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1067
20+
* ⬆️ deps(gomod): update module google.golang.org/grpc to v1.77.0 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1080
21+
* ⬆️ deps(gomod): update module github.com/onsi/gomega to v1.38.3 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1075
22+
* ⬆️ deps(gomod): update module google.golang.org/grpc to v1.78.0 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1083
23+
* ⬆️ deps(dockerfile): update golang:1.25.5-bookworm docker digest to 2c7c656 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1084
24+
* ⬆️ deps(gomod): update kubernetes packages to v0.34.3 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1086
25+
* ⬆️ deps(gomod): update module k8s.io/kubernetes to v1.34.3 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1087
26+
* ⬆️ deps(gomod): update module golang.org/x/sys to v0.40.0 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1090
27+
* ⬆️ deps(gomod): update github.com/outscale/goutils/k8s digest to be82506 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1098
28+
* ⬆️ deps(dockerfile): update golang docker tag to v1.25.6 by @Open-Source-Bot in https://github.com/outscale/osc-bsu-csi-driver/pull/1100
29+
330
## [v2.0.0-helm] - 2025-12-11
431

532
> Helm chart rewrite. See [migration guide](./helm/osc-bsu-csi-driver/migration.md) for more information.

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git push origin $HELM_VERSION
2424
2. Update `docs/README.md`
2525
- Update the version of the plugin
2626
- Update the CSI spec version
27-
- Update the kubernetes minimal and recommended version
27+
- Update the kubernetes minimal version
2828
3. Open a pull request with the above changes and merge it once approved.
2929
4. Tag and push the container release:
3030
```shell

0 commit comments

Comments
 (0)