Skip to content

Latest commit

 

History

History
109 lines (76 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

109 lines (76 loc) · 3.91 KB

Change Log

All notable changes to this project will be documented in this file. This project employs a versioning scheme described in RELEASE.md.

1.21.2 - 2021-11-16

Changed

  • Update Endpoints/EndpointSlices when rebooting CP Node (#512)

1.21.1 - 2021-11-02

Changed

  • Update API version of PodDisruptionBudget (#500)
  • Update Kubernetes to 1.21.6 (#504)
  • Fix EndpointSlice to list endpoints rather than endpoint addresses (#505)

1.21.0 - 2021-10-19

Added

  • Enable "DenyServiceExternalIPs" admission plugin (#487)

Changed

  • Update images (#485)
    • Kubernetes 1.21.5
    • cke-tools 1.21.0
    • pause 3.6
    • CoreDNS 1.8.5
    • Unbound 1.13.2
  • Use Go 1.17 (#485)
  • ckecli rq: Delete non-protected pod when Eviction API returns any kind of errors (#482)
  • Add FQDN to Subject Alternative Names in certificate for API servers (#493)
  • Maintain EndpointSlice for etcd and API servers as well as Endpoints (#494)
  • Run Sonobuoy with Calico instead of flannel (#492)
  • Update how to run Sonobuoy (#495)
  • Use systemd cgroup driver in mtest (#490)

Removed

  • Remove redundant list of admission plugins enabled by default (#487)

Changed

  • Use systemd cgroup driver in mtest (#490)

1.21.0-rc.3 - 2021-10-13

Changed

  • Revert "Use policy/v1 PodDisruptionBudget instead of policy/v1beta1" (#498)

1.21.0-rc.2 - 2021-10-12

Changed

  • Add FQDN to Subject Alternative Names in certificate for API servers (#493)
  • Maintain EndpointSlice for etcd and API servers as well as Endpoints (#494)
  • Use policy/v1 PodDisruptionBudget instead of policy/v1beta1 (#496)
  • Run Sonobuoy with Calico instead of flannel (#492)
  • Update how to run Sonobuoy (#495)

1.21.0-rc.1 - 2021-10-01

Added

  • Enable "DenyServiceExternalIPs" admission plugin (#487)

Changed

  • Update images (#485)
    • Kubernetes 1.21.5
    • cke-tools 1.21.0
    • pause 3.6
    • CoreDNS 1.8.5
    • Unbound 1.13.2
  • Use Go 1.17 (#485)
  • ckecli rq: Delete non-protected pod when Eviction API returns any kind of errors (#482)
  • Remove redundant list of admission plugins enabled by default (#487)

Ancient changes