mirror of https://github.com/kubernetes/kops.git
Release notes for 1.19.0-beta.3
This commit is contained in:
parent
b5afd1d6c4
commit
49f23412a7
|
@ -163,7 +163,7 @@ Create container promotion PR:
|
|||
```
|
||||
cd ${GOPATH}/src/k8s.io/k8s.io
|
||||
|
||||
git co -b kops_images_${VERSION}
|
||||
git checkout -b kops_images_${VERSION}
|
||||
|
||||
cd k8s.gcr.io/images/k8s-staging-kops
|
||||
echo "" >> images.yaml
|
||||
|
@ -193,8 +193,8 @@ Create binary promotion PR:
|
|||
```
|
||||
cd ${GOPATH}/src/k8s.io/k8s.io
|
||||
|
||||
git co master
|
||||
git co -b kops_artifacts_${VERSION}
|
||||
git checkout master
|
||||
git checkout -b kops_artifacts_${VERSION}
|
||||
|
||||
mkdir -p ./k8s-staging-kops/kops/releases/${VERSION}/
|
||||
gsutil rsync -r gs://k8s-staging-kops/kops/releases/${VERSION}/ ./k8s-staging-kops/kops/releases/${VERSION}/
|
||||
|
|
|
@ -15,6 +15,10 @@ credentials may be specified as a value of the `--admin` flag. To get the previo
|
|||
|
||||
`kops create cluster --yes` exports the admin user along with rest of the cluster config, as was the previous behaviour (except for the 18-hour validity).
|
||||
|
||||
## ARM64 support
|
||||
|
||||
kOps will install ARM64 artifacts and containerd images when the instance group supports ARM64 for both machine type and OS image. At the moment this is known to work with AWS m6g, c6g, r6g and t4g instances, with the latest Ubuntu 20.04 OS images for ARM64.
|
||||
|
||||
## OpenStack Cinder plugin
|
||||
|
||||
kOps will install the Cinder plugin for kOps running kubernetes 1.16 or newer. If you already have this plugin installed you should remove it before upgrading.
|
||||
|
@ -773,3 +777,45 @@ has been updated by a newer version of kOps unless it is given the `--allow-kops
|
|||
* Fix cloudformation lint job [@rifelpet](https://github.com/rifelpet),[@FrankYang0529](https://github.com/FrankYang0529) [#10256](https://github.com/kubernetes/kops/pull/10256)
|
||||
* Parse TargetGroup names from ARNs [@hakman](https://github.com/hakman) [#10276](https://github.com/kubernetes/kops/pull/10276)
|
||||
* Release 1.19.0-beta.2 [@hakman](https://github.com/hakman) [#10291](https://github.com/kubernetes/kops/pull/10291)
|
||||
|
||||
## 1.19.0-beta.2 to 1.19.0-beta.3
|
||||
|
||||
* [weave] Add support for default version override [@dntosas](https://github.com/dntosas),[@hakman](https://github.com/hakman) [#10273](https://github.com/kubernetes/kops/pull/10273)
|
||||
* Automated cherrypick of #10275 onto release-1.19 [@rdrgmnzs](https://github.com/rdrgmnzs) [#10306](https://github.com/kubernetes/kops/pull/10306)
|
||||
* Update Calico to v3.17.0 [@hakman](https://github.com/hakman) [#10310](https://github.com/kubernetes/kops/pull/10310)
|
||||
* Tolerate missing detached EC2 instances [@hwoarang](https://github.com/hwoarang) [#10319](https://github.com/kubernetes/kops/pull/10319)
|
||||
* Remove copyright notice from nodeup scripts to reduce the user-data size. [@rdrgmnzs](https://github.com/rdrgmnzs) [#10333](https://github.com/kubernetes/kops/pull/10333)
|
||||
* Update containerd and Docker versions [@hakman](https://github.com/hakman) [#10341](https://github.com/kubernetes/kops/pull/10341)
|
||||
* Allow using gp3 for root volumes [@olemarkus](https://github.com/olemarkus) [#10345](https://github.com/kubernetes/kops/pull/10345)
|
||||
* Bump aws-vpc-cni version to 1.7.6 [@MoShitrit](https://github.com/MoShitrit) [#10337](https://github.com/kubernetes/kops/pull/10337)
|
||||
* [Digital Ocean] Upgrade godo sdk to v1.54 [@srikiz](https://github.com/srikiz),[@timoreimann](https://github.com/timoreimann) [#10320](https://github.com/kubernetes/kops/pull/10320)
|
||||
* Update etcd-manager to 3.0.20201202 [@justinsb](https://github.com/justinsb) [#10351](https://github.com/kubernetes/kops/pull/10351)
|
||||
* Add paramaeters related to Taint based Evictions in kube-apiserver [@h3poteto](https://github.com/h3poteto) [#10339](https://github.com/kubernetes/kops/pull/10339)
|
||||
* Remove support for using legacy ELB name [@hakman](https://github.com/hakman) [#10296](https://github.com/kubernetes/kops/pull/10296)
|
||||
* Give users the option to gzip and base64 encode the heredocs in the nodeup.sh user-data [@rdrgmnzs](https://github.com/rdrgmnzs) [#10357](https://github.com/kubernetes/kops/pull/10357)
|
||||
* Remove resource limits from cluster autoscaler [@olemarkus](https://github.com/olemarkus) [#10375](https://github.com/kubernetes/kops/pull/10375)
|
||||
* Remove dependency on TravisCI [@hakman](https://github.com/hakman) [#10366](https://github.com/kubernetes/kops/pull/10366)
|
||||
* Add option to reuse existing Elastic IPs for NAT gateways [@hakman](https://github.com/hakman) [#10374](https://github.com/kubernetes/kops/pull/10374)
|
||||
* Upgrade docker client [@olemarkus](https://github.com/olemarkus) [#10193](https://github.com/kubernetes/kops/pull/10193)
|
||||
* Update aws-sdk-go to v1.36.0 [@hakman](https://github.com/hakman) [#10347](https://github.com/kubernetes/kops/pull/10347)
|
||||
* Add option for setting the volume encryption key in AWS [@hakman](https://github.com/hakman) [#10359](https://github.com/kubernetes/kops/pull/10359)
|
||||
* Add support for AWS IMDS v2 [@bharath-123](https://github.com/bharath-123) [#10324](https://github.com/kubernetes/kops/pull/10324)
|
||||
* Update etcd-manager to 20201209 [@justinsb](https://github.com/justinsb) [#10394](https://github.com/kubernetes/kops/pull/10394)
|
||||
* Explicitly specify http_endpoint in terraform launch template [@bharath-123](https://github.com/bharath-123) [#10398](https://github.com/kubernetes/kops/pull/10398)
|
||||
* Update k8s dependencies to v1.19.5 [@hakman](https://github.com/hakman) [#10385](https://github.com/kubernetes/kops/pull/10385)
|
||||
* Mount /lib64 for Protokube only on AMD64 [@hakman](https://github.com/hakman) [#10396](https://github.com/kubernetes/kops/pull/10396)
|
||||
* Update cilium to 1.8.6 [@olemarkus](https://github.com/olemarkus) [#10406](https://github.com/kubernetes/kops/pull/10406)
|
||||
* Allow override of registry and tag for Calico images [@hakman](https://github.com/hakman) [#10316](https://github.com/kubernetes/kops/pull/10316)
|
||||
* Bump aws-cni to 1.7.7 [@MoShitrit](https://github.com/MoShitrit) [#10416](https://github.com/kubernetes/kops/pull/10416)
|
||||
* Add support for containerd v1.4.3 ARM64 [@hakman](https://github.com/hakman) [#10418](https://github.com/kubernetes/kops/pull/10418)
|
||||
* Update container runtime service files [@hakman](https://github.com/hakman) [#10428](https://github.com/kubernetes/kops/pull/10428)
|
||||
* Expose metrics port when PrometheusMetricsEnabled set to true in Calico [@avdhoot](https://github.com/avdhoot) [#10414](https://github.com/kubernetes/kops/pull/10414)
|
||||
* Bump AWS-CNI to version 1.7.8 [@MoShitrit](https://github.com/MoShitrit) [#10447](https://github.com/kubernetes/kops/pull/10447)
|
||||
* Allow Calico to run on systems with loose reverse path forwarding [@hakman](https://github.com/hakman) [#10442](https://github.com/kubernetes/kops/pull/10442)
|
||||
* Calico: Allow operators to choose which encapsulation mode to use [@seh](https://github.com/seh) [#10404](https://github.com/kubernetes/kops/pull/10404)
|
||||
* protokube - query host by label when setting tags [@rdrgmnzs](https://github.com/rdrgmnzs) [#10413](https://github.com/kubernetes/kops/pull/10413)
|
||||
* Drop support for containerd 1.2 [@hakman](https://github.com/hakman) [#10483](https://github.com/kubernetes/kops/pull/10483)
|
||||
* Added event-qps and event-burst flags to kubelet [@DOboznyi](https://github.com/DOboznyi) [#10486](https://github.com/kubernetes/kops/pull/10486)
|
||||
* Add new-pod-scale-up-delay in Cluster Autoscaler spec [@akshedu](https://github.com/akshedu) [#10471](https://github.com/kubernetes/kops/pull/10471)
|
||||
* Add config options for container runtime package URL and Hash [@hakman](https://github.com/hakman) [#10473](https://github.com/kubernetes/kops/pull/10473)
|
||||
* Release 1.19.0-beta.3 [@hakman](https://github.com/hakman) [#10494](https://github.com/kubernetes/kops/pull/10494)
|
||||
|
|
Loading…
Reference in New Issue