Add 1.2 changelog with notable feature of inline volume migration#155
Conversation
|
/assign @msau42 |
|
/assign @jsafrane |
|
The external attacher moved from POST to PATCH and RBAC has been updated. I added release-note text to #149 just now, please regenerate. |
|
@jsafrane done |
|
/lgtm |
| ## Notable Features | ||
|
|
||
| * Support attachment of inline volumes migrated to CSI [#153](https://github.com/kubernetes-csi/external-attacher/pull/154) | ||
| * Action required: PATCH is used instead of POST to modify VolumeAttachments on API servers. Please note changes in the external attacher RBAC policy. [#149](https://github.com/kubernetes-csi/external-attacher/pull/149) |
There was a problem hiding this comment.
I believe this is considered a breaking change as part of our still yet to be finalized upgrade policy, ie you can't upgrade just the container image. In fact, our canary tests are failing maybe because of this? https://k8s-testgrid.appspot.com/sig-storage-csi#canary-on-1-14
How much do we really want this change? If we want to keep it, we may need to bump the major version.
There was a problem hiding this comment.
yeah it was causing GCE PD tests to fail as well. Better to rip off the bandaid quickly rather than leave it for later?
I already updated the RBAC for PD to include PATCH as well :)
There was a problem hiding this comment.
If we want to keep the change, then we should call this release 2.0 to indicate that you may need to take some other actions to make it work.
|
I'm reverting PATCH in #157 and updated release note of the original PR, please regenerate again when it gets merged :-(. |
| * Support attachment of inline volumes migrated to CSI [#153](https://github.com/kubernetes-csi/external-attacher/pull/154) | ||
| * Action required: PATCH is used instead of POST to modify VolumeAttachments on API servers. Please note changes in the external attacher RBAC policy. [#149](https://github.com/kubernetes-csi/external-attacher/pull/149) | ||
|
|
||
| ## Other notable changes |
There was a problem hiding this comment.
There were some other changes that I think are worth including too. We should use the release-note tool starting from commit e157b6b.
There was a problem hiding this comment.
Current instructions are here: kubernetes-csi/docs#142 (comment)
|
README should be updated to bump K8s version to 1.15 |
|
@msau42 resolved with release tool |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627, msau42 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind documentation
/assign @ddebroy