eddycharly / terraform-provider-kops

Brings kOps into terraform in a fully managed way
Apache License 2.0
85 stars 20 forks source link

chore(deps): bump k8s.io/kops from 1.26.4 to 1.27.1 #1092

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps k8s.io/kops from 1.26.4 to 1.27.1.

Release notes

Sourced from k8s.io/kops's releases.

v1.27.1

What's Changed

Full Changelog: https://github.com/kubernetes/kops/compare/v1.27.0...v1.27.1

v1.27.0

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.

... (truncated)

Commits
  • 8d4b3d8 Release 1.27.1 (#15857)
  • a9b4b95 Merge pull request #15845hakman/automated-cherry-pick-of-#14991
  • f07eceb Allow custom service account issuer without public bucket
  • 3d80295 Merge pull request #15832justinsb/automated-cherry-pick-of-#15565
  • 84ac5d2 Update expected test output
  • cec4c81 etcd-manager: support symlinking versions
  • e3f86c4 Merge pull request #15831justinsb/automated-cherry-pick-of-#15709
  • 52cf1e7 autogen: Update test data for gce label changes
  • 433630e gce: Only select forwardingRules for our cluster
  • 44c55fe gce: Refactor resource labeling
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 10 months ago

Superseded by #1103.