Merge pull request #8064 from johngmyers/deprecate-v1alpha1

Announce impending removal of v1alpha1 API
This commit is contained in:
Kubernetes Prow Robot 2020-01-28 21:08:12 -08:00 committed by GitHub
commit 1a23444dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,10 @@ the notes prior to the release).
PodPriority: "true"
```
# Deprecations
* The `kops/v1alpha1` API is deprecated and will be removed in kops 1.18. Users of `kops replace` will need to supply v1alpha2 resources.
# Full change list since 1.15.0 release
## 1.15.0-alpha.1 to 1.16.0-alpha.1

View File

@ -55,6 +55,10 @@ the notes prior to the release).
a kops-controller Deployment may have been created that should get deleted because it has been replaced with a DaemonSet.
Run `kubectl -n kube-system delete deployment kops-controller` after upgrading to Kops 1.17.0-alpha.2 or later.
# Deprecations
* The `kops/v1alpha1` API is deprecated and will be removed in kops 1.18. Users of `kops replace` will need to supply v1alpha2 resources.
# Full change list since 1.16.0 release
## 1.16.0-alpha.1 to 1.17.0-alpha.1