1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-04-24 19:05:33 +02:00

Update Terraform provider poseidon/matchbox to v0.5+

* Relax version constraint to allow future minor version
releases to be used without a corresponding Typhoon change
This commit is contained in:
Dalton Hubble 2021-09-29 23:41:44 -07:00
parent 209efd2f5b
commit cb72b261c7
5 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,10 @@ Notable changes between versions.
## Latest
### Bare-Metal
* Require Terraform provider `poseidon/matchbox` v0.5+
### Addons
* Update nginx-ingress from v1.0.0 to [v1.0.1](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.1)

View File

@ -13,7 +13,7 @@ terraform {
matchbox = {
source = "poseidon/matchbox"
version = "~> 0.4.1"
version = "~> 0.5.0"
}
}
}

View File

@ -13,7 +13,7 @@ terraform {
matchbox = {
source = "poseidon/matchbox"
version = "~> 0.4.1"
version = "~> 0.5.0"
}
}
}

View File

@ -142,7 +142,7 @@ terraform {
}
matchbox = {
source = "poseidon/matchbox"
version = "0.4.1"
version = "0.5.0"
}
}
}

View File

@ -142,7 +142,7 @@ terraform {
}
matchbox = {
source = "poseidon/matchbox"
version = "0.4.1"
version = "0.5.0"
}
}
}