Skip to content

Commit 9966684

Browse files
Bump operator version to v1.22 (#380)
This also updates the default Mattermost version to 9.7.3.
1 parent 9a7472d commit 9966684

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apis/mattermost/v1alpha1/clusterinstallation_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const (
1515
// DefaultMattermostImage is the default Mattermost docker image
1616
DefaultMattermostImage = "mattermost/mattermost-enterprise-edition"
1717
// DefaultMattermostVersion is the default Mattermost docker tag
18-
DefaultMattermostVersion = "9.5.1"
18+
DefaultMattermostVersion = "9.7.3"
1919
// DefaultMattermostSize is the default number of users
2020
DefaultMattermostSize = "5000users"
2121
// DefaultMattermostDatabaseType is the default Mattermost database

apis/mattermost/v1beta1/mattermost_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
// DefaultMattermostImage is the default Mattermost docker image
2020
DefaultMattermostImage = "mattermost/mattermost-enterprise-edition"
2121
// DefaultMattermostVersion is the default Mattermost docker tag
22-
DefaultMattermostVersion = "9.2.3"
22+
DefaultMattermostVersion = "9.7.3"
2323
// DefaultMattermostSize is the default number of users
2424
DefaultMattermostSize = "5000users"
2525
// DefaultMattermostDatabaseType is the default Mattermost database

test/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package test
33
const (
44
// LatestStableMattermostVersion is the most recent stable version of
55
// Mattermost.
6-
LatestStableMattermostVersion = "9.5.1"
6+
LatestStableMattermostVersion = "9.7.3"
77
// PreviousStableMattermostVersion is the latest dot release of Mattermost
88
// that is one minor version lower than the latest release.
99
// i.e. It's a typical release that would need to be upgraded from.
10-
PreviousStableMattermostVersion = "9.4.0"
10+
PreviousStableMattermostVersion = "9.6.0"
1111
)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
)
66

7-
var version = "1.21.0"
7+
var version = "1.22.0"
88
var buildTime string
99
var buildHash string
1010

0 commit comments

Comments
 (0)