mirror of https://github.com/kubernetes/kops.git
Merge pull request #11585 from johngmyers/aws-config-relnote
Add release note for AWS shared config
This commit is contained in:
commit
b5e0bc3584
|
|
@ -12,7 +12,7 @@ This is a document to gather the release notes prior to the release.
|
|||
|
||||
* The legacy location for downloads `s3://https://kubeupv2.s3.amazonaws.com/kops/` has been deprecated and will not be used for new releases. The new canonical downloads location is `https://artifacts.k8s.io/binaries/kops/`.
|
||||
|
||||
# Required Actions
|
||||
# Required actions
|
||||
|
||||
# Deprecations
|
||||
|
||||
|
|
@ -28,4 +28,8 @@ This is a document to gather the release notes prior to the release.
|
|||
|
||||
* Due to lack of maintainers, the Aliyun/Alibaba Cloud support has been deprecated. The current implementation will be left as-is until the implementation needs updates or otherwise becomes incompatible. At that point, it will be removed. We very much welcome anyone willing to contribute to this cloud provider.
|
||||
|
||||
# Other changes of note
|
||||
|
||||
* It is no longer necessary to set `AWS_SDK_LOAD_CONFIG=1` in the environment when using AWS assumed roles with the `kops` CLI.
|
||||
|
||||
# Full change list since 1.21.0 release
|
||||
|
|
|
|||
Loading…
Reference in New Issue