Skip to content

Commit

Permalink
Update CHANGELOG-1.23.md to delete reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Jan 24, 2022
1 parent dc96c3d commit 86951cb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG/CHANGELOG-1.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,9 +707,6 @@ After migration, Kubernetes users may continue to rely on all the functionality
- TLS handshake
- Time to get a connection from the pool
- Time to process a request ([#105156](https://github.com/kubernetes/kubernetes/pull/105156), [@aojea](https://github.com/aojea))
- `kube-scheduler` now logs node and plugin scoring even though --v<10
- scores of the top 3 plugins in the top 3 nodes are dumped if --v=4,5
- scores of all plugins in the top 6 nodes are dumped if --v=6,7,8,9 ([#103515](https://github.com/kubernetes/kubernetes/pull/103515), [@muma378](https://github.com/muma378))

### Documentation

Expand Down Expand Up @@ -1849,9 +1846,6 @@ filename | sha512 hash
- Adding support for multiple --from-env-file flags ([#104232](https://github.com/kubernetes/kubernetes/pull/104232), [@lauchokyip](https://github.com/lauchokyip)) [SIG CLI]
- Cloud providers can set service account names for cloud controllers. ([#103178](https://github.com/kubernetes/kubernetes/pull/103178), [@nckturner](https://github.com/nckturner)) [SIG API Machinery and Cloud Provider]
- Health check of kube-controller-manager now includes each controller. ([#104667](https://github.com/kubernetes/kubernetes/pull/104667), [@jiahuif](https://github.com/jiahuif)) [SIG API Machinery and Cloud Provider]
- Kube-scheduler now logs node and plugin scoring even though --v<10
- socres of the top 3 plugins in the top 3 nodes are dumped if --v=4,5
- socres of all plugins in the top 6 nodes are dumped if --v=6,7,8,9 ([#103515](https://github.com/kubernetes/kubernetes/pull/103515), [@muma378](https://github.com/muma378)) [SIG Scheduling]
- Kubernetes is now built with Golang 1.17.1 ([#104904](https://github.com/kubernetes/kubernetes/pull/104904), [@cpanato](https://github.com/cpanato)) [SIG API Machinery, Cloud Provider, Instrumentation, Release and Testing]
- The pause image list now contains Windows Server 2022 ([#104438](https://github.com/kubernetes/kubernetes/pull/104438), [@nick5616](https://github.com/nick5616)) [SIG Windows]
- Updates debian-iptables to v1.6.7 to pick up CVE fixes ([#104970](https://github.com/kubernetes/kubernetes/pull/104970), [@PushkarJ](https://github.com/PushkarJ)) [SIG API Machinery, Network, Release, Security and Testing]
Expand Down Expand Up @@ -2149,4 +2143,4 @@ filename | sha512 hash
- github.com/coreos/pkg: [399ea9e](https://github.com/coreos/pkg/tree/399ea9e)
- github.com/dgrijalva/jwt-go: [v3.2.0+incompatible](https://github.com/dgrijalva/jwt-go/tree/v3.2.0)
- github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
- github.com/jpillora/backoff: [v1.0.0](https://github.com/jpillora/backoff/tree/v1.0.0)
- github.com/jpillora/backoff: [v1.0.0](https://github.com/jpillora/backoff/tree/v1.0.0)

0 comments on commit 86951cb

Please sign in to comment.