From 890012d886deed20d701974f2793bd5bb1c3e20a Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Mon, 10 May 2021 10:54:46 -0600 Subject: [PATCH] Bump version for 0.12.3 and upgrade integration test (#2270) Signed-off-by: Andrew Harding --- pkg/common/version/version.go | 2 +- test/integration/suites/upgrade/versions.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/common/version/version.go b/pkg/common/version/version.go index 1b4d83849c..38c0a9cbb0 100644 --- a/pkg/common/version/version.go +++ b/pkg/common/version/version.go @@ -8,7 +8,7 @@ const ( // IMPORTANT: When updating, make sure to reconcile the versions list that // is part of the upgrade integration test. See // test/integration/suites/upgrade/README.md for details. - Base = "0.12.2" + Base = "0.12.3" ) var ( diff --git a/test/integration/suites/upgrade/versions.txt b/test/integration/suites/upgrade/versions.txt index e756ee8726..0aa2f187b5 100644 --- a/test/integration/suites/upgrade/versions.txt +++ b/test/integration/suites/upgrade/versions.txt @@ -4,3 +4,4 @@ 0.11.3 0.12.0 0.12.1 +0.12.2