Skip to content

Commit

Permalink
Release 2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Apr 16, 2024
1 parent cfaeead commit 9368283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

([full changelog](https://github.com/hic-infra/ecs-keycloak/compare/1.0.0...2.0.0-beta.1))

- Add `terraform {backend s3}` back [#14](https://github.com/hic-infra/ecs-keycloak/pull/14)
- Release 2.0.0-beta.1 [#13](https://github.com/hic-infra/ecs-keycloak/pull/13)
- 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)

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.1"
default = "ghcr.io/hic-infra/ecs-keycloak:2.0.0-beta.2"
description = "Keycloak image including registry"
}

Expand Down

0 comments on commit 9368283

Please sign in to comment.