Skip to content

Commit

Permalink
keycloak:25.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jul 12, 2024
1 parent 23f5b86 commit e5c29bb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
4 changes: 3 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
keycloak_ver: 24.0.2
keycloak_ver: 25.0.1
keycloak_mirror: https://github.com/keycloak/keycloak/releases/download

keycloak_parent_install_dir: /usr/local
Expand Down Expand Up @@ -65,3 +65,5 @@ keycloak_checksums:
'22.0.1': sha1:eea6076b99a78f88104e3a08618f4422d0ff16e2
# https://github.com/keycloak/keycloak/releases/download/24.0.2/keycloak-24.0.2.tar.gz.sha1
'24.0.2': sha1:8b23e722df38fa7661a8eeb6e032c72c9e0818a9
# https://github.com/keycloak/keycloak/releases/download/25.0.1/keycloak-25.0.1.tar.gz.sha1
'25.0.1': sha1:8109ac7505c6f70763c247b5e52be4667585b0ce
2 changes: 1 addition & 1 deletion dl-checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dl_ver() {
printf " '%s': sha1:%s\n" $ver $(curl -sSLf $url)
}

dl_ver ${1:-24.0.2}
dl_ver ${1:-25.0.1}
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ galaxy_info:
- '9'
- name: Fedora
versions:
- '38'
- '39'
- '40'
- name: Ubuntu
versions:
- focal
- jammy
- noble
role_name: keycloak
4 changes: 2 additions & 2 deletions meta/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: andrewrothstein.unarchivedeps
version: 3.0.2
version: 3.0.3
- name: andrewrothstein.temurin
version: 2.0.0
version: 2.0.2
12 changes: 6 additions & 6 deletions platform-matrix-v1.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"OS": "alpine",
"OS_VER": "3.18"
"OS_VER": "3.19"
},
{
"OS": "alpine",
"OS_VER": "3.19"
"OS_VER": "3.20"
},
{
"OS": "alpine",
Expand All @@ -25,11 +25,11 @@
},
{
"OS": "fedora",
"OS_VER": "38"
"OS_VER": "39"
},
{
"OS": "fedora",
"OS_VER": "39"
"OS_VER": "40"
},
{
"OS": "rockylinux",
Expand All @@ -41,10 +41,10 @@
},
{
"OS": "ubuntu",
"OS_VER": "focal"
"OS_VER": "jammy"
},
{
"OS": "ubuntu",
"OS_VER": "jammy"
"OS_VER": "noble"
}
]
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
- name: Installing andrewrothstein.unarchivedeps
ansible.builtin.include_role:
name: andrewrothstein.unarchivedeps
- name: Installing andrewrothstein.temurin
ansible.builtin.include_role:
name: andrewrothstein.temurin
Expand All @@ -25,6 +22,9 @@
dest: '{{ keycloak_tmp_tgz }}'
checksum: '{{ keycloak_checksum }}'
mode: '644'
- name: Installing andrewrothstein.unarchivedeps
ansible.builtin.include_role:
name: andrewrothstein.unarchivedeps
- name: Unarchiving {{ keycloak_tmp_tgz }}
become: true
become_user: root
Expand Down

0 comments on commit e5c29bb

Please sign in to comment.