Skip to content

Commit

Permalink
Releasing v1.1.0 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 authored Sep 15, 2020
1 parent 2cc28cb commit b0392ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/deployer.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"AdminEmail": "[email protected]",
"AdminUsername": "sysadmin",
"AdminPassword": "Sys@dmin-sample1",
"LoadTestDownloadURL": "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.0.0/mattermost-load-test-ng-v1.0.0-linux-amd64.tar.gz",
"LoadTestDownloadURL": "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.1.0/mattermost-load-test-ng-v1.1.0-linux-amd64.tar.gz",
"LogSettings": {
"EnableConsole": true,
"ConsoleLevel": "INFO",
Expand Down
2 changes: 1 addition & 1 deletion deployment/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type Config struct {
// URL from where to download load-test-ng binaries and configuration files.
// The configuration files provided in the package will be overridden in
// the deployment process.
LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.0.0/mattermost-load-test-ng-v1.0.0-linux-amd64.tar.gz" validate:"url"`
LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.1.0/mattermost-load-test-ng-v1.1.0-linux-amd64.tar.gz" validate:"url"`
ElasticSearchSettings ElasticSearchSettings
LogSettings logger.Settings
Report report.Config
Expand Down
2 changes: 1 addition & 1 deletion deployment/terraform/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const cmdExecTimeoutMinutes = 30

const (
latestReleaseURL = "https://latest.mattermost.com/mattermost-enterprise-linux"
defaultLoadTestDownloadURL = "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.0.0/mattermost-load-test-ng-v1.0.0-linux-amd64.tar.gz"
defaultLoadTestDownloadURL = "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.1.0/mattermost-load-test-ng-v1.1.0-linux-amd64.tar.gz"
filePrefix = "file://"
minSupportedVersion = 0.12
maxSupportedVersion = 0.13
Expand Down

0 comments on commit b0392ff

Please sign in to comment.