Skip to content

Commit

Permalink
Add warning about Terraform AWS provider version
Browse files Browse the repository at this point in the history
* Sync Terraform provider versions with those used internally
  • Loading branch information
dghubble committed Jun 24, 2022
1 parent 45d6ff2 commit 07df0c2
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Notable changes between versions.
* Update Grafana from v8.5.3 to [v8.5.6](https://github.com/grafana/grafana/releases/tag/v8.5.6)
* Update kube-state-metrics from v2.4.2 to [v2.5.0](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.5.0)

## Known Issues

* Skip AWS Terraform provider v4.17.0 to v4.19.0, which had a regression affecting workers joining ([#1173](https://github.com/poseidon/typhoon/issues/1173))

## v1.24.1

* Kubernetes [v1.24.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#v1241)
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.5.0"
version = "4.20.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "2.99.0"
version = "3.9.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.18.0"
version = "2.21.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.13.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.5.0"
version = "4.20.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "2.99.0"
version = "3.9.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ terraform {
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.18.0"
version = "2.21.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.13.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.3.0
mkdocs-material==8.3.6
pygments==2.11.2
pygments==2.12.0
pymdown-extensions==9.5

0 comments on commit 07df0c2

Please sign in to comment.