From 98905b3296b563258128ce7e00c95bbdaf498017 Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Tue, 3 Jan 2023 14:51:12 +0100 Subject: [PATCH 1/2] version: bump to v0.9.0 --- 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 c70836ca5..ac39a106c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0-dev +0.9.0 diff --git a/examples/deploy/update-agent.yaml b/examples/deploy/update-agent.yaml index 76f3b6329..469b625bb 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-rc2 + image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0 command: - "/bin/update-agent" volumeMounts: diff --git a/examples/deploy/update-operator.yaml b/examples/deploy/update-operator.yaml index 5893e457b..7687aa82a 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-rc2 + image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0 command: - "/bin/update-operator" env: From d985c182b85ba52aa9875ffe1d55e79a2fe0f6ac Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Tue, 3 Jan 2023 14:51:14 +0100 Subject: [PATCH 2/2] version: begin development on v0.10.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ac39a106c..29b2d3ea5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.10.0-dev