-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 changelog 2.222 #2899
Add changelog 2.222 #2899
Conversation
Also, developer changelog entries could be ordered to the bottom |
The rephrasing is correct (I wrote that part of the changelog entry). |
@MarkEWaite I updated the pull request directly in order to address the comments above and to explicitly mark the JEP-223/224 features as experimental. I also added security advisory links for dangerous permissions. CC @timja |
I will retrigger it once UC stabilizes |
Co-Authored-By: Tim Jacomb <[email protected]>
Co-Authored-By: Tim Jacomb <[email protected]>
title: JEP-223 | ||
message: |- | ||
Add a new experimental <code>Overall/Manage</code> permission which allows a user to configure parts of the global Jenkins configuration without having the <code>Overall/Administer</code> permission. | ||
This is an experimental feature, disabled by default, that can be enabled by setting the <code>jenkins.security.ManagePermission</code> system property to <code>true</code>. |
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.
Do we need to add that it's Beta restricted also ? Or is it enough to say experimental for the release note ?
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 so. Beta
is for developers, it has no user frontend
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.
yes, we will include that @Beta
in our developer docs
Since the release is already in the wild, I will merge it to get the changelog published. Will be happy to address any comments in follow-ups. |
I need help on the phrasing of the changelog entry for PR-4365. The proposed changelog entry says:
I don't understand the last sentence in that proposed changelog entry. I rephrased it as:
I'm not confident that my rephrasing is accurate. @mikecirioli can you help me with it?