-
Notifications
You must be signed in to change notification settings - Fork 130
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
Add change log for 0.5.1 release #112
Add change log for 0.5.1 release #112
Conversation
CHANGELOG-0.5.md
Outdated
### Feature | ||
|
||
- Add `process_start_time_seconds` metric. ([#106](https://github.com/kubernetes-csi/external-resizer/pull/106), [@Jiawei0227](https://github.com/Jiawei0227)) | ||
- Adding configurable QPS and Burst to k8s client and use a separate client for leader election. ([#91](https://github.com/kubernetes-csi/external-resizer/pull/91), [@RaunakShah](https://github.com/RaunakShah)) |
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.
hmm something doesn't seem right with the release notes tool. these two changes were only in 1.0?
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.
The issue is related to kubernetes-csi/csi-release-tools#7 (comment)
Fixed this by manually updated the release notes.
CHANGELOG-0.5.md
Outdated
### Uncategorized | ||
|
||
- Build with Go 1.15 ([#98](https://github.com/kubernetes-csi/external-resizer/pull/98), [@pohly](https://github.com/pohly)) | ||
- Publishing of images on k8s.gcr.io ([#84](https://github.com/kubernetes-csi/external-resizer/pull/84), [@pohly](https://github.com/pohly)) |
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.
Oh hm we need to backport some more changes to actually make this work.
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 think it's going to be too much effort to backport the cloudbuild changes and fix the current multiarch build failure. I propose that we release these patches using the old travis method, and then copy the images over to gcr
c2dfd58
to
0c975d1
Compare
|
||
### Uncategorized | ||
|
||
- release-0.5: update release-tools ([#110](https://github.com/kubernetes-csi/external-resizer/pull/75), [@Jiawei0227](https://github.com/Jiawei0227)) |
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.
Can you add a note here saying this also updates the go version to 1.15?
0c975d1
to
7afb1fd
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jiawei0227, 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 |
Bug 1876791: Rebase to v1.0.0
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Add change log for 0.5.1 release
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
/cc @msau42