mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 10:40:39 +00:00
update tf to 0.12.10
This commit is contained in:
parent
f1597188bc
commit
e59501902b
@ -1,3 +1,6 @@
|
|||||||
|
## 6.1-0.12.10 (2019-10-15)
|
||||||
|
* Update embedded TF to `0.12.10`
|
||||||
|
|
||||||
## 6.1-0.12.8 (2019-09-06)
|
## 6.1-0.12.8 (2019-09-06)
|
||||||
* Support for parallel execution (https://github.com/jmccann/drone-terraform/pull/94). Thanks @caioquirino!
|
* Support for parallel execution (https://github.com/jmccann/drone-terraform/pull/94). Thanks @caioquirino!
|
||||||
* Updated golang to 1.13
|
* Updated golang to 1.13
|
||||||
|
@ -13,7 +13,7 @@ major=$(echo $tag | awk -F. '{print $1}')
|
|||||||
minor=$(echo $tag | awk -F. '{print $2}')
|
minor=$(echo $tag | awk -F. '{print $2}')
|
||||||
# patch=$(echo $tag | awk -F. '{print $3}')
|
# patch=$(echo $tag | awk -F. '{print $3}')
|
||||||
|
|
||||||
tf_ver="0.12.8"
|
tf_ver="0.12.10"
|
||||||
|
|
||||||
echo "Confirm building images for:"
|
echo "Confirm building images for:"
|
||||||
echo " MAJOR: ${major}"
|
echo " MAJOR: ${major}"
|
||||||
|
Loading…
Reference in New Issue
Block a user