Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/images/productVersionsAndImageTags.pdf
Binary file not shown.
42 changes: 23 additions & 19 deletions docs/release-notes/currentRelease.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
47 changes: 47 additions & 0 deletions docs/release-notes/relnotes-2406.md
Original file line number Diff line number Diff line change
@@ -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.



1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down