|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 30 | ## [v2.0.0-helm] - 2025-12-11 |
4 | 31 |
|
5 | 32 | > Helm chart rewrite. See [migration guide](./helm/osc-bsu-csi-driver/migration.md) for more information. |
|
0 commit comments