Jacob McCann
4 years ago
No known key found for this signature in database
GPG Key ID: 5874D23FF9E0E451
2 changed files with
6 additions and
1 deletions
-
CHANGELOG.md
-
build-docker.sh
|
|
@ -1,3 +1,8 @@ |
|
|
|
## 8.3-1.0.2 (2021-07-09) |
|
|
|
* Update embedded TF to `1.0.2` |
|
|
|
* A continuation of `v0.15` release line but now following semver |
|
|
|
* Please refer to [Terraform v1.0 Compatibility Promises](https://www.terraform.io/docs/language/v1-compatibility-promises.html) |
|
|
|
|
|
|
|
## 8.3-0.15.1 (2021-07-09) |
|
|
|
* fix: remove -lock and -lock-timeout for terraform init - https://github.com/jmccann/drone-terraform/pull/130 |
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ fi |
|
|
|
major=$(echo $tag | awk -F. '{print $1}') |
|
|
|
minor=$(echo $tag | awk -F. '{print $2}') |
|
|
|
|
|
|
|
tf_ver="1.0.0" |
|
|
|
tf_ver="1.0.2" |
|
|
|
|
|
|
|
echo "Confirm building images for:" |
|
|
|
echo " MAJOR: ${major}" |
|
|
|