Skip to content

Commit 9944749

Browse files
PDI-2214: Sprint 2504 Release Notes (#584)
1 parent 73fc35c commit 9944749

File tree

4 files changed

+52
-13
lines changed

4 files changed

+52
-13
lines changed
-108 Bytes
Binary file not shown.

docs/release-notes/currentRelease.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
---
2-
title: DevOps Docker Builds, Version 2503 (Apr 1 2025)
2+
title: DevOps Docker Builds, Version 2504 (May 1 2025)
33
---
44

5-
# Version 2503 Release Notes
5+
# Version 2504 Release Notes
66

77
!!! note "Product release notes"
88
For information about product changes, refer to the release notes that can be found on each
99
product's [download page](https://www.pingidentity.com/en/resources/downloads.html).
1010

11-
## DevOps Docker Builds, Version 2503 (Apr 1 2025)
11+
## DevOps Docker Builds, Version 2504 (May 1 2025)
1212

1313
### New Product Releases
1414

15-
- PingFederate 12.2.1 -> 12.2.2
16-
- PingData products 10.2.0.0 -> 10.2.0.1
17-
- PingDirectory ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdirectory))
18-
- PingDirectory Proxy ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdirectoryproxy))
19-
- PingDataSync ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdatasync))
20-
- PingAuthorize ([Dockerhub](https://hub.docker.com/r/pingidentity/pingauthorize))
21-
- PingDataConsole ([Dockerhub](https://hub.docker.com/r/pingidentity/pingdataconsole))
15+
- PingAccess 8.2.0 → 8.2.1
16+
- PingAccess 8.1.2 → 8.1.3
17+
- PingCentral 2.3.0 and EOL 2.1.x
2218

2319
### Enhancements
2420

25-
- Apache Tomcat 9.0.100 -> 9.0.102
21+
- Apache Tomcat 9.0.102 → 9.0.104
22+
- RedHat UBI9-Minimal 9.5-1739420147 → 9.5-1745855087
23+
- Liberica JDK17 17.0.14+10 → 17.0.15+10
2624

2725
### Features
2826

29-
- (PDI-2195) Limit minimum and maximum Jetty threads for PingFederate
27+
- (PDI-2196) Updated the PingDirectory docker image to support new FAIL_ON_DISABLED_BASE_DN and FAIL_ON_UNSUCCESSFUL_REMOVE_DEFUNCT environment variables, which can be enabled by being set to "true". The first will fail the container if it is found that replication for the USER_BASE_DN is not enabled after all topology setup is complete. The second will fail the container if it is found that a previous call to remove-defunct-server did not complete successfully, indicating that the topology is in an unknown state. In these cases, manual intervention will be required to correct the topology.
3028

3129
### Documentation
3230

33-
- (PDI-2197) Updated the DevOps portal with information regarding Iron Bank images
31+
- (PDI-2199) Updated the various examples on devops.pingidentity.com to ensure stability and operations.
32+
- (PDI-2204) Added documentation at https://devops.pingidentity.com/reference/usingCertificates/ for certificate rotation in PingData images when using read-only keystores and truststores.
33+
- (PDI-2207) Updated the example on devops.pingidentity.com for archiving to S3 to be platform-agnostic
3434

3535
### Supported Product Releases
3636

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: DevOps Docker Builds, Version 2504 (May 1 2025)
3+
---
4+
5+
# Version 2504 Release Notes
6+
7+
!!! note "Product release notes"
8+
For information about product changes, refer to the release notes that can be found on each
9+
product's [download page](https://www.pingidentity.com/en/resources/downloads.html).
10+
11+
## DevOps Docker Builds, Version 2504 (May 1 2025)
12+
13+
### New Product Releases
14+
15+
- PingAccess 8.2.0 → 8.2.1
16+
- PingAccess 8.1.2 → 8.1.3
17+
- PingCentral 2.3.0 and EOL 2.1.x
18+
19+
### Enhancements
20+
21+
- Apache Tomcat 9.0.102 → 9.0.104
22+
- RedHat UBI9-Minimal 9.5-1739420147 → 9.5-1745855087
23+
- Liberica JDK17 17.0.14+10 → 17.0.15+10
24+
25+
### Features
26+
27+
- (PDI-2196) Updated the PingDirectory docker image to support new FAIL_ON_DISABLED_BASE_DN and FAIL_ON_UNSUCCESSFUL_REMOVE_DEFUNCT environment variables, which can be enabled by being set to "true". The first will fail the container if it is found that replication for the USER_BASE_DN is not enabled after all topology setup is complete. The second will fail the container if it is found that a previous call to remove-defunct-server did not complete successfully, indicating that the topology is in an unknown state. In these cases, manual intervention will be required to correct the topology.
28+
29+
### Documentation
30+
31+
- (PDI-2199) Updated the various examples on devops.pingidentity.com to ensure stability and operations.
32+
- (PDI-2204) Added documentation at https://devops.pingidentity.com/reference/usingCertificates/ for certificate rotation in PingData images when using read-only keystores and truststores.
33+
- (PDI-2207) Updated the example on devops.pingidentity.com for archiving to S3 to be platform-agnostic
34+
35+
### Supported Product Releases
36+
37+
- See the [Product Version, Image Release Matrix](../docker-images/productVersionMatrix.md)
38+
for currently supported image and product versions.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ nav:
169169
- Release Notes:
170170
- Current Release: "release-notes/currentRelease.md"
171171
- All Releases:
172+
- Version 2504: "release-notes/relnotes-2504.md"
172173
- Version 2503: "release-notes/relnotes-2503.md"
173174
- Version 2502: "release-notes/relnotes-2502.md"
174175
- Version 2501: "release-notes/relnotes-2501.md"

0 commit comments

Comments
 (0)