UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a447a1e5 authored by Stephen Galamb's avatar Stephen Galamb
Browse files

Merge branch '63-update-plugin-version' into 'main'

Update plugin to 3.5.6

Closes #63

See merge request !82
parents c70f20f8 87859672
No related branches found
No related tags found
1 merge request!82Update plugin to 3.5.6
......@@ -3,12 +3,18 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [3.5.5] - 2024-08-28
## [3.5.6] - 2024-09-16
### Updated
- Bumped version of Keycloak libraries to 25.0.4
## [3.5.5] - 2024-09-16
### Updated
- Update Dockerfile with microdnf commands
## [3.5.4] - 2024-08-27
### Updated
......
......@@ -9,10 +9,13 @@ WORKDIR /app
COPY build/libs/p1-keycloak-plugin*.jar /app/p1-keycloak-plugin.jar
# Create user / home directory for compliance
RUN groupadd -g 1000 bigbang \
&& useradd --uid 1000 -m -d /home/bigbang -s /sbin/nologin -g bigbang bigbang \
&& chmod 0750 /home/bigbang \
&& chmod +rx p1-keycloak-plugin*.jar
RUN microdnf upgrade -y && \
microdnf clean all && \
rm -rf /var/cache/yum /var/log/yum* && \
groupadd -g 1000 bigbang && \
useradd --uid 1000 -m -d /home/bigbang -s /sbin/nologin -g bigbang bigbang && \
chmod 0750 /home/bigbang && \
chmod +rx p1-keycloak-plugin*.jar
USER 1000:1000
......
......@@ -3,7 +3,8 @@ The Platform One custom provider plugin is now decoupled from the Big Bang Keycl
| **PLUGIN VERSION** | **KEYCLOAK VERSION** | **KEYCLOAK VERSION**<br>**COMPATIBILITY** |
|:-------------------|:---------------------|:------------------------------------------|
| 3.5.5 | 25.0.4 | 25.0.X |
| 3.5.6 | 25.0.4 | 25.0.X
| 3.5.5 | 25.0.2 | 25.0.X |
| 3.5.4 | 25.0.2 | 25.0.X |
| 3.5.3 | 25.0.2 | 25.0.X |
| 3.5.2 | 25.0.2 | 25.0.X |
......
......@@ -9,5 +9,5 @@ org.gradle.logging.level=INFO
#org.gradle.vfs.watch=true
rootProjectName=p1-keycloak-plugin
rootProjectVersion=3.5.5
rootProjectVersion=3.5.6
rootProjectgroupId=dod.p1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment