Skip to content

Commit b0a72f2

Browse files
committed
Release 2.0.0-beta.3
1 parent 29340d1 commit b0a72f2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## 2.0.0-beta.1 - In progress
3+
## 2.0.0-beta.3 - In progress
44

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

7+
- Fix empty check of `var.{public,private}-subnets`, 2.0.0-beta.3 [#16](https://github.com/hic-infra/ecs-keycloak/pull/16)
8+
- Release 2.0.0-beta.2 [#15](https://github.com/hic-infra/ecs-keycloak/pull/15)
79
- Add `terraform {backend s3}` back [#14](https://github.com/hic-infra/ecs-keycloak/pull/14)
810
- Release 2.0.0-beta.1 [#13](https://github.com/hic-infra/ecs-keycloak/pull/13)
911
- Optionally use existing VPC. Upgrade Keycloak to 24.0.2 [#12](https://github.com/hic-infra/ecs-keycloak/pull/12)

ecs-cluster/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "region" {
1212

1313
variable "keycloak-image" {
1414
type = string
15-
default = "ghcr.io/hic-infra/ecs-keycloak:2.0.0-beta.2"
15+
default = "ghcr.io/hic-infra/ecs-keycloak:2.0.0-beta.3"
1616
description = "Keycloak image including registry"
1717
}
1818

0 commit comments

Comments
 (0)