Skip to content

Commit

Permalink
TOOL-1268 CLI release 1.35.0 (#680)
Browse files Browse the repository at this point in the history
* bump bitrise-workflow-editor plugin version 1.1.59 -> 1.1.60

* bump stepman version 0.11.9 -> 0.11.10

* bump envman version 2.2.7 -> 2.2.8

* bump bitrise-plugins-init version 1.2.2 -> 1.3.1

* dep update & bump version 1.34.0 -> 1.35.0
  • Loading branch information
BirmacherAkos authored and trapacska committed Oct 9, 2019
1 parent 099ec60 commit d31f234
Show file tree
Hide file tree
Showing 145 changed files with 3,584 additions and 929 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.34.0", out)
require.Equal(t, "1.35.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.34.0
expectedVersionOut := fmt.Sprintf(`version: 1.35.0
format version: 9
os: %s
go: %s
Expand Down
8 changes: 4 additions & 4 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.7"
minStepmanVersion = "0.11.9"
minEnvmanVersion = "2.2.8"
minStepmanVersion = "0.11.10"
)

// PluginDependency ..
Expand All @@ -28,15 +28,15 @@ type PluginDependency struct {
var PluginDependencyMap = map[string]PluginDependency{
"init": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-plugins-init.git",
MinVersion: "1.2.2",
MinVersion: "1.3.1",
},
"step": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-plugins-step.git",
MinVersion: "0.9.10",
},
"workflow-editor": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-workflow-editor.git",
MinVersion: "1.1.59",
MinVersion: "1.1.60",
},
"analytics": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-plugins-analytics.git",
Expand Down
12 changes: 6 additions & 6 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.

14 changes: 7 additions & 7 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.

4 changes: 3 additions & 1 deletion vendor/golang.org/x/sys/unix/mkall.sh

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

55 changes: 36 additions & 19 deletions vendor/golang.org/x/sys/unix/mkasm_darwin.go

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

Loading

0 comments on commit d31f234

Please sign in to comment.