From ddbf53f4a28d4b5d8072b005cf8a63fba63910fc Mon Sep 17 00:00:00 2001 From: Manjunath Hegde Date: Thu, 17 Jul 2025 05:16:31 +0000 Subject: [PATCH] idm12c_25.3.1_docupdate --- .../create-oam-domains-using-wdt-models.md | 14 +++---- .../create-oam-domains-using-wlst.md | 6 +-- .../idm-products/oam/introduction/_index.md | 3 +- .../oam/prepare-your-environment/_index.md | 6 +-- .../idm-products/oam/release-notes/_index.md | 15 +++++++ ...g-the-design-console-with-nginx-non-ssl.md | 4 +- ...using-the-design-console-with-nginx-ssl.md | 4 +- .../create-oig-domains-using-wlst.md | 6 +-- .../create-oig-domains-wdt.md | 14 +++---- .../idm-products/oig/introduction/_index.md | 3 +- .../oig/prepare-your-environment/_index.md | 6 +-- .../idm-products/oig/release-notes/_index.md | 15 +++++++ .../oig/troubleshooting/_index.md | 2 +- .../oud/create-oud-instances/_index.md | 4 +- .../idm-products/oud/introduction/_index.md | 4 +- .../oud/patch-and-upgrade/index.md | 40 +++++++++---------- .../oud/prepare-your-environment/_index.md | 2 +- .../idm-products/oud/release-notes/_index.md | 3 ++ .../oud/troubleshooting/_index.md | 2 +- .../idm-products/oudsm/introduction/_index.md | 3 +- .../oudsm/release-notes/_index.md | 7 ++++ .../oudsm/troubleshooting/_index.md | 4 +- .../content/ohs/introduction/_index.md | 3 +- .../ohs/prepare-your-environment/_index.md | 4 +- .../content/ohs/release-notes/_index.md | 1 + 25 files changed, 111 insertions(+), 64 deletions(-) diff --git a/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wdt-models.md b/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wdt-models.md index 367079165..242436493 100644 --- a/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wdt-models.md +++ b/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wdt-models.md @@ -303,7 +303,7 @@ In this section you generate the required WDT models for the OAM domain, along w ``` domainUID: accessdomain domainHome: /u01/oracle/user_projects/domains/accessdomain - image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- + image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- imagePullSecretName: orclcred logHome: /u01/oracle/user_projects/domains/logs/accessdomain namespace: oamns @@ -379,7 +379,7 @@ In this section you generate the required WDT models for the OAM domain, along w export datasourceType="generic" export edgInstall="false" export domainHome="/u01/oracle/user_projects/domains/accessdomain" - export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" + export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" export imagePullSecretName="orclcred" export logHome="/u01/oracle/user_projects/domains/logs/accessdomain" export exposeAdminT3Channel="false" @@ -743,7 +743,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th domainHomeSourceType: PersistentVolume # The WebLogic Server image that the Operator uses to start the domain - image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" + image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" # imagePullPolicy defaults to "Always" if image version is :latest imagePullPolicy: IfNotPresent @@ -781,7 +781,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th domainHomeSourceType: PersistentVolume # The WebLogic Server image that the Operator uses to start the domain - image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" + image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" # imagePullPolicy defaults to "Always" if image version is :latest imagePullPolicy: IfNotPresent @@ -823,7 +823,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th #DO NOT CHANGE THE NAME OF THIS INIT CONTAINER - name: compat-connector-init # OAM Product image, same as spec.image mentioned above - image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" + image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" imagePullPolicy: IfNotPresent command: [ "/bin/bash", "-c", "mkdir -p /u01/oracle/user_projects/domains/wdt-logs"] volumeMounts: @@ -1273,7 +1273,7 @@ In this section you deploy the OAM domain using the `domain.yaml`. Failure Retry Interval Seconds: 120 Failure Retry Limit Minutes: 1440 Http Access Log In Log Home: true - Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- Image Pull Policy: IfNotPresent Image Pull Secrets: Name: orclcred @@ -1298,7 +1298,7 @@ In this section you deploy the OAM domain using the `domain.yaml`. /bin/bash -c mkdir -p /u01/oracle/user_projects/domains/wdt-logs - Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- Image Pull Policy: IfNotPresent Name: compat-connector-init Volume Mounts: diff --git a/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wlst.md b/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wlst.md index d48610319..2fff98131 100644 --- a/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wlst.md +++ b/docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wlst.md @@ -65,7 +65,7 @@ The sample scripts for Oracle Access Management domain deployment are available ```bash domainUID: accessdomain domainHome: /u01/oracle/user_projects/domains/accessdomain - image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- + image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- imagePullSecretName: orclcred weblogicCredentialsSecretName: accessdomain-credentials logHome: /u01/oracle/user_projects/domains/logs/accessdomain @@ -164,7 +164,7 @@ generated artifacts: export initialManagedServerReplicas="2" export managedServerNameBase="oam_server" export managedServerPort="14100" - export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" + export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-" export imagePullPolicy="IfNotPresent" export imagePullSecretName="orclcred" export productionModeEnabled="true" @@ -558,7 +558,7 @@ By default, the java memory parameters assigned to the oam_server cluster are ve Failure Retry Interval Seconds: 120 Failure Retry Limit Minutes: 1440 Http Access Log In Log Home: true - Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- Image Pull Policy: IfNotPresent Image Pull Secrets: Name: orclcred diff --git a/docs-source/content/idm-products/oam/introduction/_index.md b/docs-source/content/idm-products/oam/introduction/_index.md index 2c177f499..6af551f3b 100644 --- a/docs-source/content/idm-products/oam/introduction/_index.md +++ b/docs-source/content/idm-products/oam/introduction/_index.md @@ -37,7 +37,7 @@ The main benefits of WDT are: ### Current production release -The current production release for the Oracle Access Management domain deployment on Kubernetes is [25.2.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10. +The current production release for the Oracle Access Management domain deployment on Kubernetes is [25.3.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10. For 4.1.X WebLogic Kubernetes Operator refer to [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oam/) @@ -74,6 +74,7 @@ If you intend to use Oracle HTTP Server (OHS) and Oracle WebGate, and want to de To view documentation for an earlier release, see: +* [Version 25.2.1](https://oracle.github.io/fmw-kubernetes/25.2.1/idm-products/oam/) * [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.1.1/idm-products/oam/) * [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oam/) * [Version 24.3.1](https://oracle.github.io/fmw-kubernetes/24.3.1/idm-products/oam/) diff --git a/docs-source/content/idm-products/oam/prepare-your-environment/_index.md b/docs-source/content/idm-products/oam/prepare-your-environment/_index.md index ebed20c25..9824fccf7 100644 --- a/docs-source/content/idm-products/oam/prepare-your-environment/_index.md +++ b/docs-source/content/idm-products/oam/prepare-your-environment/_index.md @@ -69,7 +69,7 @@ The OAM Kubernetes deployment requires access to an OAM container image. The ima #### Prebuilt OAM container image -The prebuilt OAM April 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Access Management 12.2.1.4.0, the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program. +The prebuilt OAM July 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Access Management 12.2.1.4.0, the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program. **Note**: Before using this image you must login to [Oracle Container Registry](https://container-registry.oracle.com), navigate to `Middleware` > `oam_cpu` and accept the license agreement. @@ -426,7 +426,7 @@ Before following the steps in this section, make sure that the database and list For example: ```bash - $ kubectl run --image=container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oamns -- sleep infinity + $ kubectl run --image=container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8- --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oamns -- sleep infinity ``` If you are not using a container registry and have loaded the image on each of the worker nodes, run the following command: @@ -438,7 +438,7 @@ Before following the steps in this section, make sure that the database and list For example: ```bash - $ kubectl run helper --image oracle/oam:12.2.1.4-jdk8-ol8- -n oamns -- sleep infinity + $ kubectl run helper --image oracle/oam:12.2.1.4-jdk8-ol8- -n oamns -- sleep infinity ``` The output will look similar to the following: diff --git a/docs-source/content/idm-products/oam/release-notes/_index.md b/docs-source/content/idm-products/oam/release-notes/_index.md index 9cfd8ea2e..9f82bfe18 100644 --- a/docs-source/content/idm-products/oam/release-notes/_index.md +++ b/docs-source/content/idm-products/oam/release-notes/_index.md @@ -10,6 +10,21 @@ Review the latest changes and known issues for Oracle Access Management 12.2.1.4 | Date | Version | Change | | --- | --- | --- | +| July, 2025 | 25.3.1 | Supports Oracle Access Management 12.2.1.4 domain deployment using the July 2025 container image which contains the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| +| | | This release contains no changes other than support for the July Patch Set Update. +| | | If upgrading to July 25 (25.3.1) from January 25 (25.1.1) or later, you must upgrade the following in order: +| | | 1. Patch the OAM container image to July 25| +| | | 2. If you are upgrading to Kubernetes 1.29 or later, you must upgrade the ingress. See [Upgrading the ingress](../patch-and-upgrade/upgrade-an-ingress). +| | | If upgrading to July 25 (25.3.1) from October 22 (22.4.1) or later, you must upgrade the following in order: +| | | 1. WebLogic Kubernetes Operator to 4.2.10| +| | | 2. Patch the OAM container image to July 25| +| | | 3. If you are upgrading to Kubernetes 1.29 or later, you must upgrade the ingress. See [Upgrading the ingress](../patch-and-upgrade/upgrade-an-ingress). +| | | If upgrading to July 25 (25.3.1) from a release prior to October 22 (22.4.1), you must upgrade the following in order: +| | | 1. WebLogic Kubernetes Operator to 4.2.10| +| | | 2. Patch the OAM container image to July 25| +| | | 3. Upgrade the Ingress| +| | | 4. Upgrade Elasticsearch and Kibana| +| | | See [Patch and Upgrade](../patch-and-upgrade) for these instructions. | April, 2025 | 25.2.1 | Supports Oracle Access Management 12.2.1.4 domain deployment using the April 2025 container image which contains the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| | | | This release contains no changes other than support for the April Patch Set Update. | | | If upgrading to April 25 (25.2.1) from January 25 (25.1.1), you must upgrade the following in order: diff --git a/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-non-ssl.md b/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-non-ssl.md index 6c267a681..216cd28db 100644 --- a/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-non-ssl.md +++ b/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-non-ssl.md @@ -206,7 +206,7 @@ The Design Console can be run from a container using X windows emulation. For example: ```bash - $ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash + $ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash ``` This will take you into a bash shell inside the container: @@ -304,7 +304,7 @@ The Design Console can be run from a container using X windows emulation. For example: ```bash - $ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash + $ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash ``` This will take you into a bash shell inside the container: diff --git a/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-ssl.md b/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-ssl.md index 3f1365c95..1d387ef0f 100644 --- a/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-ssl.md +++ b/docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-ssl.md @@ -225,7 +225,7 @@ The Design Console can be run from a container using X windows emulation. For example: ```bash - $ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash + $ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash ``` This will take you into a bash shell inside the container: @@ -357,7 +357,7 @@ The Design Console can be run from a container using X windows emulation. For example: ```bash - $ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash + $ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- bash ``` This will take you into a bash shell inside the container: diff --git a/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-using-wlst.md b/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-using-wlst.md index c15b65e31..2f5a6633e 100644 --- a/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-using-wlst.md +++ b/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-using-wlst.md @@ -72,7 +72,7 @@ The sample scripts for Oracle Identity Governance domain deployment are availabl ``` domainUID: governancedomain domainHome: /u01/oracle/user_projects/domains/governancedomain - image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- + image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- imagePullSecretName: orclcred weblogicCredentialsSecretName: oig-domain-credentials logHome: /u01/oracle/user_projects/domains/logs/governancedomain @@ -176,7 +176,7 @@ generated artifacts: export initialManagedServerReplicas="1" export managedServerNameBase="oim_server" export managedServerPort="14000" - export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" + export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" export imagePullPolicy="IfNotPresent" export imagePullSecretName="orclcred" export productionModeEnabled="true" @@ -603,7 +603,7 @@ The default domain created by the script has the following characteristics: Failure Retry Interval Seconds: 120 Failure Retry Limit Minutes: 1440 Http Access Log In Log Home: true - Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- Image Pull Policy: IfNotPresent Image Pull Secrets: Name: orclcred diff --git a/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-wdt.md b/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-wdt.md index 6dfb4d881..521b2cac1 100644 --- a/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-wdt.md +++ b/docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-wdt.md @@ -303,7 +303,7 @@ In this section you generate the required WDT models for the OIG domain, along w ``` domainUID: governancedomain domainHome: /u01/oracle/user_projects/domains/governancedomain - image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- + image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- imagePullSecretName: orclcred logHome: /u01/oracle/user_projects/domains/logs/governancedomain namespace: oigns @@ -387,7 +387,7 @@ In this section you generate the required WDT models for the OIG domain, along w export datasourceType="generic" export edgInstall="false" export domainHome="/u01/oracle/user_projects/domains/governancedomain" - export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" + export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" export imagePullSecretName="orclcred" export logHome="/u01/oracle/user_projects/domains/logs/governancedomain" export exposeAdminT3Channel="false" @@ -765,7 +765,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th domainHomeSourceType: PersistentVolume # The WebLogic Server image that the Operator uses to start the domain - image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" + image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" # imagePullPolicy defaults to "Always" if image version is :latest imagePullPolicy: IfNotPresent @@ -803,7 +803,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th domainHomeSourceType: PersistentVolume # The WebLogic Server image that the Operator uses to start the domain - image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" + image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" # imagePullPolicy defaults to "Always" if image version is :latest imagePullPolicy: IfNotPresent @@ -845,7 +845,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th #DO NOT CHANGE THE NAME OF THIS INIT CONTAINER - name: compat-connector-init # OIG Product image, same as spec.image mentioned above - image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" + image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-" imagePullPolicy: IfNotPresent command: [ "/bin/bash", "-c", "mkdir -p /u01/oracle/user_projects/domains/ConnectorDefaultDirectory", "mkdir -p /u01/oracle/user_projects/domains/wdt-logs"] volumeMounts: @@ -1235,7 +1235,7 @@ In this section you deploy the OIG domain using the `domain.yaml`. Failure Retry Interval Seconds: 120 Failure Retry Limit Minutes: 1440 Http Access Log In Log Home: true - Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- Image Pull Policy: IfNotPresent Image Pull Secrets: Name: orclcred @@ -1271,7 +1271,7 @@ In this section you deploy the OIG domain using the `domain.yaml`. -c mkdir -p /u01/oracle/user_projects/domains/ConnectorDefaultDirectory mkdir -p /u01/oracle/user_projects/domains/wdt-logs - Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- Image Pull Policy: IfNotPresent Name: compat-connector-init Volume Mounts: diff --git a/docs-source/content/idm-products/oig/introduction/_index.md b/docs-source/content/idm-products/oig/introduction/_index.md index c2103df41..9b751b763 100644 --- a/docs-source/content/idm-products/oig/introduction/_index.md +++ b/docs-source/content/idm-products/oig/introduction/_index.md @@ -37,7 +37,7 @@ The main benefits of WDT are: ### Current production release -The current production release for the Oracle Identity Governance domain deployment on Kubernetes is [25.2.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10. +The current production release for the Oracle Identity Governance domain deployment on Kubernetes is [25.3.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10. For 4.1.X WebLogic Kubernetes Operator refer to [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oig/) @@ -69,6 +69,7 @@ Please note, you also have the option to follow the Enterprise Deployment Guide To view documentation for an earlier release, see: +* [Version 25.2.1](https://oracle.github.io/fmw-kubernetes/25.2.1/idm-products/oig/) * [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.1.1/idm-products/oig/) * [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oig/) * [Version 24.3.1](https://oracle.github.io/fmw-kubernetes/24.3.1/idm-products/oig/) diff --git a/docs-source/content/idm-products/oig/prepare-your-environment/_index.md b/docs-source/content/idm-products/oig/prepare-your-environment/_index.md index 0cb0e3e75..343d00f56 100644 --- a/docs-source/content/idm-products/oig/prepare-your-environment/_index.md +++ b/docs-source/content/idm-products/oig/prepare-your-environment/_index.md @@ -66,7 +66,7 @@ The OIG 12.2.1.4 Kubernetes deployment requires access to an OIG container image #### Prebuilt OIG container image -The latest prebuilt OIG April 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Identity Governance 12.2.1.4.0, the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.. +The latest prebuilt OIG July 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Identity Governance 12.2.1.4.0, the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.. **Note**: Before using this image you must login to [Oracle Container Registry](https://container-registry.oracle.com), navigate to `Middleware` > `oig_cpu` and accept the license agreement. @@ -420,7 +420,7 @@ Before following the steps in this section, make sure that the database and list For example: ```bash - $ kubectl run --image=container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oigns -- sleep infinity + $ kubectl run --image=container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oigns -- sleep infinity ``` If you are not using a container registry and have loaded the image on each of worker nodes, run the following command: @@ -432,7 +432,7 @@ Before following the steps in this section, make sure that the database and list For example: ```bash - $ kubectl run helper --image oracle/oig:12.2.1.4-jdk8-ol8- -n oigns -- sleep infinity + $ kubectl run helper --image oracle/oig:12.2.1.4-jdk8-ol8- -n oigns -- sleep infinity ``` The output will look similar to the following: diff --git a/docs-source/content/idm-products/oig/release-notes/_index.md b/docs-source/content/idm-products/oig/release-notes/_index.md index 18daca3d0..853540fee 100644 --- a/docs-source/content/idm-products/oig/release-notes/_index.md +++ b/docs-source/content/idm-products/oig/release-notes/_index.md @@ -10,6 +10,21 @@ Review the latest changes and known issues for Oracle Identity Governance on Kub | Date | Version | Change | | --- | --- | --- | +| July, 2025 | 25.3.1 | Supports Oracle Identity Governance 12.2.1.4 domain deployment using the July 2025 container image which contains the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| +| | | This release contains no changes other than support for the July Patch Set Update. +| | | If upgrading to July 25 (25.3.1) from January 25 (25.1.1), you must upgrade the following in order: +| | | 1. Patch the OIG container image to July 25| +| | | 2. If you are upgrading to Kubernetes 1.29 or later, you must upgrade the ingress. See [Upgrading the ingress](../patch-and-upgrade/upgrade-an-ingress). +| | | If upgrading to July 25 (25.3.1) from October 22 (22.4.1) or later, you must upgrade the following in order: +| | | 1. WebLogic Kubernetes Operator to 4.2.10| +| | | 2. Patch the OIG container image to July 25| +| | | 3. If you are upgrading to Kubernetes 1.29 or later, you must upgrade the ingress. See [Upgrading the ingress](../patch-and-upgrade/upgrade-an-ingress). +| | | If upgrading to July 25 (25.3.1) from a release prior to October 22 (22.4.1), you must upgrade the following in order: +| | | 1. WebLogic Kubernetes Operator to 4.2.10| +| | | 2. Patch the OIG container image to July 25| +| | | 3. Upgrade the Ingress| +| | | 4. Upgrade Elasticsearch and Kibana| +| | | See [Patch and Upgrade](../patch-and-upgrade) for these instructions. | April, 2025 | 25.2.1 | Supports Oracle Identity Governance 12.2.1.4 domain deployment using the April 2025 container image which contains the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| | | | This release contains no changes other than support for the April Patch Set Update. | | | If upgrading to April 25 (25.2.1) from January 25 (25.1.1), you must upgrade the following in order: diff --git a/docs-source/content/idm-products/oig/troubleshooting/_index.md b/docs-source/content/idm-products/oig/troubleshooting/_index.md index 3a8bb0995..1aab73d53 100644 --- a/docs-source/content/idm-products/oig/troubleshooting/_index.md +++ b/docs-source/content/idm-products/oig/troubleshooting/_index.md @@ -156,7 +156,7 @@ If the domain creation fails while creation domain resources using the `domain.y a. Create a helper pod: ``` - kubectl run --image=container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oigns -- sleep infinity + kubectl run --image=container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8- --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oigns -- sleep infinity ``` b. Clean down the failed domain creation by following steps 1-3 in [Delete the OIG domain home](../manage-oig-domains/delete-domain-home). diff --git a/docs-source/content/idm-products/oud/create-oud-instances/_index.md b/docs-source/content/idm-products/oud/create-oud-instances/_index.md index 4596749c3..869ce38c6 100644 --- a/docs-source/content/idm-products/oud/create-oud-instances/_index.md +++ b/docs-source/content/idm-products/oud/create-oud-instances/_index.md @@ -199,7 +199,7 @@ You can create OUD instances using one of the following methods: ```yaml image: repository: container-registry.oracle.com/middleware/oud_cpu - tag: 12.2.1.4-jdk8-ol8- + tag: 12.2.1.4-jdk8-ol8- pullPolicy: IfNotPresent imagePullSecrets: - name: orclcred @@ -390,7 +390,7 @@ You can create OUD instances using one of the following methods: $ helm install --namespace oudns \ --set oudConfig.rootUserPassword= \ --set persistence.filesystem.hostPath.path=/scratch/shared/oud_user_projects \ - --set image.repository=container-registry.oracle.com/middleware/oud_cpu,image.tag=12.2.1.4-jdk8-ol8- \ + --set image.repository=container-registry.oracle.com/middleware/oud_cpu,image.tag=12.2.1.4-jdk8-ol8- \ --set oudConfig.sampleData="200" \ --set oudConfig.resources.limits.cpu="1",oudConfig.resources.limits.memory="8Gi",oudConfig.resources.requests.cpu="500m",oudConfig.resources.requests.memory="4Gi" \ --set cronJob.kubectlImage.repository=bitnami/kubectl,cronJob.kubectlImage.tag=1.30.3 \ diff --git a/docs-source/content/idm-products/oud/introduction/_index.md b/docs-source/content/idm-products/oud/introduction/_index.md index aca101c57..542f67e77 100644 --- a/docs-source/content/idm-products/oud/introduction/_index.md +++ b/docs-source/content/idm-products/oud/introduction/_index.md @@ -21,7 +21,7 @@ This project has several key features to assist you with deploying and managing ### Current production release -The current production release for the Oracle Unified Directory 12c PS4 (12.2.1.4.0) deployment on Kubernetes is [25.2.1](https://github.com/oracle/fmw-kubernetes/releases). +The current production release for the Oracle Unified Directory 12c PS4 (12.2.1.4.0) deployment on Kubernetes is [25.3.1](https://github.com/oracle/fmw-kubernetes/releases). ### Recent changes and known issues @@ -43,6 +43,8 @@ Please note, you also have the option to follow the Enterprise Deployment Guide To view documentation for an earlier release, see: + +* [Version 25.2.1](https://oracle.github.io/fmw-kubernetes/25.2.1/idm-products/oud/) * [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.1.1/idm-products/oud/) * [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oud/) * [Version 24.3.1](https://oracle.github.io/fmw-kubernetes/24.3.1/idm-products/oud/) diff --git a/docs-source/content/idm-products/oud/patch-and-upgrade/index.md b/docs-source/content/idm-products/oud/patch-and-upgrade/index.md index 090276685..758762efe 100644 --- a/docs-source/content/idm-products/oud/patch-and-upgrade/index.md +++ b/docs-source/content/idm-products/oud/patch-and-upgrade/index.md @@ -7,18 +7,18 @@ description= "This document provides steps to patch or upgrade an OUD image" In this section you learn how to upgrade OUD from a previous version. Follow the section relevant to the version you are upgrading from. -1. [Upgrading to April 25 (25.2.1) from April 23 (23.2.1) or later](#upgrading-to-april-25-2521-from-april-23-2321-or-later) -1. [Upgrading to April 25 (25.2.1) from October 22 (22.4.1) or January 23 (23.1.1)](#upgrading-to-april-25-2521-from-october-22-2241-or-january-23-2311) -1. [Upgrading to April 25 (25.2.1) from July 22 (22.3.1)](#upgrading-to-april-25-2521-from-july-22-2231) -1. [Upgrading to April 25 (25.2.1) from releases prior to July 22 (22.3.1)](#upgrading-to-april-25-2521-from-releases-prior-to-july-22-2231) +1. [Upgrading to July 25 (25.3.1) from April 23 (23.2.1) or later](#upgrading-to-july-25-2531-from-april-23-2321-or-later) +1. [Upgrading to July 25 (25.3.1) from October 22 (22.4.1) or January 23 (23.1.1)](#upgrading-to-july-25-2531-from-october-22-2241-or-january-23-2311) +1. [Upgrading to July 25 (25.3.1) from July 22 (22.3.1)](#upgrading-to-july-25-2531-from-july-22-2231) +1. [Upgrading to July 25 (25.3.1) from releases prior to July 22 (22.3.1)](#upgrading-to-july-25-2531-from-releases-prior-to-july-22-2231) 1. [Upgrading Elasticsearch and Kibana](#upgrading-elasticsearch-and-kibana) **Note**: If on July 22 (22.3.1) or later, and have [Kubernetes Horizontal Pod Autoscaler](../manage-oud-containers/hpa) (HPA) enabled, you must disable HPA before performing the steps in the relevant upgrade section. See [Delete the HPA](../manage-oud-containers/hpa#delete-the-hpa). -### Upgrading to April 25 (25.2.1) from April 23 (23.2.1) or later +### Upgrading to July 25 (25.3.1) from April 23 (23.2.1) or later -The instructions below are for upgrading from April 23 ([23.2.1](https://github.com/oracle/fmw-kubernetes/releases)) or later to April 25 ([25.2.1](https://github.com/oracle/fmw-kubernetes/releases)). +The instructions below are for upgrading from April 23 ([23.2.1](https://github.com/oracle/fmw-kubernetes/releases)) or later to July 25 ([25.3.1](https://github.com/oracle/fmw-kubernetes/releases)). **Note**: If you are not using Oracle Container Registry or your own container registry, then you must first load the new container image on all nodes in your Kubernetes cluster. @@ -43,7 +43,7 @@ The instructions below are for upgrading from April 23 ([23.2.1](https://github. ```yaml image: repository: container-registry.oracle.com/middleware/oud_cpu - tag: 12.2.1.4-jdk8-ol8- + tag: 12.2.1.4-jdk8-ol8- imagePullSecrets: - name: orclcred ``` @@ -86,9 +86,9 @@ The instructions below are for upgrading from April 23 ([23.2.1](https://github. oud-ds-rs oud-ds-rs --reuse-values ``` -### Upgrading to April 25 (25.2.1) from October 22 (22.4.1) or January 23 (23.1.1) +### Upgrading to July 25 (25.3.1) from October 22 (22.4.1) or January 23 (23.1.1) -The instructions below are for upgrading from October 22 ([22.4.1](https://github.com/oracle/fmw-kubernetes/releases)) or April 23 ([23.1.1](https://github.com/oracle/fmw-kubernetes/releases)), to April 25 ([25.2.1](https://github.com/oracle/fmw-kubernetes/releases)). +The instructions below are for upgrading from October 22 ([22.4.1](https://github.com/oracle/fmw-kubernetes/releases)) or April 23 ([23.1.1](https://github.com/oracle/fmw-kubernetes/releases)), to July 25 ([25.3.1](https://github.com/oracle/fmw-kubernetes/releases)). **Note**: If you are not using Oracle Container Registry or your own container registry, then you must first load the new container image on all nodes in your Kubernetes cluster. @@ -175,7 +175,7 @@ The instructions below are for upgrading from October 22 ([22.4.1](https://githu $ helm upgrade -n oudns --set replicaCount=1 oud-ds-rs oud-ds-rs --reuse-values ``` - **Note**: The `$WORKDIR` is the directory for your existing release, not April 25. + **Note**: The `$WORKDIR` is the directory for your existing release, not July 25. The output will be similar to the following: @@ -238,7 +238,7 @@ The instructions below are for upgrading from October 22 ([22.4.1](https://githu -#### Setup the April 25 code repository to deploy OUD +#### Setup the July 25 code repository to deploy OUD 1. Create a working directory on the persistent volume to setup the latest source code: @@ -307,7 +307,7 @@ The instructions below are for upgrading from October 22 ([22.4.1](https://githu ```yaml image: repository: container-registry.oracle.com/middleware/oud_cpu - tag: 12.2.1.4-jdk8-ol8- + tag: 12.2.1.4-jdk8-ol8- pullPolicy: IfNotPresent imagePullSecrets: - name: orclcred @@ -399,7 +399,7 @@ The instructions below are for upgrading from October 22 ([22.4.1](https://githu ```bash ... - Image: container-registry.oracle.com/middleware/oud_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oud_cpu:12.2.1.4-jdk8-ol8- Image ID: container-registry.oracle.com/middleware/oud_cpu@sha256: ``` @@ -465,15 +465,15 @@ The instructions below are for upgrading from October 22 ([22.4.1](https://githu ``` -### Upgrading to April 25 (25.2.1) from July 22 (22.3.1) +### Upgrading to July 25 (25.3.1) from July 22 (22.3.1) -The instructions below are for upgrading from July 22 ([22.3.1](https://github.com/oracle/fmw-kubernetes/releases)) to April 25 ([25.2.1](https://github.com/oracle/fmw-kubernetes/releases)). +The instructions below are for upgrading from July 22 ([22.3.1](https://github.com/oracle/fmw-kubernetes/releases)) to July 25 ([25.3.1](https://github.com/oracle/fmw-kubernetes/releases)). -1. Follow [Upgrading to April 25 (25.2.1) from October 22 (22.4.1) or January 23 (23.1.1)](#upgrading-to-april-25-2521-from-october-22-2241-or-january-23-2311) to upgrade the image. +1. Follow [Upgrading to July 25 (25.3.1) from October 22 (22.4.1) or January 23 (23.1.1)](#upgrading-to-july-25-2531-from-october-22-2241-or-january-23-2311) to upgrade the image. 1. Once the image is upgraded, follow [Upgrading Elasticsearch and Kibana](#upgrading-elasticsearch-and-kibana). -### Upgrading to April 25 (25.2.1) from releases prior to July 22 (22.3.1) +### Upgrading to July 25 (25.3.1) from releases prior to July 22 (22.3.1) In releases prior to July 22 ([22.3.1](https://github.com/oracle/fmw-kubernetes/releases)) OUD used pod based deployment. From July 22 ([22.3.1](https://github.com/oracle/fmw-kubernetes/releases)) onwards OUD is deployed using [StatefulSets](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/). @@ -628,7 +628,7 @@ If you are upgrading from a release prior to July 22 ([22.3.1](https://github.co ```yaml image: repository: container-registry.oracle.com/middleware/oud_cpu - tag: 12.2.1.4-jdk8-ol8- + tag: 12.2.1.4-jdk8-ol8- pullPolicy: IfNotPresent imagePullSecrets: - name: orclcred @@ -702,7 +702,7 @@ If you are upgrading from a release prior to July 22 ([22.3.1](https://github.co This section shows how to upgrade Elasticsearch and Kibana. From October 22 (22.4.1) onwards, OUD logs should be stored on a centralized Elasticsearch and Kibana stack. -***Note***: This section should only be followed if upgrading from July 22 (22.3.1) or earlier to April 25 (25.2.1). If you are upgrading from October 22 or later to April 25 do not follow this section. +***Note***: This section should only be followed if upgrading from July 22 (22.3.1) or earlier to July 25 (25.3.1). If you are upgrading from October 22 or later to July 25 do not follow this section. #### Undeploy Elasticsearch and Kibana @@ -711,7 +711,7 @@ From October 22 (22.4.1) onwards, OUD logs should be stored on a centralized Ela Deployments prior to October 22 (22.4.1) used local deployments of Elasticsearch and Kibana. -If you are upgrading from July 22 (22.3.1) or earlier, to April 25 (25.2.1), you must first undeploy Elasticsearch and Kibana using the steps below: +If you are upgrading from July 22 (22.3.1) or earlier, to July 25 (25.3.1), you must first undeploy Elasticsearch and Kibana using the steps below: 1. Navigate to the `$WORKDIR/kubernetes/helm` directory and create a `logging-override-values-uninstall.yaml` with the following: diff --git a/docs-source/content/idm-products/oud/prepare-your-environment/_index.md b/docs-source/content/idm-products/oud/prepare-your-environment/_index.md index 164a06f66..02989e797 100644 --- a/docs-source/content/idm-products/oud/prepare-your-environment/_index.md +++ b/docs-source/content/idm-products/oud/prepare-your-environment/_index.md @@ -54,7 +54,7 @@ The OUD Kubernetes deployment requires access to an OUD container image. The ima #### Prebuilt OUD container image -The prebuilt OUD April 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Unified Directory 12.2.1.4.0, the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.. +The prebuilt OUD July 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Unified Directory 12.2.1.4.0, the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.. **Note**: Before using this image you must login to [Oracle Container Registry](https://container-registry.oracle.com), navigate to `Middleware` > `oud_cpu` and accept the license agreement. diff --git a/docs-source/content/idm-products/oud/release-notes/_index.md b/docs-source/content/idm-products/oud/release-notes/_index.md index 0882aab15..4d0fd03ed 100644 --- a/docs-source/content/idm-products/oud/release-notes/_index.md +++ b/docs-source/content/idm-products/oud/release-notes/_index.md @@ -10,6 +10,9 @@ Review the latest changes and known issues for Oracle Unified Directory on Kuber | Date | Version | Change | | --- | --- | --- | +| July, 2025 | 25.3.1 | Supports Oracle Unified Directory 12.2.1.4 domain deployment using the July 2025 container image which contains the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| +| | | This release contains no changes other than support for the July Patch Set Update. +| | | To upgrade to July 25 (25.3.1) you must follow the instructions in [Patch and Upgrade](../patch-and-upgrade).| | April, 2025 | 25.2.1 | Supports Oracle Unified Directory 12.2.1.4 domain deployment using the April 2025 container image which contains the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| | | | This release contains no changes other than support for the April Patch Set Update. | | | To upgrade to April 25 (25.2.1) you must follow the instructions in [Patch and Upgrade](../patch-and-upgrade).| diff --git a/docs-source/content/idm-products/oud/troubleshooting/_index.md b/docs-source/content/idm-products/oud/troubleshooting/_index.md index cce9fe76c..cf4a79623 100644 --- a/docs-source/content/idm-products/oud/troubleshooting/_index.md +++ b/docs-source/content/idm-products/oud/troubleshooting/_index.md @@ -145,7 +145,7 @@ Init Containers: Containers: oud-ds-rs: Container ID: cri-o://d691b090dfbb1ee1b8606952497d80642424a82a2290071b325ea720098817c3 - Image: container-registry.oracle.com/middleware/oud_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oud_cpu:12.2.1.4-jdk8-ol8- Image ID: container-registry.oracle.com/middleware/oud_cpu@sha256:faca16dbbcda1985ff567eefe3f2ca7bae6cbbb7ebcd296fffb040ce61e9396a Ports: 1444/TCP, 1888/TCP, 1389/TCP, 1636/TCP, 1080/TCP, 1081/TCP, 1898/TCP Host Ports: 0/TCP, 0/TCP, 0/TCP, 0/TCP, 0/TCP, 0/TCP, 0/TCP diff --git a/docs-source/content/idm-products/oudsm/introduction/_index.md b/docs-source/content/idm-products/oudsm/introduction/_index.md index 967cc4b11..9c8697575 100644 --- a/docs-source/content/idm-products/oudsm/introduction/_index.md +++ b/docs-source/content/idm-products/oudsm/introduction/_index.md @@ -13,7 +13,7 @@ Follow the instructions in this guide to set up Oracle Unified Directory Service ### Current production release -The current production release for the Oracle Unified Directory 12c PS4 (12.2.1.4.0) deployment on Kubernetes is [25.2.1](https://github.com/oracle/fmw-kubernetes/releases). +The current production release for the Oracle Unified Directory 12c PS4 (12.2.1.4.0) deployment on Kubernetes is [25.3.1](https://github.com/oracle/fmw-kubernetes/releases). ### Recent changes and known issues @@ -35,6 +35,7 @@ Please note, you also have the option to follow the Enterprise Deployment Guide To view documentation for an earlier release, see: +* [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.2.1/idm-products/oudsm/) * [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.1.1/idm-products/oudsm/) * [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oudsm/) * [Version 24.3.1](https://oracle.github.io/fmw-kubernetes/24.3.1/idm-products/oudsm/) diff --git a/docs-source/content/idm-products/oudsm/release-notes/_index.md b/docs-source/content/idm-products/oudsm/release-notes/_index.md index 625700929..ef5db81bd 100644 --- a/docs-source/content/idm-products/oudsm/release-notes/_index.md +++ b/docs-source/content/idm-products/oudsm/release-notes/_index.md @@ -10,6 +10,13 @@ Review the latest changes and known issues for Oracle Unified Directory Services | Date | Version | Change | | --- | --- | --- | +| July, 2025 | 25.3.1 | Supports Oracle Unified Directory Services Manager 12.2.1.4 domain deployment using the July 2025 container image which contains the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| +| | | If upgrading to July 25 (25.3.1) from October 22 (22.4.1) or later, upgrade as follows:| +| | | 1. Patch the OUDSM container image to July 25| +| | | If upgrading to July 25 (25.3.1) from July 22 (22.3.1) or earlier, you must upgrade the following in order:| +| | | 1. Patch the OUDSM container image to July 25| +| | | 2. Upgrade Elasticsearch and Kibana.| +| | | To upgrade to July 25 (25.3.1) you must follow the instructions in [Patch and Upgrade](../patch-and-upgrade).| | April, 2025 | 25.2.1 | Supports Oracle Unified Directory Services Manager 12.2.1.4 domain deployment using the April 2025 container image which contains the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.| | | | If upgrading to April 25 (25.2.1) from October 22 (22.4.1) or later, upgrade as follows:| | | | 1. Patch the OUDSM container image to April 25| diff --git a/docs-source/content/idm-products/oudsm/troubleshooting/_index.md b/docs-source/content/idm-products/oudsm/troubleshooting/_index.md index bfcb65942..2224e4713 100644 --- a/docs-source/content/idm-products/oudsm/troubleshooting/_index.md +++ b/docs-source/content/idm-products/oudsm/troubleshooting/_index.md @@ -105,7 +105,7 @@ IPs: Containers: oudsm: Container ID: cri-o://37dbe00257095adc0a424b8841db40b70bbb65645451e0bc53718a0fd7ce22e4 - Image: container-registry.oracle.com/middleware/oudsm_cpu:12.2.1.4-jdk8-ol8- + Image: container-registry.oracle.com/middleware/oudsm_cpu:12.2.1.4-jdk8-ol8- Image ID: container-registry.oracle.com/middleware/oudsm_cpu@sha256:47960d36d502d699bfd8f9b1be4c9216e302db95317c288f335f9c8a32974f2c Ports: 7001/TCP, 7002/TCP Host Ports: 0/TCP, 0/TCP @@ -151,7 +151,7 @@ Events: ---- ------ ---- ---- ------- Warning FailedScheduling 39m default-scheduler 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. Normal Scheduled 39m default-scheduler Successfully assigned oudsmns/oudsm-1 to - Normal Pulled 39m kubelet Container image "container-registry.oracle.com/middleware/oudsm_cpu:12.2.1.4-jdk8-ol8-" already present on machine + Normal Pulled 39m kubelet Container image "container-registry.oracle.com/middleware/oudsm_cpu:12.2.1.4-jdk8-ol8-" already present on machine Normal Created 39m kubelet Created container oudsm Normal Started 39m kubelet Started container oudsm diff --git a/docs-source/content/ohs/introduction/_index.md b/docs-source/content/ohs/introduction/_index.md index b4b8808db..339522a8b 100644 --- a/docs-source/content/ohs/introduction/_index.md +++ b/docs-source/content/ohs/introduction/_index.md @@ -11,7 +11,7 @@ Oracle HTTP Server (OHS) 12.2.1.4 is supported for deployment on Kubernetes. ### Current production release -The current production release for the Oracle HTTP Server 12.2.1.4 deployment on Kubernetes is [25.2.1](https://github.com/oracle/fmw-kubernetes/releases). +The current production release for the Oracle HTTP Server 12.2.1.4 deployment on Kubernetes is [25.3.1](https://github.com/oracle/fmw-kubernetes/releases). ### Recent changes and known issues @@ -94,6 +94,7 @@ For detailed information about the above deployments, start at [Prerequisites](. To view documentation for an earlier release, see: +* [Version 25.2.1](https://oracle.github.io/fmw-kubernetes/25.2.1/ohs/) * [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.1.1/ohs/) * [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/ohs/) diff --git a/docs-source/content/ohs/prepare-your-environment/_index.md b/docs-source/content/ohs/prepare-your-environment/_index.md index 9a8bfb6ad..42ad63ebd 100644 --- a/docs-source/content/ohs/prepare-your-environment/_index.md +++ b/docs-source/content/ohs/prepare-your-environment/_index.md @@ -61,7 +61,7 @@ The OHS Kubernetes deployment requires access to an OHS container image. The ima ### Prebuilt OHS container image -The prebuilt OHS April 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle HTTP Server 12.2.1.4.0, the April 2025 Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program. +The prebuilt OHS July 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle HTTP Server 12.2.1.4.0, the July 2025 Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program. **Note**: Before using this image you must login to [Oracle Container Registry](https://container-registry.oracle.com), navigate to `Middleware` > `ohs_cpu` and accept the license agreement. @@ -503,7 +503,7 @@ In this section you prepare the `ohs.yaml` file ready for OHS deployment. spec: containers: - name: ohs - image: container-registry.oracle.com/middleware/ohs_cpu:12.2.1.4-db19-jdk8-ol8- + image: container-registry.oracle.com/middleware/ohs_cpu:12.2.1.4-db19-jdk8-ol8- env: - name: DEPLOY_WG value: "true" diff --git a/docs-source/content/ohs/release-notes/_index.md b/docs-source/content/ohs/release-notes/_index.md index 2a392c66e..81d300b00 100644 --- a/docs-source/content/ohs/release-notes/_index.md +++ b/docs-source/content/ohs/release-notes/_index.md @@ -10,6 +10,7 @@ Review the latest changes and known issues for Oracle HTTP Server on Kubernetes. | Date | Version | Change | | --- | --- | --- | +| July 2025 | 25.3.1 | Supports Oracle HTTP Server 12.2.1.4 deployment using the July 2025 container image which contains the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.|| | April 2025 | 25.2.1 | Supports Oracle HTTP Server 12.2.1.4 deployment using the April 2025 container image which contains the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.|| | January 2025 | 25.1.1 | Supports Oracle HTTP Server 12.2.1.4 deployment using the January 2025 container image which contains the January Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.|| | October 2024 | 24.4.1 | Initial release of Oracle HTTP Server on Kubernetes. Supports Oracle HTTP Server 12.2.1.4 deployment using the October 2024 container image which contains the October Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.||