Skip to content
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

release notes generator does not pick up edits to PRs #838

Closed
tpepper opened this issue Aug 5, 2019 · 11 comments
Closed

release notes generator does not pick up edits to PRs #838

tpepper opened this issue Aug 5, 2019 · 11 comments
Assignees
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. sig/release Categorizes an issue or PR as relevant to SIG Release.
Milestone

Comments

@tpepper
Copy link
Member

tpepper commented Aug 5, 2019

release-notify for 1.15.2, 1.14.5, and 1.13.9 did not pick up the edited PRs release note content after the embargo was lifted and we were publishing info on the releases. This feels like a fairly normal workflow. The notes do come via the GitHub API. Probably additional code is needed to handle pulling a release note stanza from a stack of edited PR descriptions?

@tpepper
Copy link
Member Author

tpepper commented Aug 5, 2019

/sig release
/area release-eng

@kubernetes/patch-release-team

@k8s-ci-robot k8s-ci-robot added sig/release Categorizes an issue or PR as relevant to SIG Release. area/release-eng Issues or PRs related to the Release Engineering subproject labels Aug 5, 2019
@saschagrunert
Copy link
Member

Hey @tpepper, may I ask you for a reproducer of this? I had a look into the generator sources and it seems to pick always the latest PR version via the GitHub API. The internal de-duplication cache works based on the text (the content) of the note, so this should not fail as well.

@saschagrunert
Copy link
Member

Might be fixed with #902

@idealhack
Copy link
Member

idealhack commented Nov 14, 2019

note: this happened for pre-release notifications (https://github.com/kubernetes/release/blob/master/relnotes) in Nov. https://kubernetes.slack.com/archives/CJH2GBF7Y/p1573233887162900

@saschagrunert
Copy link
Member

I suggest to continue there #918 due to the fact that we want to replace the script with the golang based version.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 12, 2020
@saschagrunert
Copy link
Member

This should be fixed when using krel changelog for patch releases (not yet implemented)

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 12, 2020
@justaugustus justaugustus added this to the v1.19 milestone Mar 16, 2020
@saschagrunert
Copy link
Member

@hoegaarden do you think we are ready to merge the code paths for patch release announcements and minor releases?

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 15, 2020
@saschagrunert
Copy link
Member

This should be fixed, the old release notes scripts do not exist any more on the master branch.

/close

@k8s-ci-robot
Copy link
Contributor

@saschagrunert: Closing this issue.

In response to this:

This should be fixed, the old release notes scripts do not exist any more on the master branch.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

No branches or pull requests

7 participants