kubernetes-csi / external-resizer

Sidecar container that watches Kubernetes PersistentVolumeClaims objects and triggers controller side expansion operation against a CSI endpoint
Apache License 2.0
126 stars 132 forks source link

Changelog for v1.11.2 #424

Closed AndrewSirenko closed 4 months ago

AndrewSirenko commented 4 months ago
NONE

Release Process checklist from https://github.com/kubernetes-csi/external-resizer/blob/master/release-tools/SIDECAR_RELEASE_PROCESS.md#release-process:

  1. PRs all resolved
  2. No dependency upgrades in this release
  3. Canaries on master look green: https://testgrid.k8s.io/sig-storage-csi-ci
  4. Post-external-resizer-push-images looks green: https://testgrid.k8s.io/sig-storage-image-build#post-external-resizer-push-images
  5. Release notes generated
  6. I don't think we need PR for README changes because resizer feature gate for VAC still alpha.

Steps left:

  1. Ensure no PRS will merge
  2. Create a new release following a previous release as a template.
  3. N/A
  4. Check image build status.
  5. Promote images from k8s-staging-sig-storage to registry.k8s.io/sig-storage. From the k8s image repo, run ./generate.sh > images.yaml, and send a PR with the updated images. Once merged, the image promoter will copy the images from staging to prod.
  6. Update kubernetes-csi/docs sidecar and feature pages with the new released version.
  7. Update CSI hostpath driver with the new sidecars in the CSI repo and k/k in-tree
xing-yang commented 4 months ago

/lgtm /approve

k8s-ci-robot commented 4 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AndrewSirenko, xing-yang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-csi/external-resizer/blob/release-1.11/OWNERS)~~ [xing-yang] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
xing-yang commented 4 months ago

@AndrewSirenko I'll cut a release and promote the image. Can you work on step 12 and 13 after that?