Releases: kubernetes-sigs/azurelustre-csi-driver
v0.3.0
What's Changed
- Add dynamic provisioning by @dabradley in #203
- Updates for dynamic provisioning by @dabradley in #206
- Use dynamic provisioning images by @dabradley in #209
- Pin csc for dalec integration tests by @t-mialve in #221
- Swap imagePullPolicy in dalec integration tests by @t-mialve in #222
- update Go version from 1.23.8 to 1.23.10 by @csmuell in #223
- Add debug documentation by @dabradley in #224
- Dynamic provisioning to development merge by @dabradley in #225
- Use upstream image for testing by @dabradley in #226
- Unpin golang version by @dabradley in #228
- Bump to v0.3.0 image by @dabradley in #229
- Releasing from v0.3.0 Development by @dabradley in #230
Dynamic Provisioning Public Preview
Dynamic Provisioning is now available in addition to the legacy statically-created AMLFS cluster support.
Please see the accompanying documentation. Not all options are currently supported; if your use case requires the configuration of further AMLFS cluster support, please open an issue describing your use case and how you would expect the functionality to behave.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Breaking Changes
In-place updates are not supported from any versions below v0.1.10 to v0.2.0 or later. Ensure that you are installing the CSI driver into a fresh node pool to avoid any issues.
What's Changed
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #211
- Prep for Dalec builds by @t-mialve in #212
- Remove GOARCH var from azurelustre-dalec build by @t-mialve in #213
- Add dalec integration testing by @t-mialve in #214
- Fix race condition in tests by @dabradley in #218
- Update Go deps by @t-mialve in #219
- Bump to v0.2.0 image by @t-mialve in #217
- Releasing from v0.2.0 Development by @t-mialve in #220
Full Changelog: v0.1.18...v0.2.0
v0.1.18
What's Changed
- Add correct driver selection for Ubuntu Focal Fossa by @wolfgang-desalvador in #201
- General changes made during dynamic provisioning feature branch by @dabradley in #204
- Bump image to v0.1.18 by @t-mialve in #207
- Release v0.1.18 from development by @t-mialve in #208
New Contributors
- @wolfgang-desalvador made their first contribution in #201
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- Cleanup local CSI installation in local automated perf scale test. by @csmuell in #165
- Fix longhaul tests when running on fresh cluster by @t-mialve in #169
- Correct and update workflows so we can enable Actions by @dabradley in #171
- Fix minor workflow issues by @dabradley in #172
- Add t-mialve to owners by @t-mialve in #174
- Use force unmount and explicitly unmount bad mount points by @dabradley in #183
- Add skip for interfaces in unknown state to entrypoint script by @t-mialve in #185
- Fix testing by @dabradley in #189
- t-mialve/update owners by @t-mialve in #190
- Fix instability in long haul tests by @t-mialve in #192
- Add fsGroupPolicy to driver by @dabradley in #196
- Bump to v0.1.17 image by @t-mialve in #197
- Releasing v0.1.17 from development by @t-mialve in #199
Full Changelog: v0.1.15...v0.1.17
v0.1.15
What's Changed
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #162
- 2.15.4 Client Upgrade - Container + deps by @csmuell in #163
- Defaulting to v0.1.15 CSI by @csmuell in #164
New Contributors
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- Remove retain-sub-dir option by @dabradley in #159
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #153
- Bump to v0.1.14 with the 2.15.3 lustre clients and subdir mounts enabled by @t-mialve in #160
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Add correct control-plane toleration value by @dabradley in #150
- Uninstall existing driver if upgrade fails by @dabradley in #149
- Add sub-dir functionality by @dabradley in #151
- Revert metadata change until release image is available by @dabradley in #154
- Correct per-publish/unpublish lock by @dabradley in #155
- Add dabradley to repo owners by @dabradley in #157
- Skip subdirectory creation for invalid volume ID by @dabradley in #156
- Bump client version to 2.15.3-43-gd7e07df by @t-mialve in #152
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #137
- Upgrade driver dependencies and images by @dabradley in #138
- Improve tests by @dabradley in #140
- Changes to entrypoint for better resilience by @varameshgithub in #142
- Fix flaky test by @dabradley in #143
- Upgrade grpc in response to dependabot alerts by @dabradley in #144
- Upgrade kubernetes dependency to avoid CVE by @dabradley in #146
- Bump to 2.15.1-33-g0168b83 by @t-mialve in #145
- Minor go fix and CSI version bump to 0.1.12 by @t-mialve in #147
- Updating deployment files to new CSI image by @t-mialve in #148
New Contributors
- @varameshgithub made their first contribution in #142
- @t-mialve made their first contribution in #145
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Add joe-atzinger to repo owners. by @joe-atzinger in #131
- Skip routing rules when configuring ksocklnd by @dabradley in #133
- Skip ReadWriteOncePod e2e tests by @dabradley in #135
- Bump up to version 0.1.11 by @dabradley in #136
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Fix per-scale-test by @vinli-cn in #113
- remove useless space by @vinli-cn in #114
- Link issue #115 fix lnet in code by @vinli-cn in #116
- Run Integration Test on U2204 AKS node image by @vinli-cn in #117
- Fix url in install by @vinli-cn in #118
- Revert "Fix url in install" by @vinli-cn in #119
- Support tag in install.sh by @vinli-cn in #120
- Disable long-haul on GH by @vinli-cn in #121
- Disable E2E test in long-haul pipeline due to LNET issue by @vinli-cn in #122
- Run integration test only when lable 'safe to test' added by @vinli-cn in #127
- Changing kubernetes-release bucket path to dl.k8s.io by @nitishchauhan0022 in #129
- Use new SHA with LNET fix by @dabradley in #130
New Contributors
- @nitishchauhan0022 made their first contribution in #129
- @dabradley made their first contribution in #130
Full Changelog: v0.1.9...v0.1.10