Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
make version formatting consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Apr 19, 2019
1 parent 6b737d0 commit f22ebee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DOCKER_REPO ?= replicated
VERSION_PACKAGE = github.com/replicatedhq/ship/pkg/version
VERSION ?=`git describe --tags`
DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"`
HELMV = 2.13.0
KUSTOMIZEV = 2.0.2
HELMV = v2.13.0
KUSTOMIZEV = v2.0.2
TERRAFORMV = v0.11.13

GIT_TREE = $(shell git rev-parse --is-inside-work-tree 2>/dev/null)
Expand Down
4 changes: 2 additions & 2 deletions deploy/.goreleaser.unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ builds:
-X github.com/replicatedhq/ship/pkg/version.version={{.Version}}
-X github.com/replicatedhq/ship/pkg/version.gitSHA={{.Commit}}
-X github.com/replicatedhq/ship/pkg/version.buildTime={{.Date}}
-X github.com/replicatedhq/ship/pkg/version.helm=2.13.0
-X github.com/replicatedhq/ship/pkg/version.kustomize=2.0.2
-X github.com/replicatedhq/ship/pkg/version.helm=v2.13.0
-X github.com/replicatedhq/ship/pkg/version.kustomize=v2.0.2
-X github.com/replicatedhq/ship/pkg/version.terraform=v0.11.13
-extldflags "-static"
flags: -tags netgo -installsuffix netgo
Expand Down
4 changes: 2 additions & 2 deletions deploy/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ builds:
-X github.com/replicatedhq/ship/pkg/version.version={{.Version}}
-X github.com/replicatedhq/ship/pkg/version.gitSHA={{.Commit}}
-X github.com/replicatedhq/ship/pkg/version.buildTime={{.Date}}
-X github.com/replicatedhq/ship/pkg/version.helm=2.13.0
-X github.com/replicatedhq/ship/pkg/version.kustomize=2.0.2
-X github.com/replicatedhq/ship/pkg/version.helm=v2.13.0
-X github.com/replicatedhq/ship/pkg/version.kustomize=v2.0.2
-X github.com/replicatedhq/ship/pkg/version.terraform=v0.11.13
-extldflags "-static"
flags: -tags netgo -installsuffix netgo
Expand Down

0 comments on commit f22ebee

Please sign in to comment.