Skip to content

Commit 09b6849

Browse files
committed
📝 doc: release notes for v1.8.0-rc.1
1 parent 72def32 commit 09b6849

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG-1.X.md

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

3+
## [v1.8.0-rc.1] - 2025-11-13
4+
### 🐛 Fixed
5+
* 🐛 fix: handle edge cases in resource watchers by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1023
6+
* 🐛 fix: set the snapshot creation time by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1024
7+
* 🐛 fix: wait for status in CreateVolume/Snapshot retries by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1027
8+
### 📦 Dependency updates
9+
* build(deps): bump github.com/outscale/osc-sdk-go/v2 from 2.27.0 to 2.30.0 by @dependabot[bot] in https://github.com/outscale/osc-bsu-csi-driver/pull/1022
10+
* build(deps): bump go.uber.org/mock from 0.5.2 to 0.6.0 by @dependabot[bot] in https://github.com/outscale/osc-bsu-csi-driver/pull/1030
11+
* ⬆️ deps: bump Kube to v1.32.8 by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1029
12+
313
## [v1.8.0-beta.1] - 2025-11-04
414
### 🛠️ Changed / Refactoring
515
* ⚡️ perfs: batch Read calls for all snapshot/volumes being processed by @jfbus in https://github.com/outscale/osc-bsu-csi-driver/pull/1019

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ The **Outscale Block Storage Unit (BSU) CSI Driver** implements the Container St
5353
| v0.0.15 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
5454
| v0.1.0 – v1.3.0 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
5555
| v0.1.0 – v1.6.x | [v1.8.0](https://github.com/container-storage-interface/spec/releases/tag/v1.8.0) | 1.20 | 1.30 |
56-
| v1.7.x – latest | [v1.10.0](https://github.com/container-storage-interface/spec/releases/tag/v1.10.0) | 1.20 | 1.31 |
56+
| v1.7.x | [v1.10.0](https://github.com/container-storage-interface/spec/releases/tag/v1.10.0) | 1.20 | 1.31 |
57+
| v1.8.x | [v1.10.0](https://github.com/container-storage-interface/spec/releases/tag/v1.10.0) | 1.28 | 1.32 |
5758

5859
</details>
5960

0 commit comments

Comments
 (0)