Skip to content

Commit

Permalink
Merge pull request #13 from manics/release-2.0.0-beta.1
Browse files Browse the repository at this point in the history
Release 2.0.0-beta.1
  • Loading branch information
manics authored Apr 9, 2024
2 parents cb370a5 + b008d07 commit 0cab995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.0-beta.1 - In progress

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

- 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)

## 1.0.0 - 2023-11-23

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

Expand Down

0 comments on commit 0cab995

Please sign in to comment.