Skip to content

Releases: kubernetes/kops

v1.26.5

16 Jul 07:09
002c27a
Compare
Choose a tag to compare

Release v1.26.5 (draft)

What's Changed

Full Changelog: v1.26.4...v1.26.5

v1.27.0-beta.3

02 Jul 03:03
41286e1
Compare
Choose a tag to compare
v1.27.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.27.0-beta.2...v1.27.0-beta.3

v1.28.0-alpha.1

25 Jun 06:34
cad5b69
Compare
Choose a tag to compare
v1.28.0-alpha.1 Pre-release
Pre-release

Release v1.28.0-alpha.1 (draft)

What's Changed

New Contributors

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

v1.27.0-beta.2

20 Jun 12:53
538155b
Compare
Choose a tag to compare
v1.27.0-beta.2 Pre-release
Pre-release

What's Changed

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

v1.27.0-beta.1

17 Jun 16:15
1026a13
Compare
Choose a tag to compare
v1.27.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

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

v1.26.4

17 Jun 16:16
165ad24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.3...v1.26.4

v1.27.0-alpha.2

20 May 04:15
40954b7
Compare
Choose a tag to compare
v1.27.0-alpha.2 Pre-release
Pre-release

What's Changed

Read more

v1.26.3

06 May 16:18
3b5c99d
Compare
Choose a tag to compare

Release v1.26.3

What's Changed

  • Automated cherry pick of #14952: Bump cluster autoscaler to 1.26.1 by @hakman in #15222
  • Automated cherry pick of #15235: Add terraform rendering to GCP HTTP Health Check
    #15237: gcp: Add placeholder integration test for public load by @hakman in #15239
  • Automated cherry pick of #15231: Initial support for Debian 12 Bookworm by @hakman in #15236
  • Automated cherry pick of #15238: aws: Use control-plane for additional policies instead of by @hakman in #15242
  • Automated cherry pick of #15244: Fix behaviour for kops export kubeconfig --internal by @hakman in #15246
  • Automated cherry pick of #15249: switch to use registry.k8s.io images for openstack by @zetaab in #15250
  • Automated cherry pick of #15248: bump aws cni to 1.12.5 and align with vendor chart by @hakman in #15255
  • Automated cherry pick of #15102: Retry creating failed OpenStack servers by @ederst in #15260
  • Automated cherry pick of #15270: Update kube-router to v1.5.3 by @hakman in #15272
  • Automated cherry pick of #15275: AWS: Check if vpc_ipv6_cidr_block is an empty string by @hakman in #15309
  • Automated cherry pick of #15311: Increase max_map_count in sysctls.go by @hakman in #15313
  • Automated cherry pick of #15314: Upgrade k8s-dns-node-cache to 1.22.20 by @hakman in #15315
  • Release 1.26.3 by @johngmyers in #15371

Full Changelog: v1.26.2...v1.26.3

v1.26.2

10 Mar 14:44
93a83c0
Compare
Choose a tag to compare

Significant changes

  • The default networking provider for new clusters is now Cilium.

  • Control-plane instance groups in new clusters are now created with names starting
    with "control-plane-". The names of groups for existing clusters are unchanged.

  • The channels CLI that kOps use to manage addons is now bundled with the kOps binary. These commands are useful for addon diagnostics and troubleshooting. For example, to list installed addons, run kops toolbox addons get addons.

  • Since kOps 1.24, by default during rolling updates, kOps will time out after
    spending 15 minutes on an InstanceGroup (instead of hanging indefinitely on
    eviction errors), proceeding to the next InstanceGroup after timing out.
    As of kOps 1.26, rolling updates will not proceed if a cluster validation
    error is encountered while updating an InstanceGroup.

AWS

  • Clusters can be created without DNS or Gossip, by using the --dns=none flag.

  • Bastions are now fronted by a Network Load Balancer.

  • Instance group images can now be dynamically fetched through an AWS SSM Parameter.

  • The AWS Load Balancer, when enabled, will run on worker nodes if IRSA is enabled as of Kubernetes version 1.24.

  • As of Kubernetes version 1.26 and with IRSA enabled, control plane nodes will now run with a max hop limit of 1 for the metadata service. This will prevent Pods without host networking from accessing the instance metadata service.

  • IPv6 is now beta. New IPv6 clusters now default to using private topology.

  • CapacityRebalance can be enabled/disabled on ASGs through a new capacityRebalance field in InstanceGroup specs.

  • New clusters can more easily be configured to use Cilium in ENI mode by setting --networking=cilium-eni.

  • Node Termination Handler now defaults to Queue-Processor mode. It also now enables Scheduled Event Draining by default.

  • Node Termination Handler, when in Queue-Processor mode, no longer drains on rebalance recommendations unless configured to do so.

  • When an S3 bucket for Service Account Issuer Discovery (IRSA) is public, kOps no longer sets object-level ACLs on the files placed therein.

GCP

  • Clusters can be created without DNS or Gossip, by using the --dns=none flag (experimental).

  • The default instance type is now e2-medium for control-plane and worker nodes, and e2-micro for bastions.

Hetzner

  • Clusters can be created without DNS or Gossip, by using the --dns=none flag.

OpenStack

Other changes of note

  • containerd config is now written to /etc/containerd/config.toml.

  • Cilium can be configured to add unreachable route for pod IP on deletion.

Breaking changes

Other breaking changes

  • Support for Kubernetes version 1.20 has been removed.

  • Support for CloudFormation has been removed.

  • The experimental support for using Vault as a state store has been removed.

  • Support for automated reboots with Flatcar has been removed. Use FLUO instead, to gracefully reboot nodes.

  • The "external" networking option is not supported for Kubernetes 1.26 or later. For "bring your own"
    CNIs, use the "cni" networking option instead.

  • If the cluster autoscaler is configured to use the priority expander, kOps will automatically create its ConfigMap. If you still want to manage the ConfigMap manually, set spec.clusterAutoscaler.createPriorityExpanderConfig: false. See the documentation for more details.

Deprecations

  • The "kops get [CLUSTER]" command is deprecated. It is replaced by "kops get all [CLUSTER]".

  • Support for Kubernetes version 1.21 is deprecated and will be removed in kOps 1.27.

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

  • 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, Kube-Router, and Spotinst 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

Read more

v1.25.4

09 Mar 11:57
2f3cf15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.25.3...v1.25.4