Skip to content

Commit

Permalink
- [Azure] Bump kubernetes to version 1.22.10. (#617)
Browse files Browse the repository at this point in the history
- [Azure] Bump flatcar to version 3139.2.1.
- [AWS] Bump kubernetes to version 1.22.10.
- [AWS] Bump flatcar to version 3139.2.2.
- Bump etcd to 3.5.4.
  • Loading branch information
whites11 authored Jun 8, 2022
1 parent 849cbfc commit 7c11ae0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- [Azure] Bump kubernetes to version 1.22.10.
- [Azure] Bump flatcar to version 3139.2.1.
- [AWS] Bump kubernetes to version 1.22.10.
- [AWS] Bump flatcar to version 3139.2.2.
- Bump etcd to 3.5.4.

## [9.4.0] - 2022-05-24

### Changed
Expand Down
4 changes: 2 additions & 2 deletions platforms/aws/giantnetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ variable "flatcar_linux_channel" {
variable "flatcar_linux_version" {
description = "Flatcar linux version."
type = string
default = "3139.2.0"
default = "3139.2.2"
}

variable "flatcar_ami_owner" {
Expand All @@ -145,7 +145,7 @@ variable "docker_registry" {

variable "hyperkube_version" {
type = string
default = "1.21.11"
default = "1.22.10"
}

### DNS ###
Expand Down
4 changes: 2 additions & 2 deletions platforms/azure/giantnetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ variable "flatcar_linux_channel" {
variable "flatcar_linux_version" {
description = "Flatcar linux version."
type = string
default = "3139.2.0"
default = "3139.2.1"
}

variable "vault_image_publisher" {
Expand All @@ -162,7 +162,7 @@ variable "docker_registry" {
}
variable "hyperkube_version" {
type = string
default = "1.21.11"
default = "1.22.10"
}

### DNS ###
Expand Down
2 changes: 1 addition & 1 deletion templates/master.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ systemd:
RestartSec=0
TimeoutStopSec=10
LimitNOFILE=40000
Environment=IMAGE={{.DockerRegistry}}/giantswarm/etcd:v3.4.18
Environment=IMAGE={{.DockerRegistry}}/giantswarm/etcd:v3.5.4
Environment=NAME=%p.service
EnvironmentFile=/etc/network-environment
{{if eq .Provider "azure" }}EnvironmentFile=-/var/lib/etcd/master-id{{end}}
Expand Down

0 comments on commit 7c11ae0

Please sign in to comment.