-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change the semantic versioning behavior Fix a problem on Windows with temp folder. * Implement better version management Introduce required version * Configure goreleaser to not mark a pre release version as the latest version * Fix set goreleaser option in travis * Fix documentation * Another try to support pre-release * Another try to fix pre-release problem * Fix error in file name * We must skip the goreleaser validation since we alter the current version by changing the goreleaser.yml * It has not been easy, but finally, I got it. * Fix bug with separator used between version and pre * Add an extra debug level to get full traces from terragrunt & terraform * Update Readme Fix the call to terragrunt get-versions * Fix a bug with the temp folder mapping (we should not map the root of the temp folder) * Finish the job of removing conflicting flags. Fix a problem when using --all-versions with non terragrunt entrypoint * Format the doc Update kubectl tool
- Loading branch information
Showing
8 changed files
with
364 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
release: | ||
prerelease: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ LABEL vendor="Coveo" | |
LABEL maintainer "[email protected]" | ||
|
||
# Update version here (do not move at the beginning of the file since it would slow down the docker build) | ||
ARG KUBE_VERSION=1.7.9 | ||
ARG KUBE_VERSION=1.8.2 | ||
ARG KOPS_VERSION=1.7.1 | ||
ARG HELM_VERSION=2.7.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.