-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHANGELOG for v2.6.2 #254
CHANGELOG for v2.6.2 #254
Conversation
/uncc @j-griffith |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/assign @msau42 |
|
||
- Revert of #214, node-driver-registrar will create the path specified by `--kubelet-registration-path` ([#247](https://github.com/kubernetes-csi/node-driver-registrar/pull/247), [@mauriciopoppe](https://github.com/mauriciopoppe)) | ||
|
||
## Dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any changes that updated dependencies in the branch. Do you know where this is coming from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting this, I run it release-notes --discover=mergebase-to-latest
and it looks like it's doing it again master, I used start and end git sha instead to get the correct output:
release-notes --start-sha eb068e4d75cfdac3489ebe50ff01d1c0b5446de6 --end-sha 6aa2ec170787b0ee471bcca1100bfb9f744686a8 \
--org=kubernetes-csi --repo=node-driver-registrar \
--required-author="" --output out.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for patch releases, our docs have a different command to use:
GITHUB_TOKEN=<token> release-notes \
--discover=patch-to-latest \
--branch=release-1.1 \
--org=kubernetes-csi \
--repo=external-provisioner \
--required-author="" \
--markdown-links \
--output out.md
46b2d12
to
7eec921
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, mauriciopoppe, msau42 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:
Approvers can indicate their approval by writing |
988496a1 Merge pull request kubernetes-csi#257 from jakobmoellerdev/csi-prow-sidecar-e2e-path 028f8c69 chore: bump to Go 1.22.5 69bd71e8 chore: add CSI_PROW_SIDECAR_E2E_PATH f40f0ccd Merge pull request kubernetes-csi#256 from solumath/master cfa92106 Instruction update 379a1bb9 Merge pull request kubernetes-csi#255 from humblec/sidecar-md a5667bbb fix typo in sidecar release process 49676850 Merge pull request kubernetes-csi#254 from bells17/add-github-actions d9bd160c Update skip list in codespell GitHub Action f5aebfc9 Add GitHub Actions workflows git-subtree-dir: release-tools git-subtree-split: 988496a1fc3849ed793e03012fdd56813d13d46c
988496a1 Merge pull request kubernetes-csi#257 from jakobmoellerdev/csi-prow-sidecar-e2e-path 028f8c69 chore: bump to Go 1.22.5 69bd71e8 chore: add CSI_PROW_SIDECAR_E2E_PATH f40f0ccd Merge pull request kubernetes-csi#256 from solumath/master cfa92106 Instruction update 379a1bb9 Merge pull request kubernetes-csi#255 from humblec/sidecar-md a5667bbb fix typo in sidecar release process 49676850 Merge pull request kubernetes-csi#254 from bells17/add-github-actions d9bd160c Update skip list in codespell GitHub Action f5aebfc9 Add GitHub Actions workflows git-subtree-dir: release-tools git-subtree-split: 988496a1fc3849ed793e03012fdd56813d13d46c
What type of PR is this?
What this PR does / why we need it:
CHANGELOG for v2.6.2
Does this PR introduce a user-facing change?: