diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d87a5f..ec756c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## 2.0.0-beta.3 - In progress +## 2.0.0 - 2024-07-16 -([full changelog](https://github.com/hic-infra/ecs-keycloak/compare/1.0.0...2.0.0-beta.3)) +([full changelog](https://github.com/hic-infra/ecs-keycloak/compare/1.0.0...2.0.0)) +- Keycloak 25.0.1, update Terraform deps [#17](https://github.com/hic-infra/ecs-keycloak/pull/17) - Fix empty check of `var.{public,private}-subnets`, delay health check, 2.0.0-beta.3 [#16](https://github.com/hic-infra/ecs-keycloak/pull/16) - Release 2.0.0-beta.2 [#15](https://github.com/hic-infra/ecs-keycloak/pull/15) - Add `terraform {backend s3}` back [#14](https://github.com/hic-infra/ecs-keycloak/pull/14) diff --git a/ecs-cluster/variables.tf b/ecs-cluster/variables.tf index 5fb2fff..cfc66c8 100644 --- a/ecs-cluster/variables.tf +++ b/ecs-cluster/variables.tf @@ -12,7 +12,7 @@ variable "region" { variable "keycloak-image" { type = string - default = "ghcr.io/hic-infra/ecs-keycloak:2.0.0-beta.3" + default = "ghcr.io/hic-infra/ecs-keycloak:2.0.0" description = "Keycloak image including registry" }