File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010- Nothing should go in this section, please add to the latest unreleased version
1111 (and update the corresponding date), or add a new version.
1212
13- ## [ 9.1.0] - 2025-11-10
13+ ## [ 9.1.0] - 2025-11-13
1414
1515### Added
1616- Added ability to support localhost as redirect URI in oidc authenticators.
1717 CNJR-11471
1818- Update Go to 1.25 (CONJSE-2067)
1919
20+ ### Security
21+ - Update UBI base image to latest to resolve CVE-2025 -6965 (CNJR-11779)
22+
2023## [ 9.0.0] - 2025-09-04
2124
2225### Added
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS conjur-cli-go
1+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest AS conjur-cli-go
22LABEL org.opencontainers.image.authors="CyberArk Software Ltd."
33
44ENTRYPOINT [ "/usr/local/bin/conjur" ]
You can’t perform that action at this time.
0 commit comments