From 6db57c856daa83d4942e51eb18d58f734712aaab Mon Sep 17 00:00:00 2001 From: Simon Li Date: Tue, 12 Nov 2024 09:32:11 +0000 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 6 ++++++ ecs-cluster/variables.tf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec756c2..0c1561d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.0 - 2024-11-12 + +([full changelog](https://github.com/hic-infra/ecs-keycloak/compare/2.0.0...2.1.0)) + +- Update keycloak 26.0.5 [#19](https://github.com/hic-infra/ecs-keycloak/pull/19) + ## 2.0.0 - 2024-07-16 ([full changelog](https://github.com/hic-infra/ecs-keycloak/compare/1.0.0...2.0.0)) diff --git a/ecs-cluster/variables.tf b/ecs-cluster/variables.tf index cfc66c8..c135dde 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" + default = "ghcr.io/hic-infra/ecs-keycloak:2.1.0" description = "Keycloak image including registry" }