-
Notifications
You must be signed in to change notification settings - Fork 392
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
Update release notes draft to version v1.31.0-beta.0 #2575
Update release notes draft to version v1.31.0-beta.0 #2575
Conversation
@@ -0,0 +1,23 @@ | |||
pr: 124320 |
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.
Let's delete this map file- it's a known krel bug: kubernetes/release#3516
@@ -0,0 +1,4 @@ | |||
pr: 124994 | |||
releasenote: | |||
text: Added namespace autocompletion for kubectl config set-context command |
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.
text: Added namespace autocompletion for kubectl config set-context command | |
text: Added namespace autocompletion for `kubectl config set-context` command. |
@@ -1,3 +1,4 @@ | |||
pr: 123587 | |||
releasenote: | |||
text: Fixed "-kube-test-repo-list" e2e flag may not take effect. |
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.
is the first "-" in "-kube-test-repo-list" a typo?
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.
It's what the author originally had: kubernetes/kubernetes#123587
@@ -1,4 +1,5 @@ | |||
pr: 123638 | |||
releasenote: | |||
text: Graduated MatchLabelKeys/MismatchLabelKeys feature in PodAffinity/PodAntiAffinity to Beta. | |||
text: Graduated MatchLabelKeys/MismatchLabelKeys feature in PodAffinity/PodAntiAffinity |
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.
text: Graduated MatchLabelKeys/MismatchLabelKeys feature in PodAffinity/PodAntiAffinity | |
text: Graduated MatchLabelKeys/MismatchLabelKeys feature in PodAffinity/PodAntiAffinity. |
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.
Sorry this is wrong, no need to update here.
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.
ok, thanks
@@ -0,0 +1,23 @@ | |||
pr: 125365 |
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.
Let's delete this map file- it's a known krel bug: kubernetes/release#3516
@@ -250,13 +262,12 @@ | |||
"sigs": [ | |||
"cli" | |||
], | |||
"duplicate_kind": true, | |||
"is_mapped": true |
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.
Example of is_mapped
value.
@@ -34,13 +33,12 @@ | |||
"cli", | |||
"windows" | |||
], | |||
"duplicate": true, | |||
"is_mapped": true |
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.
This was removed, you want to go back in this diff commit and add the is_mapped": true
values back.
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.
Looks good! Just a couple last comments to resolve and this should be good to go!
great news ! Let me doublecheck everything and squash them into 1 big fat commit ! |
update upon the convention Update releases/release-1.31/release-notes/maps/pr-126012-map.yaml Update upon convention ponctuation and past times Update release note release-notes-draft-v1.31.0-beta.0 release notes draft release-notes-draft-v1.31.0-beta.0 add map values change draft json and md Delete releases/release-1.31/release-notes/maps/pr-125365-map.yaml Delete this file due to a known bug kubernetes/release#3516 Update releases/release-1.31/release-notes/maps/pr-125894-map.yaml Update releases/release-1.31/release-notes/maps/pr-125970-map.yaml Update releases/release-1.31/release-notes/maps/pr-126046-map.yaml Update releases/release-1.31/release-notes/maps/pr-126057-map.yaml Update releases/release-1.31/release-notes/maps/pr-126012-map.yaml Update releases/release-1.31/release-notes/maps/pr-125328-map.yaml Update releases/release-1.31/release-notes/maps/pr-124994-map.yaml Update releases/release-1.31/release-notes/maps/pr-122025-map.yaml Update releases/release-1.31/release-notes/maps/pr-125751-map.yaml Update releases/release-1.31/release-notes/maps/pr-125442-map.yaml Update releases/release-1.31/release-notes/maps/pr-125333-map.yaml Update releases/release-1.31/release-notes/maps/pr-125225-map.yaml Update releases/release-1.31/release-notes/maps/pr-124994-map.yaml Update releases/release-1.31/release-notes/maps/pr-124428-map.yaml sure Delete releases/release-1.31/release-notes/maps/pr-124320-map.yaml Release Notes draft for k/k v1.31.0-beta.0 Signed-off-by: cloudmelon <[email protected]> Co-Authored-By: Nina Polshakova <[email protected]> Co-Authored-By: Sepideh <[email protected]>
06a8f9b
to
ef1d492
Compare
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.
Looks great! Thanks for taking care of all the edits and squashing them into one commit @cloudmelon 🎉
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cloudmelon, npolshakova, saschagrunert 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 |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
This PR updates the Release Notes Draft to k/k v1.31.0-beta.0
Which issue(s) this PR fixes:
Special notes for your reviewer:
This is an automated PR generated from
krel The Kubernetes Release Toolbox