From 5f62895c5983b1ac915572cb65017e53bb24f561 Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Mon, 24 Jul 2023 09:39:43 +0200 Subject: [PATCH 1/3] CHANGELOG.md: add changelog for version v0.10.0 Signed-off-by: Mateusz Gozdek --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928b09594..d2a911424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.0] - 2023-07-24 +### Added +- Agent now supports `-force-drain` flag, which allows removal of pods with custom or no controller when draining nodes [#197](https://github.com/flatcar/flatcar-linux-update-operator/pull/197). + +### Changed +- Everything is now built using Go 1.20. +- Container images now use Alpine Linux version v3.18 as a base image. + ## [0.9.0] - 2023-01-03 ### Added - Example manifests use new `node-role.kubernetes.io/control-plane` tolerations in addition to legacy `node-role.kubernetes.io/master`. @@ -89,6 +97,7 @@ is able to trigger a reboot on the host. - Made operator code compatible with Kubernetes 1.17. - Fixed publishing leader acquired event by the operator. +[0.10.0]: https://github.com/flatcar/flatcar-linux-update-operator/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/flatcar/flatcar-linux-update-operator/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/flatcar/flatcar-linux-update-operator/compare/v0.7.3...v0.8.0 [0.7.3]: https://github.com/flatcar/flatcar-linux-update-operator/compare/v0.7.2...v0.7.3 From 37b50d46f7c9c05e7ce97a3ea3ad1e4e2328ff7e Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Mon, 24 Jul 2023 09:39:58 +0200 Subject: [PATCH 2/3] version: bump to v0.10.0-rc1 --- VERSION | 2 +- examples/deploy/update-agent.yaml | 2 +- examples/deploy/update-operator.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 29b2d3ea5..0d111a937 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0-dev +0.10.0-rc1 diff --git a/examples/deploy/update-agent.yaml b/examples/deploy/update-agent.yaml index 469b625bb..4992dd62c 100644 --- a/examples/deploy/update-agent.yaml +++ b/examples/deploy/update-agent.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: flatcar-linux-update-agent containers: - name: update-agent - image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0 + image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.10.0-rc1 command: - "/bin/update-agent" volumeMounts: diff --git a/examples/deploy/update-operator.yaml b/examples/deploy/update-operator.yaml index 7687aa82a..52196dc0b 100644 --- a/examples/deploy/update-operator.yaml +++ b/examples/deploy/update-operator.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: flatcar-linux-update-operator-sa containers: - name: update-operator - image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0 + image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.10.0-rc1 command: - "/bin/update-operator" env: From 910f892c8b001eba09e115d157348e2014421fab Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Mon, 24 Jul 2023 09:40:00 +0200 Subject: [PATCH 3/3] version: continue development on v0.10.0 Manually reverted for RC. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0d111a937..29b2d3ea5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0-rc1 +0.10.0-dev