Skip to content

Releases: kubernetes/kops

v1.28.1

13 Nov 09:59
2038e4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.28.0...v1.28.1

v1.27.2

13 Nov 09:58
e2d811c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.27.1...v1.27.2

v1.28.0

23 Sep 16:18
c07f51e
Compare
Choose a tag to compare

Release notes for kOps 1.28 series

Significant changes

AWS

  • Node Termination Handler is now enabled by default.

GCP

  • metadata-proxy is no longer deployed on GCP clusters for Kubernetes 1.29+.

Breaking changes

AWS

  • The kops get assets --copy command no longer sets object-level public-read ACLs in the destination fileRepository.
    h

Other breaking changes

  • Support for Kubernetes version 1.22 has been removed.

  • Support for Ubuntu 18.04 is has been removed.

  • Support for Canal, Flannel, and Kube-Router has been removed for Kubernetes 1.28 and later.

  • RHEL-based distros will no longer have wget, curl, python2, and git packages installed. Install them with hooks if needed.

Deprecations

  • Support for Kubernetes version 1.23 is deprecated and will be removed in kOps 1.29.

  • Support for Kubernetes version 1.24 is deprecated and will be removed in kOps 1.30.

  • Support for AWS Classic Load Balancer for API is deprecated and should not be used for newly created clusters.

  • All legacy addons are deprecated in favor of managed addons, including the metrics server addon and the autoscaler addon.

What's Changed

Read more

v1.26.6

23 Sep 06:14
626ad9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.5...v1.26.6

v1.29.0-alpha.1

08 Sep 14:53
9ae4e96
Compare
Choose a tag to compare
v1.29.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.29.0-alpha.0...v1.29.0-alpha.1

v1.28.0-beta.2

08 Sep 07:00
f012cad
Compare
Choose a tag to compare
v1.28.0-beta.2 Pre-release
Pre-release

Release v1.28.0-beta.2 (draft)

What's Changed

Full Changelog: v1.28.0-beta.1...v1.28.0-beta.2

v1.28.0-beta.1

03 Sep 06:45
db8b0f3
Compare
Choose a tag to compare
v1.28.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.28.0-alpha.2...v1.28.0-beta.1

v1.27.1

03 Sep 12:00
8d4b3d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.27.0...v1.27.1

v1.28.0-alpha.2

11 Aug 00:43
edac43f
Compare
Choose a tag to compare
v1.28.0-alpha.2 Pre-release
Pre-release

Release v1.28.0-alpha.2 (draft)

What's Changed

Read more

v1.27.0

17 Jul 08:59
e1a26c5
Compare
Choose a tag to compare

Significant changes

  • The default image has been updated to Ubuntu 22.04 (Jammy).

  • The default retention duration for the etcd backups is now set to 90 days.
    This behaviour can be overridden by setting spec.etcdClusters[*].manager.backupRetentionDays in the cluster spec.

  • external-dns is now supported in IPv6 clusters.

  • Using swap memory is now possible by setting spec.kubelet.memorySwapBehavior.

AWS

  • As of Kubernetes version 1.27, all nodes will default to running with instance-metadata-service tokens required, with a max hop limit of 1.
    Newly created clusters will be configured as necessary to have these settings.

  • As of Kubernetes version 1.27, credentials for private ECR repositories will be handled by the out-of-tree credential provider. This is an additional binary that each instance downloads from the assets repository.

  • Karpenter has been upgraded to version 0.28.1 and the feature flag is no longer necessary.

GCP

  • Improved support for private topology.

  • Support for bastions has been added.

Openstack

  • Nodes will now assign floating IPs when they are in a subnet that is of type Public. Previously
    they would do so when the respective topology was set to public.

Breaking changes

Other breaking changes

  • Support for Kubernetes version 1.21 has been removed.

Deprecations

  • Support for Kubernetes version 1.22 is deprecated and will be removed in kOps 1.28.

  • Support for Kubernetes version 1.23 is deprecated and will be removed in kOps 1.29.

  • Support for Ubuntu 18.04 is deprecated and will be removed in kOps 1.28.

  • Support for AWS Classic Load Balancer for API is deprecated and should not be used for newly created clusters.

  • All legacy addons are deprecated in favor of managed addons, including the metrics server addon and the autoscaler addon.

Help Wanted

  • kOps needs maintainers for Canal, Flannel, and Kube-Router to keep versions up to date and move the integration from experimental to stable. If no volunteers step up by the time kOps 1.27 is released, support will be phased out.

What's Changed

  • Automated cherry pick of #14893: Don't expose v1alpha3 API by @johngmyers in #15580
  • Automated cherry pick of #15577: hetzner: Update CCM to v1.16.0 by @hakman in #15578
  • Automated cherry pick of #15573: aws: Avoid spurious changes in EBSVolume for KmsKeyId by @hakman in #15574
  • Automated cherry pick of #15579: Don't download containerd assets when skipping the by @hakman in #15586
  • Automated cherry pick of #15585: Update Karpenter to v0.28.1 by @hakman in #15592
  • Automated cherry pick of #15593: Increase client-side throttling limits by @hakman in #15596
  • Automated cherry pick of #14921: Validate additionalNetworkCIDRs only set on AWS by @hakman in #15597
  • Automated cherry pick of #15618: switched credentials reading order by @hakman in #15619
  • Automated cherry pick of #15621: Update Go to v1.20.6 by @hakman in #15622
  • Automated cherry pick of #15605: Fix Karpenter failure to start on IPv6 clusters by @johngmyers in #15609
  • Automated cherry pick of #15616: Update aws-sdk-go to support new aws sso profile by @hakman in #15629
  • Automated cherry pick of #15628: aws: Allow using the same instance ID as egress for multiple by @hakman in #15630
  • Automated cherry pick of #15635: openstack: Open hubble port 4244 by @hakman in #15636
  • Automated cherry pick of #15602: gce: Add support for bastions#15332: gce: Update logic for internal LB#15611: gce: Set firewall rules for Internal LBs also#15614: gce: Rename firewall SSH rules for bastion#15607: gce: Use user-data instead of startup-script metadata by @hakman in #15639
  • Automated cherry pick of #15632: Add support for using swap memory by @hakman in #15637
  • Automated cherry pick of #15608: kops-controller: load objects with version conversion by @johngmyers in #15641
  • Automated cherry pick of #15650: Support removal of managed node labels by @johngmyers in #15652
  • Release 1.27.0 by @hakman in #15598

New Contributors

Full Changelog: v1.27.0-alpha.1...v1.27.0