diff --git a/docs/images/productVersionsAndImageTags.pdf b/docs/images/productVersionsAndImageTags.pdf index b01b9f08a..71fc6d1ee 100644 Binary files a/docs/images/productVersionsAndImageTags.pdf and b/docs/images/productVersionsAndImageTags.pdf differ diff --git a/docs/release-notes/currentRelease.md b/docs/release-notes/currentRelease.md index 829bf5ef0..8611036d3 100644 --- a/docs/release-notes/currentRelease.md +++ b/docs/release-notes/currentRelease.md @@ -1,28 +1,35 @@ --- -title: DevOps Docker Builds, Version 2408 (Sep 4 2024) +title: DevOps Docker Builds, Version 2409 (Oct 1 2024) --- -# Version 2408 Release Notes +# Version 2409 Release Notes !!! note "Product release notes" For information about product changes, refer to the release notes that can be found on each product's [download page](https://www.pingidentity.com/en/resources/downloads.html). -## DevOps Docker Builds, Version 2408 (Sep 4 2024) +## DevOps Docker Builds, Version 2409 (Oct 1 2024) ### New Product Releases -- PingFederate 12.1.1 → 12.1.2 -- PingFederate 12.0.4 → 12.0.5 +- PingFederate 12.1.2 → 12.1.3 +- PingAccess 8.1.1 → 8.1.2 +- PingAccess 8.0.4 → 8.0.5 +- PingData products 10.1.0.0 → 10.1.0.2 + - PingDirectory ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdirectory)) + - PingDirectory Proxy ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdirectoryproxy)) + - PingDataSync ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdatasync)) + - PingAuthorize ([Dockerhub](https://hub.docker.com/r/pingidentity/pingauthorize)) + - PingDataConsole ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdataconsole)) ### Enhancements -- Apache Tomcat 9.0.91 → 9.0.93 -- Redhat UBI9-minimal 9.4-1194 → 9.4-1227 +- Apache Tomcat 9.0.93 → 9.0.95 +- Alpine 3.20.2 → 3.20.3 -### Documentation +### Features -- (PDI-1923) Fix helm examples for Mysql +- (PDI-2036) Add future PingFederate 12.2 Administrator Role DATA_COLLECTION_ADMINISTRATOR to 83-configure-admin.sh hook script. ### Supported Product Releases diff --git a/docs/release-notes/relnotes-2409.md b/docs/release-notes/relnotes-2409.md new file mode 100644 index 000000000..27adecf97 --- /dev/null +++ b/docs/release-notes/relnotes-2409.md @@ -0,0 +1,40 @@ +--- +title: DevOps Docker Builds, Version 2409 (Oct 1 2024) +--- + +# Version 2409 Release Notes + +!!! note "Product release notes" +For information about product changes, refer to the release notes that can be found on each +product's [download page](https://www.pingidentity.com/en/resources/downloads.html). + +## DevOps Docker Builds, Version 2409 (Oct 1 2024) + +### New Product Releases + +- PingFederate 12.1.2 → 12.1.3 +- PingAccess 8.1.1 → 8.1.2 +- PingAccess 8.0.4 → 8.0.5 +- PingData products 10.1.0.0 → 10.1.0.2 + - PingDirectory ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdirectory)) + - PingDirectory Proxy ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdirectoryproxy)) + - PingDataSync ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdatasync)) + - PingAuthorize ([Dockerhub](https://hub.docker.com/r/pingidentity/pingauthorize)) + - PingDataConsole ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdataconsole)) + +### Enhancements + +- Apache Tomcat 9.0.93 → 9.0.95 +- Alpine 3.20.2 → 3.20.3 + +### Features + +- (PDI-2036) Add future PingFederate 12.2 Administrator Role DATA_COLLECTION_ADMINISTRATOR to 83-configure-admin.sh hook script. + +### Supported Product Releases + +- See the [Product Version, Image Release Matrix](../docker-images/productVersionMatrix.md) + for currently supported image and product versions. + + + diff --git a/mkdocs.yml b/mkdocs.yml index 9d62dcbc7..859d08146 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -169,6 +169,7 @@ nav: - Release Notes: - Current Release: "release-notes/currentRelease.md" - All Releases: + - Version 2409: "release-notes/relnotes-2409.md" - Version 2408: "release-notes/relnotes-2408.md" - Version 2407: "release-notes/relnotes-2407.md" - Version 2406: "release-notes/relnotes-2406.md"