From 3fe2acc510d18143f27b2d70c395a265158d1613 Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Thu, 11 May 2023 12:46:24 +0200 Subject: [PATCH] Bump (#710) * bump flatcar and etcd * bump flatcar and etcd --- CHANGELOG.md | 7 +++++-- platforms/aws/giantnetes/variables.tf | 2 +- platforms/azure/giantnetes/variables.tf | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0c7d19..cb322a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump flatcar to `3510.2.0`. +- Bump flatcar to `3510.2.1`. - Bump etcd to `3.5.8`. -- Bump `cilium-app` to `0.9.2`. ## [14.14.0] - 2023-05-05 @@ -31,6 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enable ingress for hubble UI. +### Changed + +- Bump `cilium-app` to `0.9.2`. + ## [14.12.0] - 2023-04-06 ### Added diff --git a/platforms/aws/giantnetes/variables.tf b/platforms/aws/giantnetes/variables.tf index 7ebef61d..3b8f02c5 100644 --- a/platforms/aws/giantnetes/variables.tf +++ b/platforms/aws/giantnetes/variables.tf @@ -130,7 +130,7 @@ variable "flatcar_linux_channel" { variable "flatcar_linux_version" { description = "Flatcar linux version." type = string - default = "3510.2.0" + default = "3510.2.1" } variable "flatcar_ami_owner" { diff --git a/platforms/azure/giantnetes/variables.tf b/platforms/azure/giantnetes/variables.tf index 83e8a62a..b1744ea3 100644 --- a/platforms/azure/giantnetes/variables.tf +++ b/platforms/azure/giantnetes/variables.tf @@ -138,7 +138,7 @@ variable "flatcar_linux_channel" { variable "flatcar_linux_version" { description = "Flatcar linux version." type = string - default = "3510.2.0" + default = "3510.2.1" } variable "vault_image_publisher" {