mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 04:10:39 +00:00
version: 8.3-1.0.2
This commit is contained in:
parent
a9ccc6dcaf
commit
24156d51b0
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user