Skip to content

Commit

Permalink
Bump Operator version number (#373)
Browse files Browse the repository at this point in the history
This change also updates the default Mattermost version to v9.5.1.
  • Loading branch information
gabrieljackson committed Feb 21, 2024
1 parent 12083ae commit eed2ec4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.3"
DefaultMattermostVersion = "9.5.1"
// 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.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"
)
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.20.0"
var version = "1.21.0"
var buildTime string
var buildHash string

Expand Down

0 comments on commit eed2ec4

Please sign in to comment.