diff --git a/docs/images/productVersionsAndImageTags.pdf b/docs/images/productVersionsAndImageTags.pdf index ace09b2cd..8c7edcf79 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 68ba86055..f2287262c 100644 --- a/docs/release-notes/currentRelease.md +++ b/docs/release-notes/currentRelease.md @@ -1,38 +1,42 @@ --- -title: DevOps Docker Builds, Version 2405 (Jun 4 2024) +title: DevOps Docker Builds, Version 2406 (Jul 2 2024) --- -# Version 2405 Release Notes +# Version 2406 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 2405 (Jun 4 2024) +## DevOps Docker Builds, Version 2406 (Jul 2 2024) ### New Product Releases -- PingFederate 12.0.2 → 12.0.3 -- PingFederate 11.3.6 → 11.3.7 -- PingAccess 8.0.2 → 8.0.3 -- PingAccess 7.3.3 → 7.3.4 +- LDAPSDK 7.0.0 → 7.0.1 +- PingFederate 12.1.0 +- PingFederate EOL 11.3.X +- PingAccess 8.1.0 +- PingAccess EOL 7.3.X +- PingCentral 2.1.0 +- PingCentral EOL 1.14.X +- PingData products 10.1.0.0 + - 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)) +- PingData EOL 9.3.X.X ### Enhancements -- Apache Tomcat 9.0.88 → 9.0.89 -- Redhat UBI9-minimal 9.3-1552 → 9.4-949.1716471857 -- Alpine 3.19.1 → 3.20.0 -- Liberica JDK11 11.0.23+10 → 11.0.23+12 -- Liberica JDK17 17.0.11+10 → 17.0.11+12 +- Apache Tomcat 9.0.89 → 9.0.90 +- Redhat UBI9 Minimal 9.4-949.1716471857 → 9.4-1134 +- Alpine 3.20.0 → 3.20.1 -### Features +### Bug Fixes -- (PDI-1673) This sprint release adds RHEL UBI9 minimal images for all supported PingAccess and PingFederate versions. - -### Documentation - -- (PDI-1851) Update the Openshift Local documentation in the portal -- (PDI-1854) Updated examples to align with graphics on PF Clustering documentation of the portal. +- (PDI-1843) Fixed issue where '.pre' and '.post' hooks could not be used for the '81-after-start-process' hook for PingAccess and PingFederate +- (PDI-1867) Updated build-jvm.sh script to use curl rather than wget to avoid an IPV6 issue with some OS shims ### Supported Product Releases diff --git a/docs/release-notes/relnotes-2406.md b/docs/release-notes/relnotes-2406.md new file mode 100644 index 000000000..f2287262c --- /dev/null +++ b/docs/release-notes/relnotes-2406.md @@ -0,0 +1,47 @@ +--- +title: DevOps Docker Builds, Version 2406 (Jul 2 2024) +--- + +# Version 2406 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 2406 (Jul 2 2024) + +### New Product Releases + +- LDAPSDK 7.0.0 → 7.0.1 +- PingFederate 12.1.0 +- PingFederate EOL 11.3.X +- PingAccess 8.1.0 +- PingAccess EOL 7.3.X +- PingCentral 2.1.0 +- PingCentral EOL 1.14.X +- PingData products 10.1.0.0 + - 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)) +- PingData EOL 9.3.X.X + +### Enhancements + +- Apache Tomcat 9.0.89 → 9.0.90 +- Redhat UBI9 Minimal 9.4-949.1716471857 → 9.4-1134 +- Alpine 3.20.0 → 3.20.1 + +### Bug Fixes + +- (PDI-1843) Fixed issue where '.pre' and '.post' hooks could not be used for the '81-after-start-process' hook for PingAccess and PingFederate +- (PDI-1867) Updated build-jvm.sh script to use curl rather than wget to avoid an IPV6 issue with some OS shims + +### 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 f441e558f..7f0616dd9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -169,6 +169,7 @@ nav: - Release Notes: - Current Release: "release-notes/currentRelease.md" - All Releases: + - Version 2406: "release-notes/relnotes-2406.md" - Version 2405: "release-notes/relnotes-2405.md" - Version 2404: "release-notes/relnotes-2404.md" - Version 2403: "release-notes/relnotes-2403.md"