-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b103dad
commit 30c9a3c
Showing
11 changed files
with
88 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pr: 123572 | ||
releasenote: | ||
text: 'CEL: added name formats library.' | ||
text: 'CEL: Added name formats library.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pr: 123669 | ||
releasenote: | ||
text: 'cel: converting a quantity value into a quantity value failed.' | ||
text: 'CEL (Common Expression Language): converting a quantity value into a quantity value failed.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
pr: 124091 | ||
releasenote: | ||
text: Fixed kubelet so it would no longer crash when a DRA(Dynamic Resource Allocation) driver returns a nil as part of the Node(Un)PrepareResources response instead of an empty struct (Did not affect drivers written in Go, first showed up with a driver written in Rust). | ||
returns a nil as part of the Node(Un)PrepareResources response instead of an empty | ||
struct (did not affect drivers written in Go, first showed up with a driver written | ||
in Rust). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
pr: 124419 | ||
releasenote: | ||
text: |- | ||
'kubeadm: marked the sub-phase of ''init kubelet-finilize'' called ''experimental-cert-rotation'' | ||
'kubeadm: marked the sub-phase of ''init kubelet-finalize'' called ''experimental-cert-rotation'' | ||
as deprecated and print a warning if it is used directly; it will be removed in | ||
a future release. Add a replacement sub-phase ''enable-client-cert-rotation''.' | ||
a future release. Added a replacement sub-phase ''enable-client-cert-rotation''.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pr: 124509 | ||
releasenote: | ||
text: |- | ||
Introduces new functionality to the client-go's `List` method, allowing users to enable API streaming. To activate this feature, users can set the `client-go.WatchListClient` feature gate. | ||
Introduced new functionality to the client-go's `List` method, allowing users to enable API streaming. To activate this feature, users can set the `client-go.WatchListClient` feature gate. | ||
It is important to note that the server must support streaming for this feature to function properly. If streaming is not supported by the server, client-go will revert to using the normal `LIST` method to obtain data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pr: 124683 | ||
releasenote: | ||
text: Added ports autocompletion for kubectl port-foward command. | ||
text: Added ports autocompletion for kubectl port-forward command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pr: 124917 | ||
releasenote: | ||
text: When the featuregate AnonymousAuthConfigurableEndpoints is enabled users can | ||
text: When the feature gate AnonymousAuthConfigurableEndpoints is enabled users can | ||
update the AuthenticationConfig file with endpoints for with anonymous requests | ||
are alllowed. | ||
are allowed. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 46 additions & 45 deletions
91
releases/release-1.31/release-notes/release-notes-draft.json
Large diffs are not rendered by default.
Oops, something went wrong.
63 changes: 32 additions & 31 deletions
63
releases/release-1.31/release-notes/release-notes-draft.md
Large diffs are not rendered by default.
Oops, something went wrong.