Skip to content

Commit

Permalink
update the versions of helm-push's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 committed May 3, 2019
1 parent e58c87d commit 7442199
Show file tree
Hide file tree
Showing 37 changed files with 1,037 additions and 2,589 deletions.
2 changes: 1 addition & 1 deletion .codefresh/master.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '1.0'
steps:
setup_build_test_release:
image: golang:1.10
image: golang:1.12
description: Setup env, unit test, build, release artifacts...
working_directory: /go/src/github.com/chartmuseum
commands:
Expand Down
66 changes: 59 additions & 7 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.12.0-rc.2"
version = "2.13.1"

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

HELM_VERSION="2.12.0-rc.2"
CHARTMUSEUM_VERSION="0.7.1"
HELM_VERSION="2.13.1"
CHARTMUSEUM_VERSION="0.8.2"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../
Expand Down
19 changes: 19 additions & 0 deletions vendor/github.com/cyphar/filepath-securejoin/.travis.yml

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

28 changes: 28 additions & 0 deletions vendor/github.com/cyphar/filepath-securejoin/LICENSE

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

65 changes: 65 additions & 0 deletions vendor/github.com/cyphar/filepath-securejoin/README.md

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

1 change: 1 addition & 0 deletions vendor/github.com/cyphar/filepath-securejoin/VERSION

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

Loading

0 comments on commit 7442199

Please sign in to comment.