mirror of https://github.com/kubernetes/kops.git
Merge pull request #12533 from johngmyers/relnotes_1.22.0
Release notes for 1.22.0
This commit is contained in:
commit
d78068c842
12
README-ES.md
12
README-ES.md
|
|
@ -80,13 +80,13 @@ particular de Kubernetes.
|
|||
|
||||
#### Compatibilidad Matrix
|
||||
|
||||
| kOps version | k8s 1.17.x | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x |
|
||||
| kOps version | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x |
|
||||
|---------------|------------|------------|------------|------------|------------|
|
||||
| 1.21.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.20.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||
| ~~1.19.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||
| ~~1.18.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||
| ~~1.17.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||
| 1.22.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.21.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||
| ~~1.20.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||
| ~~1.19.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||
| ~~1.18.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||
|
||||
Utilice la última versión de kOps para todas las versiones de Kubernetes, con la advertencia de que las versiones más altas de Kubernetes no cuentan con el respaldo _oficial_ de kOps.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
## Release notes for kOps 1.22 series
|
||||
|
||||
**⚠ kOps 1.22 has not been released yet! ⚠**
|
||||
|
||||
This is a document to gather the release notes prior to the release.
|
||||
|
||||
# Significant changes
|
||||
|
||||
## Instance metadata service version 2
|
||||
|
|
@ -717,3 +713,21 @@ For file assets, it means adding an explicit path as shown below:
|
|||
* Update containerd to v1.4.10 [@hakman](https://github.com/hakman) [#12459](https://github.com/kubernetes/kops/pull/12459)
|
||||
* Add fixed version to all addons [@olemarkus](https://github.com/olemarkus) [#12416](https://github.com/kubernetes/kops/pull/12416)
|
||||
* Remove unnecessary sysctl "net.ipv6.conf.all.accept_ra=2" [@hakman](https://github.com/hakman) [#12461](https://github.com/kubernetes/kops/pull/12461)
|
||||
|
||||
## 1.22.0-beta.2 to 1.22.0
|
||||
|
||||
* Release 1.22.0-beta.2 [@johngmyers](https://github.com/johngmyers) [#12467](https://github.com/kubernetes/kops/pull/12467)
|
||||
* Bump Cluster Autoscaler images [@olemarkus](https://github.com/olemarkus) [#12463](https://github.com/kubernetes/kops/pull/12463)
|
||||
* Update k8s dependencies to v1.22.2 for kOps 1.22 [@hakman](https://github.com/hakman) [#12478](https://github.com/kubernetes/kops/pull/12478)
|
||||
* Update containerd to v1.4.11 [@hakman](https://github.com/hakman) [#12479](https://github.com/kubernetes/kops/pull/12479)
|
||||
* Update Bazel to v4.2.1 [@hakman](https://github.com/hakman) [#12311](https://github.com/kubernetes/kops/pull/12311)
|
||||
* Add kubescheduler.config.k8s.io/v1beta2 for k8s 1.22+ [@hakman](https://github.com/hakman) [#12486](https://github.com/kubernetes/kops/pull/12486)
|
||||
* Update remaining k8s dependencies to v1.22.2 for kOps 1.22 [@hakman](https://github.com/hakman) [#12484](https://github.com/kubernetes/kops/pull/12484)
|
||||
* protokube: don't try to connect to apiserver if not control-plane [@justinsb](https://github.com/justinsb) [#12424](https://github.com/kubernetes/kops/pull/12424)
|
||||
* Update Docker to v20.10.9 [@hakman](https://github.com/hakman) [#12481](https://github.com/kubernetes/kops/pull/12481)
|
||||
* Allow adding more subnets to an NLB [@olemarkus](https://github.com/olemarkus) [#12412](https://github.com/kubernetes/kops/pull/12412)
|
||||
* Update Calico to v3.20.2 [@hakman](https://github.com/hakman) [#12491](https://github.com/kubernetes/kops/pull/12491)
|
||||
* Update Bazel rules_go to v0.29.0 [@hakman](https://github.com/hakman) [#12496](https://github.com/kubernetes/kops/pull/12496)
|
||||
* Update etcd-manager to 3.0.20211007 [@hakman](https://github.com/hakman) [#12497](https://github.com/kubernetes/kops/pull/12497)
|
||||
* Enable ingress hostname feature for OpenStack [@zetaab](https://github.com/zetaab) [#12525](https://github.com/kubernetes/kops/pull/12525)
|
||||
* Update Bazel rules_docker to v0.20.0 [@hakman](https://github.com/hakman) [#12523](https://github.com/kubernetes/kops/pull/12523)
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@ support Kubernetes 1.16.5, 1.15.2, and several previous Kubernetes versions.
|
|||
|
||||
## Compatibility Matrix
|
||||
|
||||
| kOps version | k8s 1.17.x | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x |
|
||||
| kOps version | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x |
|
||||
|---------------|------------|------------|------------|------------|------------|
|
||||
| 1.21.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.20.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||
| ~~1.19.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||
| ~~1.18.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||
| ~~1.17.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||
| 1.22.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.21.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||
| ~~1.20.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||
| ~~1.19.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||
| ~~1.18.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||
|
||||
|
||||
Use the latest version of kOps for all releases of Kubernetes, with the caveat
|
||||
|
|
|
|||
Loading…
Reference in New Issue