mirror of https://github.com/kubernetes/kops.git
Release notes for 1.21.0-alpha.3
This commit is contained in:
parent
36a80cc37b
commit
80f63a3446
|
@ -112,7 +112,7 @@ Double check it is the correct commit!
|
|||
|
||||
```
|
||||
git push git@github.com:kubernetes/kops v${VERSION}
|
||||
git fetch origin # sync back up
|
||||
git fetch origin
|
||||
```
|
||||
|
||||
|
||||
|
@ -133,9 +133,9 @@ e.g.
|
|||
```
|
||||
git checkout -b relnotes_${VERSION}
|
||||
|
||||
FROM=1.18.0
|
||||
TO=1.18.1
|
||||
DOC=1.18
|
||||
FROM=1.21.0-alpha.2
|
||||
TO=1.21.0-alpha.3
|
||||
DOC=1.21
|
||||
git log v${FROM}..v${TO} --oneline | grep Merge.pull | grep -v Revert..Merge.pull | cut -f 5 -d ' ' | tac > /tmp/prs
|
||||
echo -e "\n## ${FROM} to ${TO}\n" >> docs/releases/${DOC}-NOTES.md
|
||||
relnotes -config .shipbot.yaml < /tmp/prs >> docs/releases/${DOC}-NOTES.md
|
||||
|
|
|
@ -202,3 +202,66 @@ In 1.21, this feature is behind a feature flag as node role name, labels, taints
|
|||
* Add docs about dedicated apiserver ndoes [@olemarkus](https://github.com/olemarkus) [#11090](https://github.com/kubernetes/kops/pull/11090)
|
||||
* Put awslbcontroller on the control-plane [@olemarkus](https://github.com/olemarkus) [#11091](https://github.com/kubernetes/kops/pull/11091)
|
||||
* Release 1.21.0 alpha.2 [@hakman](https://github.com/hakman) [#11109](https://github.com/kubernetes/kops/pull/11109)
|
||||
|
||||
## 1.21.0-alpha.2 to 1.21.0-alpha.3
|
||||
|
||||
* Release notes for 1.21.0-alpha.2 [@hakman](https://github.com/hakman) [#11111](https://github.com/kubernetes/kops/pull/11111)
|
||||
* Update release process docs [@hakman](https://github.com/hakman) [#11112](https://github.com/kubernetes/kops/pull/11112)
|
||||
* Use "tag on create" for EIPs, NLBs, and TargetGroups [@rifelpet](https://github.com/rifelpet) [#11107](https://github.com/kubernetes/kops/pull/11107)
|
||||
* Load env vars from file for kops-configuration service [@hakman](https://github.com/hakman) [#11114](https://github.com/kubernetes/kops/pull/11114)
|
||||
* Update containerd to v1.3.10/v1.4.4 [@bmelbourne](https://github.com/bmelbourne) [#11084](https://github.com/kubernetes/kops/pull/11084)
|
||||
* [DigitalOcean] Fix DO Tag issue [@srikiz](https://github.com/srikiz) [#11102](https://github.com/kubernetes/kops/pull/11102)
|
||||
* Kubetest2 - Setup SSH keys for GCE [@rifelpet](https://github.com/rifelpet) [#11123](https://github.com/kubernetes/kops/pull/11123)
|
||||
* Validate that kube-apiserver has the necessary authz modes set [@olemarkus](https://github.com/olemarkus) [#11127](https://github.com/kubernetes/kops/pull/11127)
|
||||
* Remove instance-selector label [@bharath-123](https://github.com/bharath-123) [#11048](https://github.com/kubernetes/kops/pull/11048)
|
||||
* Kubetest2 - fix temp directory created for GCE SSH keys [@rifelpet](https://github.com/rifelpet) [#11133](https://github.com/kubernetes/kops/pull/11133)
|
||||
* replace hard coded aws region checks with aws sdk calls [@guydog28](https://github.com/guydog28) [#11119](https://github.com/kubernetes/kops/pull/11119)
|
||||
* kubetest2 - Specify GCE network name [@rifelpet](https://github.com/rifelpet) [#11139](https://github.com/kubernetes/kops/pull/11139)
|
||||
* Update protokube systemd unit docs link [@rifelpet](https://github.com/rifelpet) [#11138](https://github.com/kubernetes/kops/pull/11138)
|
||||
* Add scaleDownDelayAfterAdd to clusterAutoscaler spec [@jurriaanpro](https://github.com/jurriaanpro) [#11140](https://github.com/kubernetes/kops/pull/11140)
|
||||
* Update cluster_spec.md [@carnivorelogic](https://github.com/carnivorelogic) [#11142](https://github.com/kubernetes/kops/pull/11142)
|
||||
* minor protokube code clean up [@bharath-123](https://github.com/bharath-123) [#11143](https://github.com/kubernetes/kops/pull/11143)
|
||||
* Pass ctx to drain helper [@olemarkus](https://github.com/olemarkus) [#11146](https://github.com/kubernetes/kops/pull/11146)
|
||||
* Change registrable domains to placeholders [@lukehinds](https://github.com/lukehinds) [#11147](https://github.com/kubernetes/kops/pull/11147)
|
||||
* Add tags to instance profile and OIDC provider terraform resources [@rifelpet](https://github.com/rifelpet) [#11149](https://github.com/kubernetes/kops/pull/11149)
|
||||
* Clarify release notes around exporting kubeconfig [@justinsb](https://github.com/justinsb) [#11154](https://github.com/kubernetes/kops/pull/11154)
|
||||
* Expand flag help on --user flags [@justinsb](https://github.com/justinsb) [#11153](https://github.com/kubernetes/kops/pull/11153)
|
||||
* Update Getting Started AWS guide [@allir](https://github.com/allir) [#11150](https://github.com/kubernetes/kops/pull/11150)
|
||||
* fix the mistake link in addons.md [@maoyangLiu](https://github.com/maoyangLiu) [#11151](https://github.com/kubernetes/kops/pull/11151)
|
||||
* cloudbuild: capture some hashes [@justinsb](https://github.com/justinsb) [#11159](https://github.com/kubernetes/kops/pull/11159)
|
||||
* Only update kops-controller pods on deletion [@olemarkus](https://github.com/olemarkus) [#10871](https://github.com/kubernetes/kops/pull/10871)
|
||||
* Side load images also on apiserver [@olemarkus](https://github.com/olemarkus) [#11156](https://github.com/kubernetes/kops/pull/11156)
|
||||
* Add an option to skip NTP installation [@kenji-cloudnatix](https://github.com/kenji-cloudnatix) [#11160](https://github.com/kubernetes/kops/pull/11160)
|
||||
* kubetest2 - Pass GOPATH when building kops [@rifelpet](https://github.com/rifelpet) [#11167](https://github.com/kubernetes/kops/pull/11167)
|
||||
* Filter kOps NatGateways from route table [@zetaab](https://github.com/zetaab) [#11169](https://github.com/kubernetes/kops/pull/11169)
|
||||
* Bump k8s deps to 1.21-rc.0 [@olemarkus](https://github.com/olemarkus) [#11168](https://github.com/kubernetes/kops/pull/11168)
|
||||
* Allow setting dedicated apiserver node count from create cluster cmd [@olemarkus](https://github.com/olemarkus) [#11152](https://github.com/kubernetes/kops/pull/11152)
|
||||
* Update Go to v1.16.3 [@bmelbourne](https://github.com/bmelbourne) [#11174](https://github.com/kubernetes/kops/pull/11174)
|
||||
* Add integration test for aws lb controller [@olemarkus](https://github.com/olemarkus) [#11175](https://github.com/kubernetes/kops/pull/11175)
|
||||
* Enable use of irsa for aws load balancer controller [@olemarkus](https://github.com/olemarkus) [#11088](https://github.com/kubernetes/kops/pull/11088)
|
||||
* Increase timeout and update images for postsubmit job [@rifelpet](https://github.com/rifelpet) [#11177](https://github.com/kubernetes/kops/pull/11177)
|
||||
* Update Go modules to latest versions [@bmelbourne](https://github.com/bmelbourne) [#11176](https://github.com/kubernetes/kops/pull/11176)
|
||||
* Kubetest2 - Add flag to expose cluster validation wait time [@rifelpet](https://github.com/rifelpet) [#11178](https://github.com/kubernetes/kops/pull/11178)
|
||||
* Spotinst: Use BDM to configure the root volume size at VNG level [@liranp](https://github.com/liranp) [#11179](https://github.com/kubernetes/kops/pull/11179)
|
||||
* Spotinst: Configure headroom resources only at the VNG level [@liranp](https://github.com/liranp) [#11181](https://github.com/kubernetes/kops/pull/11181)
|
||||
* Update k8s dependencies to v1.21.0 [@hakman](https://github.com/hakman) [#11188](https://github.com/kubernetes/kops/pull/11188)
|
||||
* Release notes for 1.19.2 [@justinsb](https://github.com/justinsb) [#11193](https://github.com/kubernetes/kops/pull/11193)
|
||||
* Update node local dns cache [@zetaab](https://github.com/zetaab) [#11057](https://github.com/kubernetes/kops/pull/11057)
|
||||
* Update cilium.md [@recollir](https://github.com/recollir) [#11189](https://github.com/kubernetes/kops/pull/11189)
|
||||
* Release notes for 1.20.0 [@justinsb](https://github.com/justinsb) [#11196](https://github.com/kubernetes/kops/pull/11196)
|
||||
* Docs: Remove 'prerelease' warning from 1.20 [@justinsb](https://github.com/justinsb) [#11198](https://github.com/kubernetes/kops/pull/11198)
|
||||
* Kubetest2 - Create project-specific state store buckets in GCP [@rifelpet](https://github.com/rifelpet) [#11200](https://github.com/kubernetes/kops/pull/11200)
|
||||
* Update release compatibility matrix [@johngmyers](https://github.com/johngmyers) [#11201](https://github.com/kubernetes/kops/pull/11201)
|
||||
* Update integration tests to k8s v1.21.0 [@bmelbourne](https://github.com/bmelbourne) [#11206](https://github.com/kubernetes/kops/pull/11206)
|
||||
* Kubetest2 - Set KOPS_BASE_URL to --build's stage location [@rifelpet](https://github.com/rifelpet) [#11210](https://github.com/kubernetes/kops/pull/11210)
|
||||
* Update Docker to v20.10.5 [@bmelbourne](https://github.com/bmelbourne) [#11195](https://github.com/kubernetes/kops/pull/11195)
|
||||
* Rename the service account key [@johngmyers](https://github.com/johngmyers) [#11207](https://github.com/kubernetes/kops/pull/11207)
|
||||
* Update go deps [@zetaab](https://github.com/zetaab) [#11208](https://github.com/kubernetes/kops/pull/11208)
|
||||
* Kubetest2 - detect errors creating GCS bucket [@rifelpet](https://github.com/rifelpet) [#11212](https://github.com/kubernetes/kops/pull/11212)
|
||||
* Kubetest2 - Ensure the bucket path is the final gsutil arg [@rifelpet](https://github.com/rifelpet) [#11215](https://github.com/kubernetes/kops/pull/11215)
|
||||
* Update IG tutorial for per-AZ node groups [@rifelpet](https://github.com/rifelpet) [#11218](https://github.com/kubernetes/kops/pull/11218)
|
||||
* Use "string" for architecture type in ChannelRecommendedImage [@hakman](https://github.com/hakman) [#11220](https://github.com/kubernetes/kops/pull/11220)
|
||||
* Always secure api -> kubelet communication [@olemarkus](https://github.com/olemarkus) [#11185](https://github.com/kubernetes/kops/pull/11185)
|
||||
* Fix etcd volume validation logic [@hakman](https://github.com/hakman) [#11225](https://github.com/kubernetes/kops/pull/11225)
|
||||
* Replace k8s.io/utils/mount with k8s.io/mount-utils [@hakman](https://github.com/hakman) [#11229](https://github.com/kubernetes/kops/pull/11229)
|
||||
* Release 1.21.0-alpha.3 [@hakman](https://github.com/hakman) [#11231](https://github.com/kubernetes/kops/pull/11231)
|
||||
|
|
Loading…
Reference in New Issue