Skip to content

Commit

Permalink
Prepare release 1.37.0 (#686)
Browse files Browse the repository at this point in the history
* tool and plugin version updates

* dep update

* update version number
  • Loading branch information
lszucs authored and trapacska committed Dec 2, 2019
1 parent 8f43908 commit 03c4f47
Show file tree
Hide file tree
Showing 48 changed files with 37,774 additions and 36,257 deletions.
20 changes: 10 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _tests/integration/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Test_VersionOutput(t *testing.T) {
{
out, err := command.RunCommandAndReturnCombinedStdoutAndStderr(binPath(), "version")
require.NoError(t, err)
require.Equal(t, "1.36.0", out)
require.Equal(t, "1.37.0", out)
}

t.Log("Version --full")
Expand All @@ -23,7 +23,7 @@ func Test_VersionOutput(t *testing.T) {
require.NoError(t, err)

expectedOSVersion := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)
expectedVersionOut := fmt.Sprintf(`version: 1.36.0
expectedVersionOut := fmt.Sprintf(`version: 1.37.0
format version: 9
os: %s
go: %s
Expand Down
6 changes: 3 additions & 3 deletions bitrise/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
)

const (
minEnvmanVersion = "2.2.9"
minStepmanVersion = "0.11.11"
minEnvmanVersion = "2.2.10"
minStepmanVersion = "0.11.12"
)

// PluginDependency ..
Expand All @@ -36,7 +36,7 @@ var PluginDependencyMap = map[string]PluginDependency{
},
"workflow-editor": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-workflow-editor.git",
MinVersion: "1.1.61",
MinVersion: "1.1.66",
},
"analytics": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-plugins-analytics.git",
Expand Down
16 changes: 8 additions & 8 deletions vendor/github.com/bitrise-io/envman/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/bitrise-io/envman/version/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions vendor/github.com/bitrise-io/stepman/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/bitrise-io/stepman/version/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/golang.org/x/sys/unix/mkerrors.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03c4f47

Please sign in to comment.