Skip to content

Releases: outscale/osc-bsu-csi-driver

Helm Release v2.0.1-helm

18 Feb 11:37
v2.0.1-helm

Choose a tag to compare

Bump CSI driver to v1.10.0 and Snapshot exporter to v0.2.0

Release v1.10.0

18 Feb 10:49
v1.10.0

Choose a tag to compare

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.
It includes fixes for CSI edge cases, and no new feature.

No changes since v1.10.0-rc.1

Release v1.10.0-rc.1

11 Feb 10:18
v1.10.0-rc.1

Choose a tag to compare

Release v1.10.0-rc.1 Pre-release
Pre-release

No changes since v1.10.0-beta.1

Release v1.10.0-beta.1

04 Feb 08:44
v1.10.0-beta.1

Choose a tag to compare

Pre-release

No changes since v1.10.0-alpha.1

Release v1.10.0-alpha.1

21 Jan 08:57
v1.10.0-alpha.1

Choose a tag to compare

Pre-release

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.
It includes fixes for CSI edge cases, and no new feature.

🛠️ Changed / Refactoring

  • ♻️ refacto: switch to SDKv3/CSI 1.12 by @jfbus in #1082
  • ✅ tests(sanity): use real API calls in sanity tests by @jfbus in #1085

📝 Documentation

  • 📄 fix licenses, CoC, CONTRIBUTING by @jfbus in #1059

📦 Dependency updates

Helm Release v2.0.0-helm

11 Dec 13:23
v2.0.0-helm
4c9699d

Choose a tag to compare

Helm chart rewrite. See migration guide for more information.

💥 Breaking

  • 🔧 helm: move chart to helm directory + refactoring of values by @jfbus in #980

✨ Added

  • 🚀 Helm: bump sidecars, configure automaxprocs by @jfbus in #1047
  • 🚀 helm: scheduling of pods by @jfbus in #1052
  • ✨ feat(helm): add snapshot exporter sidecar by @jfbus in #1053

📝 Documentation

Release v1.9.0

11 Dec 14:27
v1.9.0
719cd3e

Choose a tag to compare

✨ Added

  • ✨ feat: check credentials at boot by @jfbus in #1045
  • 📈 api: use dev user-agent for CI calls by @jfbus in #1050
  • ✨ feat: make readiness interval configurable by @jfbus in #991
  • 🥅 auth: catch error code 4000 by @jfbus in #1051
  • 🔊 logs: add JSON log format by @jfbus in #1055

📦 Dependency updates

  • build(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #1042

Release v1.8.0

19 Nov 10:07
v1.8.0

Choose a tag to compare

🛠️ Changed / Refactoring

  • 🔧 helm: snapshotter tuning, raise timeout for all by @jfbus in #1028

Release v1.8.0-rc.1

13 Nov 13:17
v1.8.0-rc.1

Choose a tag to compare

Release v1.8.0-rc.1 Pre-release
Pre-release

🐛 Fixed

  • 🐛 fix: handle edge cases in resource watchers by @jfbus in #1023
  • 🐛 fix: set the snapshot creation time by @jfbus in #1024
  • 🐛 fix: wait for status in CreateVolume/Snapshot retries by @jfbus in #1027

📦 Dependency updates

  • build(deps): bump github.com/outscale/osc-sdk-go/v2 from 2.27.0 to 2.30.0 by @dependabot[bot] in #1022
  • build(deps): bump go.uber.org/mock from 0.5.2 to 0.6.0 by @dependabot[bot] in #1030
  • ⬆️ deps: bump Kube to v1.32.8 by @jfbus in #1029

Release v1.8.0-beta.1

04 Nov 15:53
v1.8.0-beta.1

Choose a tag to compare

Release v1.8.0-beta.1 Pre-release
Pre-release

🛠️ Changed / Refactoring

  • ⚡️ perfs: batch Read calls for all snapshot/volumes being processed by @jfbus in #1019