Skip to content

Commit

Permalink
Bump flatcar to 3374.2.3. (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 authored Jan 31, 2023
1 parent ab040fe commit 7a87b02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump flatcar to `3374.2.3`.

## [14.9.0] - 2023-01-17


Expand Down
2 changes: 1 addition & 1 deletion 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 = "3374.2.2"
default = "3374.2.3"
}

variable "flatcar_ami_owner" {
Expand Down
2 changes: 1 addition & 1 deletion 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 = "3374.2.2"
default = "3374.2.3"
}

variable "vault_image_publisher" {
Expand Down

0 comments on commit 7a87b02

Please sign in to comment.