Skip to content

Commit f970707

Browse files
Bump version to v1.15.0-rc2
1 parent c37cb62 commit f970707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/deployer.sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"AdminEmail": "[email protected]",
6161
"AdminUsername": "sysadmin",
6262
"AdminPassword": "Sys@dmin-sample1",
63-
"LoadTestDownloadURL": "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc1/mattermost-load-test-ng-v1.15.0-rc1-linux-amd64.tar.gz",
63+
"LoadTestDownloadURL": "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc2/mattermost-load-test-ng-v1.15.0-rc2-linux-amd64.tar.gz",
6464
"LogSettings": {
6565
"EnableConsole": true,
6666
"ConsoleLevel": "INFO",

deployment/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ type Config struct {
7171
// URL from where to download load-test-ng binaries and configuration files.
7272
// The configuration files provided in the package will be overridden in
7373
// the deployment process.
74-
LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc1/mattermost-load-test-ng-v1.15.0-rc1-linux-amd64.tar.gz" validate:"url"`
74+
LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc2/mattermost-load-test-ng-v1.15.0-rc2-linux-amd64.tar.gz" validate:"url"`
7575
ElasticSearchSettings ElasticSearchSettings
7676
JobServerSettings JobServerSettings
7777
LogSettings logger.Settings

deployment/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func TestConfigIsValid(t *testing.T) {
1010
baseConfig := func() Config {
1111
return Config{
1212
MattermostDownloadURL: "https://latest.mattermost.com/mattermost-enterprise-linux",
13-
LoadTestDownloadURL: "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc1/mattermost-load-test-ng-v1.15.0-rc1-linux-amd64.tar.gz",
13+
LoadTestDownloadURL: "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc2/mattermost-load-test-ng-v1.15.0-rc2-linux-amd64.tar.gz",
1414
}
1515
}
1616

0 commit comments

Comments
 (0)