From eed2ec40029710a012fdeab7c524f5cd45e5c884 Mon Sep 17 00:00:00 2001 From: Gabe Jackson <3694686+gabrieljackson@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:54:25 -0500 Subject: [PATCH] Bump Operator version number (#373) This change also updates the default Mattermost version to v9.5.1. --- apis/mattermost/v1alpha1/clusterinstallation_utils.go | 2 +- test/constants.go | 4 ++-- version/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apis/mattermost/v1alpha1/clusterinstallation_utils.go b/apis/mattermost/v1alpha1/clusterinstallation_utils.go index f3a5e31d..ac689e7b 100644 --- a/apis/mattermost/v1alpha1/clusterinstallation_utils.go +++ b/apis/mattermost/v1alpha1/clusterinstallation_utils.go @@ -15,7 +15,7 @@ const ( // DefaultMattermostImage is the default Mattermost docker image DefaultMattermostImage = "mattermost/mattermost-enterprise-edition" // DefaultMattermostVersion is the default Mattermost docker tag - DefaultMattermostVersion = "9.2.3" + DefaultMattermostVersion = "9.5.1" // DefaultMattermostSize is the default number of users DefaultMattermostSize = "5000users" // DefaultMattermostDatabaseType is the default Mattermost database diff --git a/test/constants.go b/test/constants.go index cf035453..7a42e54f 100644 --- a/test/constants.go +++ b/test/constants.go @@ -3,9 +3,9 @@ package test const ( // LatestStableMattermostVersion is the most recent stable version of // Mattermost. - LatestStableMattermostVersion = "9.2.3" + LatestStableMattermostVersion = "9.5.1" // PreviousStableMattermostVersion is the latest dot release of Mattermost // that is one minor version lower than the latest release. // i.e. It's a typical release that would need to be upgraded from. - PreviousStableMattermostVersion = "9.1.0" + PreviousStableMattermostVersion = "9.4.0" ) diff --git a/version/version.go b/version/version.go index 7d82b639..e72aa77e 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import ( "fmt" ) -var version = "1.20.0" +var version = "1.21.0" var buildTime string var buildHash string