Skip to content

Commit

Permalink
update dependencies, check in vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Dec 7, 2018
1 parent 4aeb631 commit b1c324e
Show file tree
Hide file tree
Showing 269 changed files with 57,564 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .codefresh/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ steps:
working_directory: /go/src/github.com/chartmuseum
commands:
- ln -s /codefresh/volume/${{CF_REPO_NAME}} helm-push && cd helm-push
- make bootstrap test build_linux link_linux acceptance
- make test build_linux link_linux acceptance
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ bin/
dist/
releases/
testbin/
vendor/
26 changes: 13 additions & 13 deletions 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 Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "k8s.io/helm"
version = "2.10.0"
version = "2.12.0-rc.2"

[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_test_environment.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

HELM_VERSION="2.10.0"
HELM_VERSION="2.12.0-rc.2"
CHARTMUSEUM_VERSION="0.7.1"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/BurntSushi/toml/.gitignore

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

15 changes: 15 additions & 0 deletions vendor/github.com/BurntSushi/toml/.travis.yml

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

3 changes: 3 additions & 0 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

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

21 changes: 21 additions & 0 deletions vendor/github.com/BurntSushi/toml/COPYING

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

19 changes: 19 additions & 0 deletions vendor/github.com/BurntSushi/toml/Makefile

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

218 changes: 218 additions & 0 deletions vendor/github.com/BurntSushi/toml/README.md

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

Loading

0 comments on commit b1c324e

Please sign in to comment.