Skip to content

Commit

Permalink
- Revert flatcar to 3227.2.1 to prevent filesystem hang bug (see http…
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 authored Nov 15, 2022
1 parent 800c130 commit 073fbaf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Allow scraping of `kube-scheduler` and `controller-manager` metrics.

### Changed

- Revert flatcar to 3227.2.1 to prevent filesystem hang bug (see https://github.com/giantswarm/giantswarm/issues/23831).
- Bump kubernetes to 1.24.8.

## [14.6.2] - 2022-11-02

### Fixed
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 = "3227.2.3"
default = "3227.2.1"
}

variable "flatcar_ami_owner" {
Expand All @@ -150,7 +150,7 @@ variable "docker_registry_mirror" {

variable "hyperkube_version" {
type = string
default = "1.24.7"
default = "1.24.8"
}

### 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 = "3227.2.3"
default = "3227.2.1"
}

variable "vault_image_publisher" {
Expand Down Expand Up @@ -168,7 +168,7 @@ variable "docker_registry_mirror" {

variable "hyperkube_version" {
type = string
default = "1.24.7"
default = "1.24.8"
}

variable "pod_infra_image" {
Expand Down

0 comments on commit 073fbaf

Please sign in to comment.