1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-12 10:36:11 +02:00

Add release note about master to main branch rename

* Update Terraform provider versions
This commit is contained in:
Dalton Hubble 2022-07-19 18:12:37 -07:00
parent f42b45451b
commit 7f445b0dba
7 changed files with 10 additions and 6 deletions

View File

@ -13,6 +13,10 @@ Notable changes between versions.
* Update Prometheus from v2.36.1 to [v2.37.0](https://github.com/prometheus/prometheus/releases/tag/v2.37.0)
* Update Grafana from v8.5.6 to [v9.0.3](https://github.com/grafana/grafana/releases/tag/v9.0.3)
### Notes
* Poseidon repos will soon change their default branch from `master` to `main`
## v1.24.2
* Kubernetes [v1.24.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#v1242)

View File

@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.21.0"
version = "4.22.0"
}
}
}

View File

@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.12.0"
version = "3.14.0"
}
}
}

View File

@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.27.0"
version = "4.29.0"
}
}
}

View File

@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.21.0"
version = "4.22.0"
}
}
}

View File

@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.12.0"
version = "3.14.0"
}
}
}

View File

@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.27.0"
version = "4.29.0"
}
}
}