Releases: nifcloud/nifcloud-additional-storage-csi-driver
Releases · nifcloud/nifcloud-additional-storage-csi-driver
v1.1.0
A Helm chart for nifcloud-additional-storage-csi-driver
What's Changed
- Fix linter rule to exclude gosec G115 rule by @aokumasan in #40
- Fix to use k8s.io/mount-utils instead of k8s.io/utils in mounter by @aokumasan in #39
Full Changelog: v1.0.0...v1.1.0
v1.0.0
A Helm chart for nifcloud-additional-storage-csi-driver
What's Changed
- Fix TODO roundUpSize by @heriet in #30
- Fix return initial zero volume size by @heriet in #32
- Fix TODO accounting type by @heriet in #31
- Fix NotFound on DetachDisk by @heriet in #34
- Fix TODO double check attachment by @heriet in #33
- Refactor validate function by @heriet in #35
- Feature nifcloud sdk debug log by @heriet in #36
- Feature structure logging by @heriet in #37
- Update README graduate to GA by @heriet in #38
Full Changelog: v0.1.4...v1.0.0
v0.1.4
v0.1.3
A Helm chart for nifcloud-additional-storage-csi-driver
What's Changed
- Change test ginkgo by @heriet in #25
- Fix node-driver-registrar security context by @aokumasan in #26
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's Changed
- Upgrade to Golang 1.20 by @aokumasan in #6
- Fix instance id detection logic by @aokumasan in #7
- Bump nifcloud-sdk-go version to 1.21.0 by @aokumasan in #8
- Bump alpine version to 3.18.2 by @aokumasan in #9
- Implement NodeGetVolumeStats method in node driver by @aokumasan in #10
- Upgrade dependencies by @aokumasan in #11
- Fix lint errors by @aokumasan in #12
- Remove dependencies of other CSI drivers by @aokumasan in #13
- Add missing node caps: GET_VOLUME_STATS by @aokumasan in #14
- Feature/handle already attached detached volume error by @aokumasan in #15
- Add csidriver user by @aokumasan in #16
- Fix to use GitHub container registry by @aokumasan in #17
- Feature/add helm chart by @aokumasan in #18
- Add missing node service in README by @aokumasan in #19
- Delete old deploy manifests by @aokumasan in #20
- Add release workflow by @aokumasan in #21
Full Changelog: v0.0.5...v0.1.0
v0.0.5
Summary
- Fix to use official NIFCLOUD SDK. (https://github.com/nifcloud/nifcloud-sdk-go)
- Support new disk types. (standard-flash, high-spped-flash)
- Support extend volume size.
- Add
NIFCLOUD_INSTANCE_ID
environment variable to detect node's instance identifier. - Fix minor bugs.