Skip to content

Commit

Permalink
Merge pull request #18 from hic-infra/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
manics authored Jul 16, 2024
2 parents d812491 + 97bbc89 commit 481c92a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ecs-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 481c92a

Please sign in to comment.