Skip to content

Commit

Permalink
bump all components (#717)
Browse files Browse the repository at this point in the history
* bump all components

* bump all components
  • Loading branch information
whites11 authored Jun 21, 2023
1 parent c4bd9bb commit 1f9dfc8
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump flatcar to `3510.2.2`.
- Bump etcd to `3.5.9`.
- Bump kubernetes to `1.24.15`.
- Bump aws-cloud-controller-manager to `1.24.1-gs8`.
- Bump `aws-ebs-csi-driver-app` to `2.24.0`.
- Bump `azure-cloud-controller-manager` to `1.24.18-gs4`.
- Bump `azure-cloud-node-manager` to `1.24.18-gs3`.
- Bump `azuredisk-csi-driver` to `1.26.2-gs4`.
- Bump `cilium-app` to `0.10.0`.
- Bump `coredns-app` to `1.17.0`.
- Bump `nginx-ingress-controller-app` to `2.30.1`.

### Removed

- Remove CSIMigration feature flag (enabled by default with k8s 1.23).
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 @@ -135,7 +135,7 @@ variable "flatcar_linux_channel" {
variable "flatcar_linux_version" {
description = "Flatcar linux version."
type = string
default = "3510.2.1"
default = "3510.2.2"
}

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

variable "hyperkube_version" {
type = string
default = "1.24.12"
default = "1.24.15"
}

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

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

variable "hyperkube_version" {
type = string
default = "1.24.12"
default = "1.24.15"
}

variable "pod_infra_image" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ spec:
secret:
name: ""
namespace: ""
version: 1.24.1-gs1
version: 1.24.1-gs8
2 changes: 1 addition & 1 deletion templates/files/apps/aws/aws-ebs-csi-driver-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ spec:
secret:
name: ""
namespace: ""
version: 2.21.0
version: 2.24.0
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
secret:
name: ""
namespace: ""
version: v1.24.6-gs1
version: v1.24.18-gs4

2 changes: 1 addition & 1 deletion templates/files/apps/azure/azure-cloud-node-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ spec:
secret:
name: ""
namespace: ""
version: v1.24.6-gs1
version: v1.24.18-gs3

2 changes: 1 addition & 1 deletion templates/files/apps/azure/azuredisk-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ spec:
secret:
name: ""
namespace: ""
version: v1.26.2-gs1
version: v1.26.2-gs4

2 changes: 1 addition & 1 deletion templates/files/apps/common/cilium-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ spec:
secret:
name: ""
namespace: ""
version: 0.9.2
version: 0.10.0
2 changes: 1 addition & 1 deletion templates/files/apps/common/coredns-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ spec:
secret:
name: ""
namespace: ""
version: 1.15.2
version: 1.17.0
2 changes: 1 addition & 1 deletion templates/files/apps/common/ingress-controller-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ spec:
secret:
name: ""
namespace: ""
version: 2.29.0
version: 2.30.1
4 changes: 2 additions & 2 deletions templates/master.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ systemd:
RestartSec=0
TimeoutStopSec=10
LimitNOFILE=40000
Environment=IMAGE={{.DockerRegistry}}/giantswarm/etcd:v3.5.8
Environment=IMAGE={{.DockerRegistry}}/giantswarm/etcd:v3.5.9
Environment=NAME=%p.service
EnvironmentFile=/etc/network-environment
{{if eq .Provider "azure" }}EnvironmentFile=-/var/lib/etcd/master-id{{end}}
Expand Down Expand Up @@ -996,7 +996,7 @@ systemd:
EnvironmentFile=/etc/environment
{{if eq .Provider "azure" }}EnvironmentFile=-/var/lib/etcd/master-id{{end}}
{{if eq .Provider "aws" }}Environment=MASTER_ID={{.MasterID}}{{end}}
Environment=IMAGE={{.DockerRegistry}}/giantswarm/etcd:v3.5.8
Environment=IMAGE={{.DockerRegistry}}/giantswarm/etcd:v3.5.9
Environment=NAME=%p.service
ExecStartPre=-/usr/bin/docker stop $NAME
ExecStartPre=-/usr/bin/docker rm $NAME
Expand Down

0 comments on commit 1f9dfc8

Please sign in to comment.