Skip to content

Commit

Permalink
Merge pull request #28 from authts/up-kc
Browse files Browse the repository at this point in the history
Upgrade Keycloak to 26.0.5
  • Loading branch information
zach-betz-hln authored Nov 6, 2024
2 parents d4927ea + 9988dc3 commit 0b331bb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0 (2024-11-06)

- Upgrade Keycloak to 26.0.5

## 1.3.0 (2024-11-04)

- Upgrade Keycloak to 26.0.4
Expand Down
1 change: 1 addition & 0 deletions db/init/02-dump-data-only.sql
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ nlnj3 25.0.4 1725461781
d31gi 26.0.1 1729517474
e4upm 26.0.2 1729776999
v11be 26.0.4 1730737499
r40d9 26.0.5 1730915461
\.
Expand Down
2 changes: 1 addition & 1 deletion kc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM quay.io/keycloak/keycloak:26.0.4
FROM quay.io/keycloak/keycloak:26.0.5
ENTRYPOINT [ "/opt/keycloak/bin/kc.sh" ]
CMD [ "start-dev" ]
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"toc": "markdown-toc -i README.md"
},
Expand Down

0 comments on commit 0b331bb

Please sign in to comment.