Skip to content

Commit 97411fa

Browse files
authored
Merge pull request #220 from jsafrane/changelog-2.2
Add CHANGELOG for v2.2.0
2 parents 2671330 + 33c6f1c commit 97411fa

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG-2.2.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog since v2.1.0
2+
3+
### Bug Fixes
4+
5+
- A bug that prevented the external-attacher from releasing its finalizer from a `PersistentVolume` object that was created using a legacy storage class provisioner and migrated to CSI has been fixed. ([#218](https://github.com/kubernetes-csi/external-attacher/pull/218), [@rfranzke](https://github.com/rfranzke))
6+
- Update package path to v2. Vendoring with dep depends on https://github.com/golang/dep/pull/1963 or the workaround described in v2/README.md. ([#209](https://github.com/kubernetes-csi/external-attacher/pull/209), [@alex1989hu](https://github.com/alex1989hu))
7+
8+
9+
### Other Notable Changes
10+
11+
- Removed usage of annotation csi.volume.kubernetes.io/nodeid on Node objects. The external-attacher now requires Kubernetes 1.14 with feature gate CSINodeInfo enabled. ([#213](https://github.com/kubernetes-csi/external-attacher/pull/213), [@Danil-Grigorev](https://github.com/Danil-Grigorev))
12+
13+

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This information reflects the head of this branch.
2121

2222
| Compatible with CSI Version | Container Image | Min K8s Version | Recommended K8s Version |
2323
| ------------------------------------------------------------------------------------------ | ----------------------------| --------------- | ----------------------- |
24-
| [CSI Spec v1.2.0](https://github.com/container-storage-interface/spec/releases/tag/v1.2.0) | quay.io/k8scsi/csi-attacher | 1.15 | 1.17 |
24+
| [CSI Spec v1.2.0](https://github.com/container-storage-interface/spec/releases/tag/v1.2.0) | quay.io/k8scsi/csi-attacher | 1.14 | 1.18 |
2525

2626
## Feature Status
2727

@@ -31,10 +31,9 @@ The following table reflects the head of this branch.
3131

3232
| Feature | Status | Default | Description |
3333
| ------------- | ------- | ------- | --------------------------------------------------------------------------------------------- |
34-
| CSINode* | Beta | On | external-attacher uses the CSINode object to get the driver's node name instead of the Node annotation. |
3534
| CSIMigration* | Beta | On | [Migrating in-tree volume plugins to CSI](https://kubernetes.io/docs/concepts/storage/volumes/#csi-migration). |
3635

37-
*) There are no special feature gates for these features. They are enabled by turning on the corresponding features in Kubernetes.
36+
*) There is no special feature gate for this feature. It is enabled by turning on the corresponding features in Kubernetes.
3837

3938
All other external-attacher features and the external-attacher itself is considered GA and fully supported.
4039

0 commit comments

Comments
 (0)