Skip to content

Commit b008d07

Browse files
committed
Release 2.0.0-beta.1
1 parent cb370a5 commit b008d07

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 1.0.0 - 2023-11-23
411

512
First full release

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

0 commit comments

Comments
 (0)