Skip to content

Commit

Permalink
PDI-1591: Release Sprint 2402 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikostien-pingidentity authored Feb 29, 2024
1 parent ee83dab commit 7d8a446
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 16 deletions.
Binary file modified docs/images/productVersionsAndImageTags.pdf
Binary file not shown.
31 changes: 15 additions & 16 deletions docs/release-notes/currentRelease.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
---
title: DevOps Docker Builds, Version 2401 (Jan 29 2024)
title: DevOps Docker Builds, Version 2402 (Feb 29 2024)
---

# Version 2401 Release Notes
# Version 2402 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 2401 (Jan 29 2024)
## DevOps Docker Builds, Version 2402 (Feb 29 2024)

### New Product Releases

- PingCentral 2.0.0 → 2.0.1
- PingData products 9.3.0.3 → 9.3.0.4
- PingFederate 12.0.0 → 12.0.1
- PingFederate 11.3.4 → 11.3.5
- PingData products 9.3.0.4 → 9.3.0.5
- 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))
Expand All @@ -22,22 +23,20 @@ product's [download page](https://www.pingidentity.com/en/resources/downloads.ht

### Enhancements

- Apache Tomcat 9.0.84 → 9.0.85
- Apache JMeter 5.6.2 → 5.6.3
- Redhat UBI9-minimal 9.1 → 9.3-1552
- Liberica JDK11 11.0.21+10 → 11.0.22+12
- Liberica JDK17 17.0.9+11 → 17.0.10+13
- Alpine 3.19.0 → 3.19.1
- Apache Tomcat 9.0.85 → 9.0.86

### Features
### Resolved Defects

- (PDI-1358) Add support for environment variables in utility sidecar in helm charts
- (PDI-1367) Add global annotation support for PVC definitions
- (PDI-1461) Add support for secondary port to PF image
- (PDI-1473) Fixed PingDataSync pods not configuring failover when REMOTE_SERVER_REPLICATION_PORT environment variable was not set. This variable now is not necessary for configuring failover.
- (PDI-1474) Updated PingData restart hook scripts to handle updating the java.properties file. If you need to set any custom values in java.properties, provide the entire file in your server profile at `instance/config/java.properties`. Note that this is outside of the `pd.profile` folder.
- (PDI-1476) Fixed an issue with processing env variable json files in the secrets directory where keys with special characters were not handled.

### Documentation

- (PDI-1432) Initial documentation for the PingFederate Terraform provider on https://terraform.pingidentity.com/
- (PDI-1477) Updated ingress definitions and how-to examples and guides to latest versions and formatting
- (PDI-1478) Removed stale helm repo files as well as updated helm documentation
- (PDI-1587) Remove extraneous reference to components now in baseline server profile.
- (PDI-1589) Update old link on the server profiles how-to page.

### Supported Product Releases

Expand Down
50 changes: 50 additions & 0 deletions docs/release-notes/relnotes-2402.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: DevOps Docker Builds, Version 2402 (Feb 29 2024)
---

# Version 2402 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 2402 (Feb 29 2024)

### New Product Releases

- PingFederate 12.0.0 → 12.0.1
- PingFederate 11.3.4 → 11.3.5
- - PingData products 10.0.0.0 → 10.0.0.1
- 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 products 9.3.0.4 → 9.3.0.5
- 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.85 → 9.0.86

### Resolved Defects

- (PDI-1473) Fixed PingDataSync pods not configuring failover when REMOTE_SERVER_REPLICATION_PORT environment variable was not set. This variable now is not necessary for configuring failover.
- (PDI-1474) Updated PingData restart hook scripts to handle updating the java.properties file. If you need to set any custom values in java.properties, provide the entire file in your server profile at `instance/config/java.properties`. Note that this is outside of the `pd.profile` folder.
- (PDI-1476) Fixed an issue with processing env variable json files in the secrets directory where keys with special characters were not handled.

### Documentation

- (PDI-1477) Updated ingress definitions and how-to examples and guides to latest versions and formatting
- (PDI-1478) Removed stale helm repo files as well as updated helm documentation
- (PDI-1587) Remove extraneous reference to components now in baseline server profile.
- (PDI-1589) Update old link on the server profiles how-to page.

### 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 @@ -168,6 +168,7 @@ nav:
- Release Notes:
- Current Release: "release-notes/currentRelease.md"
- All Releases:
- Version 2402: "release-notes/relnotes-2402.md"
- Version 2401: "release-notes/relnotes-2401.md"
- Version 2312: "release-notes/relnotes-2312.md"
- Version 2311: "release-notes/relnotes-2311.md"
Expand Down

0 comments on commit 7d8a446

Please sign in to comment.