mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 10:40:39 +00:00
version: 6.0-0.12.6
This commit is contained in:
parent
7945d73d7a
commit
df1ff8559f
@ -1,3 +1,6 @@
|
|||||||
|
## 6.0-0.12.6 (2019-08-05)
|
||||||
|
* Update embedded TF to `0.12.6`
|
||||||
|
|
||||||
## 6.0-0.12.4 (2019-07-12)
|
## 6.0-0.12.4 (2019-07-12)
|
||||||
* Update embedded TF to `0.12.4`
|
* Update embedded TF to `0.12.4`
|
||||||
|
|
||||||
|
@ -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.4"
|
tf_ver="0.12.6"
|
||||||
|
|
||||||
echo "Confirm building images for:"
|
echo "Confirm building images for:"
|
||||||
echo " MAJOR: ${major}"
|
echo " MAJOR: ${major}"
|
||||||
|
Loading…
Reference in New Issue
Block a user