Skip to content

Commit

Permalink
Prepare release (#264)
Browse files Browse the repository at this point in the history
* Updating dependencies.

* Version bump, fixing tests.
  • Loading branch information
lpusok authored and trapacska committed Feb 13, 2019
1 parent 076579c commit 9a9514d
Show file tree
Hide file tree
Showing 743 changed files with 6,634 additions and 135,893 deletions.
64 changes: 32 additions & 32 deletions Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"

[prune]
go-tests = true
unused-packages = true
22 changes: 11 additions & 11 deletions _tests/integration/step_info_test.go

Large diffs are not rendered by default.

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, out)
require.Equal(t, "0.11.0", out)
require.Equal(t, "0.11.1", out)
}

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

expectedOSVersion := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)
expectedVersionOut := fmt.Sprintf(`version: 0.11.0
expectedVersionOut := fmt.Sprintf(`version: 0.11.1
os: %s
go: %s
build_number:
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Sirupsen/logrus/README.md

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

18 changes: 15 additions & 3 deletions vendor/github.com/Sirupsen/logrus/alt_exit.go

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

99 changes: 0 additions & 99 deletions vendor/github.com/Sirupsen/logrus/alt_exit_test.go

This file was deleted.

6 changes: 4 additions & 2 deletions vendor/github.com/Sirupsen/logrus/entry.go

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

Loading

0 comments on commit 9a9514d

Please sign in to comment.