Skip to content

Commit

Permalink
Changelog 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saikat-royc committed Apr 28, 2022
1 parent 16ae302 commit 218587a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG/CHANGELOG-1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# v1.2.0 - Changelog since v1.1.4

## Changes by Kind

### Feature

- Metric emission for multishare ([#239](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/239), [@leiyiz](https://github.com/leiyiz))
- Cap the max retry interval time for provisioner sidecar to 1 min instead of 5mins. ([#258](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/258), [@saikat-royc](https://github.com/saikat-royc))
- Multishare create/delete volume based on APIs ([#254](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/254), [@saikat-royc](https://github.com/saikat-royc))
- New 'multishare' overlay ([#255](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/255), [@leiyiz](https://github.com/leiyiz))
- Add storageclass webhook into cloudbuild ([#233](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/233), [@leiyiz](https://github.com/leiyiz))

### Documentation

### Bug or Regression

- Handle uninitialized multishare controller object ([#252](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/252), [@saikat-royc](https://github.com/saikat-royc))

### Other (Cleanup or Flake)

- Add share cloud provider implementation ([#253](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/253), [@saikat-royc](https://github.com/saikat-royc))
- Multishare create/delete volume based on APIs ([#254](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/254), [@saikat-royc](https://github.com/saikat-royc))
- Fix error code mappings ([#249](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/249), [@amacaskill](https://github.com/amacaskill))
- Dont consider multishare instances in error state as non-ready instances ([#257](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/257), [@saikat-royc](https://github.com/saikat-royc))
- Update logging for multishares volume provisioning ([#259](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/259), [@saikat-royc](https://github.com/saikat-royc))

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

0 comments on commit 218587a

Please sign in to comment.