Skip to content

Commit

Permalink
Bump (#710)
Browse files Browse the repository at this point in the history
* bump flatcar and etcd

* bump flatcar and etcd
  • Loading branch information
whites11 authored May 11, 2023
1 parent 98b45ed commit 3fe2acc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
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 = "3510.2.0"
default = "3510.2.1"
}

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 = "3510.2.0"
default = "3510.2.1"
}

variable "vault_image_publisher" {
Expand Down

0 comments on commit 3fe2acc

Please sign in to comment.