diff --git a/CHANGELOG.md b/CHANGELOG.md index 6470c0e..2a76a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.0-beta.1 - In progress + +([full changelog](https://github.com/hic-infra/ecs-keycloak/compare/1.0.0...2.0.0-beta.1)) + +- Optionally use existing VPC. Upgrade Keycloak to 24.0.2 [#12](https://github.com/hic-infra/ecs-keycloak/pull/12) +- Move CHANGELOG to top level, update tag in variables.tf [#11](https://github.com/hic-infra/ecs-keycloak/pull/11) + ## 1.0.0 - 2023-11-23 First full release diff --git a/ecs-cluster/variables.tf b/ecs-cluster/variables.tf index f5e7d54..ab86041 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:1.0.0" + default = "ghcr.io/hic-infra/ecs-keycloak:2.0.0-beta.1" description = "Keycloak image including registry" }