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

Automate parts of the release notes that are "constant" through a minor release #9852

Closed
cahillsf opened this issue Dec 11, 2023 · 15 comments
Closed
Assignees
Labels
area/release Issues or PRs related to releasing kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@cahillsf
Copy link
Member

cahillsf commented Dec 11, 2023

Automate parts of the release notes that are "constant" through a minor release by reading from some file to populate the data. For example, the supported kubernetes versions can be maintained in a file on each release branch independently.

Carryover from: #9104

@cahillsf
Copy link
Member Author

/area release

@k8s-ci-robot k8s-ci-robot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. area/release Issues or PRs related to releasing labels Dec 11, 2023
@sbueringer
Copy link
Member

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 12, 2023
@mcbenjemaa
Copy link
Member

mcbenjemaa commented Dec 18, 2023

I can take this.

@mcbenjemaa
Copy link
Member

/assign

@fabriziopandini
Copy link
Member

/priority backlog
/kind feature

@k8s-ci-robot k8s-ci-robot added priority/backlog Higher priority than priority/awaiting-more-evidence. kind/feature Categorizes issue or PR as related to a new feature. labels Apr 11, 2024
@kperath
Copy link

kperath commented May 4, 2024

Since it's been a while unless someone is working on this - I can take it ^^

@kperath
Copy link

kperath commented May 4, 2024

/assign

@kperath
Copy link

kperath commented May 4, 2024

Also if we have existing examples of doing this? Any direction is appreciated.

Also I do wonder how useful this is as the given example of a constant section is the "support kubernetes versions" which is a pretty small copy and paste where automating might be overkill. Just a thought to ponder :)

@chandankumar4
Copy link
Contributor

@kperath I believe automating the "constant" part will make the process easier while generating the release notes.
So as mentioned in the issue description we can start from "supported kubernetes versions" which can be maintained in a file on each release branch independently, the release-note-tool will read the version from there while generating.

ping me if you need any help and thanks for picking this up.

@sbueringer
Copy link
Member

sbueringer commented Jul 10, 2024

I'm wondering if this is really worth the effort . This would add the effort of maintaining a file per release branch and add another bit of complexity (sounds like we would then have to run the release note generation on the release branch)

@chandankumar4
Copy link
Contributor

I'm wondering if this is really worth the effort . This would add the effort of maintaining a file per release branch and add another bit of complexity (sounds like we would then have to run the release note generation on the release branch)

Yes, I agree it will add more complexity rather than help in the release process.

@fabriziopandini
Copy link
Member

@adilGhaffarDev should we close this one?

@adilGhaffarDev
Copy link
Contributor

yes, let's close this one.

@sbueringer
Copy link
Member

/close

@k8s-ci-robot
Copy link
Contributor

@sbueringer: Closing this issue.

In response to this:

/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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release Issues or PRs related to releasing kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
Development

No branches or pull requests

8 participants