From 2909b2477bd70db626243decff756a4be8226502 Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Tue, 6 Dec 2022 22:53:40 +0000 Subject: [PATCH] Bump versions Signed-off-by: Ryan Turner --- pkg/common/version/version.go | 2 +- test/integration/suites/upgrade/versions.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg/common/version/version.go b/pkg/common/version/version.go index 084d2799d3..e3b2880725 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 = "1.4.3" + Base = "1.4.6" ) var ( diff --git a/test/integration/suites/upgrade/versions.txt b/test/integration/suites/upgrade/versions.txt index 0bdbf29a54..dc7b799ca3 100644 --- a/test/integration/suites/upgrade/versions.txt +++ b/test/integration/suites/upgrade/versions.txt @@ -2,6 +2,11 @@ 1.3.1 1.3.2 1.3.3 +1.3.4 +1.3.5 1.4.0 1.4.1 1.4.2 +1.4.3 +1.4.4 +1.4.5