Releases: kubernetes/kops
1.11.0
First release supporting kubernetes 1.11.x series
Significant changes
-
kops will attempt to remove NLBs (also known as ELB v2) that are
tagged as created by the cluster. Please double-check the preview
fromkops delete cluster
before allowing deletion. -
JSON & YAML field names in the kops objects are case-sensitive.
This was a regression across the kubernetes API libraries as
observed kubernetes#64612.
Please double-check that you are using the correct field names if
you are constructing YAML / JSON outside of kops.
Required Actions
None known at this time
Full details
1.10.1
Minor update for the kops 1.10 series.
Changes since 1.10:
- Upgrade DigitalOcean CCM to v0.1.7 @andrewsykim #5651
- amazon-vpc-routed-eni cloudprovider check @mikesplain #5540
- Load client-auth plugins @ripta #5513
- add kube-proxy hostname override @andrewsykim #5649
1.11.0-beta.1
First beta release of kops 1.11 series
1.11.0-alpha.1
First preview release of kops 1.11 series
1.10.0
First release supporting kubernetes 1.10.x series
Significant changes
- Old LaunchConfigurations are now deleted on AWS. By default the 3 most recent LaunchConfigurations for each InstanceGroup are kept, and older ones are automatically removed. To keep the existing behaviour set the KeepLaunchConfigurations feature flag i.e.
export KOPS_FEATURE_FLAGS=KeepLaunchConfigurations
Required Actions
None known at this time
Full details
1.10.0-beta.1
Release 1.10.0-alpha.1
First beta of kops 1.10 series, optimized for k8s 1.10. Full release notes to follow.
1.9.2
1.10.0-alpha.1
Release 1.10.0-alpha.1
First pre-release of kops 1.10 series, optimized for k8s 1.10. Full release notes to follow.
1.9.1
1.9.0
Release 1.9.0 adds official support for kubernetes 1.9 series.