File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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
4
+
5
+ ([ full changelog] ( https://github.com/hic-infra/ecs-keycloak/compare/1.0.0...2.0.0-beta.1 ) )
6
+
7
+ - Optionally use existing VPC. Upgrade Keycloak to 24.0.2 [ #12 ] ( https://github.com/hic-infra/ecs-keycloak/pull/12 )
8
+ - Move CHANGELOG to top level, update tag in variables.tf [ #11 ] ( https://github.com/hic-infra/ecs-keycloak/pull/11 )
9
+
3
10
## 1.0.0 - 2023-11-23
4
11
5
12
First full release
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:1 .0.0"
15
+ default = " ghcr.io/hic-infra/ecs-keycloak:2 .0.0-beta.1 "
16
16
description = " Keycloak image including registry"
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments