Skip to content

Commit

Permalink
final 1.31 release notes edits
Browse files Browse the repository at this point in the history
  • Loading branch information
npolshakova committed Aug 12, 2024
1 parent b103dad commit 0fd7467
Show file tree
Hide file tree
Showing 12 changed files with 128 additions and 116 deletions.
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: ""
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.'
3 changes: 0 additions & 3 deletions releases/release-1.31/release-notes/maps/pr-124091-map.yaml
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).
4 changes: 2 additions & 2 deletions releases/release-1.31/release-notes/maps/pr-124419-map.yaml
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: ""
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.
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.
4 changes: 2 additions & 2 deletions releases/release-1.31/release-notes/maps/pr-124917-map.yaml
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: ""
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pr: 124996
releasenote:
text: "kube-scheduler implements scheduling hints for the VolumeZone plugin.\nThe
scheduling hints allow the scheduler to only retry scheduling a Pod\nthat was
previously rejected by the VolemeZone plugin if addition/update of node, \naddition/update
previously rejected by the VolumeZone plugin if addition/update of node, \naddition/update
of PV, addition/update of PVC, or addition of SC matches pod's topology settings."
pr_body: ""
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pr: 125015
releasenote:
text: |-
The iptables mode of kube-proxy now tracks accepted packets that are destined for node-ports on localhost by introducing `kubeproxy_iptables_localhost_nodeports_accepted_packets_total` metric.
This will help users to identify if they rely on iptables.localhostNodePorts feature and ulitmately help them to migrate from iptables to nftables.
This will help users to identify if they rely on iptables.localhostNodePorts feature and ultimately help them to migrate from iptables to nftables.
6 changes: 0 additions & 6 deletions releases/release-1.31/release-notes/maps/pr-125272-map.yaml

This file was deleted.

114 changes: 68 additions & 46 deletions releases/release-1.31/release-notes/release-notes-draft.json

Large diffs are not rendered by default.

101 changes: 50 additions & 51 deletions releases/release-1.31/release-notes/release-notes-draft.md

Large diffs are not rendered by default.

0 comments on commit 0fd7467

Please sign in to comment.