File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 2.0.0-beta.1 - In progress
3
+ ## 2.0.0-beta.3 - In progress
4
4
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 ) )
6
6
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 )
7
9
- Add ` terraform {backend s3} ` back [ #14 ] ( https://github.com/hic-infra/ecs-keycloak/pull/14 )
8
10
- Release 2.0.0-beta.1 [ #13 ] ( https://github.com/hic-infra/ecs-keycloak/pull/13 )
9
11
- Optionally use existing VPC. Upgrade Keycloak to 24.0.2 [ #12 ] ( https://github.com/hic-infra/ecs-keycloak/pull/12 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variable "region" {
12
12
13
13
variable "keycloak-image" {
14
14
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 "
16
16
description = " Keycloak image including registry"
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments