Skip to content

Commit

Permalink
Bump operator version to v1.22 (#380)
Browse files Browse the repository at this point in the history
This also updates the default Mattermost version to 9.7.3.
  • Loading branch information
gabrieljackson authored Apr 30, 2024
1 parent 9a7472d commit 9966684
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apis/mattermost/v1alpha1/clusterinstallation_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1"
DefaultMattermostVersion = "9.7.3"
// DefaultMattermostSize is the default number of users
DefaultMattermostSize = "5000users"
// DefaultMattermostDatabaseType is the default Mattermost database
Expand Down
2 changes: 1 addition & 1 deletion apis/mattermost/v1beta1/mattermost_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.7.3"
// DefaultMattermostSize is the default number of users
DefaultMattermostSize = "5000users"
// DefaultMattermostDatabaseType is the default Mattermost database
Expand Down
4 changes: 2 additions & 2 deletions test/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package test
const (
// LatestStableMattermostVersion is the most recent stable version of
// Mattermost.
LatestStableMattermostVersion = "9.5.1"
LatestStableMattermostVersion = "9.7.3"
// 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.4.0"
PreviousStableMattermostVersion = "9.6.0"
)
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
)

var version = "1.21.0"
var version = "1.22.0"
var buildTime string
var buildHash string

Expand Down

0 comments on commit 9966684

Please sign in to comment.