Skip to content

Commit

Permalink
Merge pull request #95 from otaviof/release-v0.8.0
Browse files Browse the repository at this point in the history
Shipwright Release v0.8.0
  • Loading branch information
openshift-merge-robot authored Jan 31, 2022
2 parents c4c0056 + 68e44db commit ab452dd
Show file tree
Hide file tree
Showing 9 changed files with 158 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARGS ?=

# Tekton and Shipwright Build Controller versions for CI
TEKTON_VERSION ?= v0.30.0
SHIPWRIGHT_VERSION ?= nightly-2022-01-21-1642741753
SHIPWRIGHT_VERSION ?= v0.8.0

.EXPORT_ALL_VARIABLES:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/onsi/gomega v1.17.0
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/shipwright-io/build v0.7.1-0.20220120135729-a962084c65d6
github.com/shipwright-io/build v0.8.0
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,8 @@ github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/shipwright-io/build v0.7.1-0.20220120135729-a962084c65d6 h1:EP5DUKFUONiYBWjaGZ0pN5BXIJsH0E/PFcoM5EkeEiU=
github.com/shipwright-io/build v0.7.1-0.20220120135729-a962084c65d6/go.mod h1:jV2v0sxQJoNuZ/Px/5NuQjyig+kSZDJ5isODr1gXdLU=
github.com/shipwright-io/build v0.8.0 h1:5ijj+/mnwoEJfepTLxrrs3rNE6yapB2WzNG5++PW5mw=
github.com/shipwright-io/build v0.8.0/go.mod h1:jV2v0sxQJoNuZ/Px/5NuQjyig+kSZDJ5isODr1gXdLU=
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260/go.mod h1:hAF0iLZy4td2EX+/8Tw+4nodhlMrwN3HupfaXj3zkGo=
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f/go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
Expand Down
2 changes: 1 addition & 1 deletion hack/install-shipwright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -eu

SHIPWRIGHT_HOST="github.com"
SHIPWRIGHT_HOST_PATH="shipwright-io/build/releases/download"
SHIPWRIGHT_VERSION="${SHIPWRIGHT_VERSION:-v0.7.0}"
SHIPWRIGHT_VERSION="${SHIPWRIGHT_VERSION:-v0.8.0}"

DEPLOYMENT_TIMEOUT="${DEPLOYMENT_TIMEOUT:-3m}"

Expand Down

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

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

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ github.com/russross/blackfriday
# github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
## explicit; go 1.13
github.com/sabhiram/go-gitignore
# github.com/shipwright-io/build v0.7.1-0.20220120135729-a962084c65d6
# github.com/shipwright-io/build v0.8.0
## explicit; go 1.17
github.com/shipwright-io/build/pkg/apis/build/v1alpha1
github.com/shipwright-io/build/pkg/client/clientset/versioned
Expand Down

0 comments on commit ab452dd

Please sign in to comment.