diff --git a/README.md b/README.md
index 1bc079e3cc5..b67ea72f0b1 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ You can:
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
***
-The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.2.
-This release was published on August 9, 2022.
+The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.3.
+This release was published on August 25, 2022.
***
## Documentation
diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt
index e899b159c51..a6d0f33c845 100644
--- a/THIRD_PARTY_LICENSES.txt
+++ b/THIRD_PARTY_LICENSES.txt
@@ -1,4 +1,4 @@
-oracle.kubernetes:operator-parent:3.4.2
+oracle.kubernetes:operator-parent:3.4.3
-------- Copyrights
Copyright (c) 2017, 2021, Oracle and/or its affiliates.
Copyright (c) 2017, 2021 Oracle and/or its affiliates.
diff --git a/buildDockerImage.sh b/buildDockerImage.sh
index 6e940c2b1b5..569401e4f08 100755
--- a/buildDockerImage.sh
+++ b/buildDockerImage.sh
@@ -33,7 +33,7 @@ while getopts "t:" optname; do
esac
done
-IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.2}
+IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.3}
SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
# Proxy settings
diff --git a/documentation/3.4/content/_index.md b/documentation/3.4/content/_index.md
index cc913701cf5..c820280c7c4 100644
--- a/documentation/3.4/content/_index.md
+++ b/documentation/3.4/content/_index.md
@@ -31,7 +31,7 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
#### Current production release
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is {{< latestVersion >}}.
-This release was published on August 9, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
+This release was published on August 25, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
***
diff --git a/documentation/3.4/content/release-notes.md b/documentation/3.4/content/release-notes.md
index e8360b86509..dc6a2fbb488 100644
--- a/documentation/3.4/content/release-notes.md
+++ b/documentation/3.4/content/release-notes.md
@@ -6,54 +6,60 @@ draft: false
### Releases
-| Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). |
-|--------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| August 9, 2022 | v3.4.2 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
-| June 13, 2022 | v3.4.1 | no | Resolved several issues related to Model in Image and introspection. |
-| April 22, 2022 | v3.4.0 | no | Kubernetes 1.22 and 1.23 support, Fluentd sidecar injection, and dependency updates including WebLogic Monitoring Exporter 2.0.5. |
-| February 18, 2022 | v3.3.8 | no | Resolved several issues related to WDT 2.0, Istio, and auxiliary images. |
-| December 21, 2021 | v3.3.7 | no | Resolved two issues related to auxiliary images. |
-| November 24, 2021 | v3.3.6 | no | Support added for a `hostAliases` field for WebLogic Server pod generation. |
-| November 23, 2021 | v3.3.5 | no | Resolved several issues, including an issue related to collecting logs from failed Model in Image domains that used auxiliary images and an issue related to reading PodDisruptionBudget resources not created by the operator. |
-| November 9, 2021 | v3.3.4 | no | Resolved an issue related to Model in Image domains and enabling WebLogic secure mode. |
-| November 1, 2021 | v3.3.3 | no | Resolved an issue related to WebLogic cluster replication with Istio 1.10 and resolved several issues related to introspector failure, retry, and status. |
-| September 24, 2021 | v3.3.2 | no | Istio 1.10 support, enhanced liveness and readiness probe customization to support customizing failure thresholds, and additional validations. |
-| August 23, 2021 | v3.3.1 | no | Resolved an issue related to managed Coherence cluster formation when using Istio and another issue related to Secret and ConfigMap validation. |
-| July 20, 2021 | v3.3.0 | no | Auxiliary image support. |
-| June 21, 2021 | v3.2.5 | no | Updated Oracle Linux libraries and resolved an issue related to repeated introspection. |
-| June 18, 2021 | v3.2.4 | no | Resolved several issues related to Istio, diagnostics, and recovery. |
-| May 21, 2021 | v3.2.3 | no | Resolved several issues, including an issue related to preserving the operator-generated internal certificate, corrected the monitoring exporter integration to include the Administration Server, enhanced the model-in-image support to not require the use of configuration overrides, and updated the domain-home-in-image samples to support the WebLogic Image Tool. |
-| April 27, 2021 | v3.2.2 | no | Resolved a set of issues with many related to reducing the operator's network utilization. |
-| April 5, 2021 | v3.2.1 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
-| March 31, 2021 | v3.2.0 | no | Online updates for dynamic changes for Model in Image, injection of the WebLogic Monitoring Exporter, other features, and a significant number of additional fixes. |
-| March 1, 2021 | v3.1.4 | no | Resolved an issue where the operator would ignore live data that was older than cached data, such as following an etcd restore and updated Kubernetes Java Client and Bouncy Castle dependencies. |
-| February 12, 2021 | v3.1.3 | no | Resolved a pair of issues related to the operator running well in very large Kubernetes clusters. |
-| January 22, 2021 | v3.1.2 | no | Resolved an issue where the operator failed to start servers in which the pods were configured to have an annotation containing a forward slash. |
-| December 17, 2020 | v3.1.1 | no | Resolved an issue that caused unexpected server restarts when the domain had multiple WebLogic clusters. |
-| November 24, 2020 | v3.0.4 | no | This release contains a back-ported fix from 3.1.0 for Managed Server pods that do not properly restart following a rolling activity. |
-| November 13, 2020 | v3.1.0 | no | Enhanced options for specifying managed namespaces. Helm 3.1.3+ now required. Added support for Tanzu Kubernetes Service. |
-| November 9, 2020 | v3.0.3 | no | This release contains a fix for pods that are stuck in the Terminating state after an unexpected shut down of a worker node. |
-| September 15, 2020 | v3.0.2 | no | This release contains several fixes, including improvements to log rotation and a fix that avoids unnecessarily updating the domain status. |
-| August 13, 2020 | v3.0.1 | no | Fixed an issue preventing the REST interface from working after a Helm upgrade. Helm 3.1.3+ now required. |
-| July 17, 2020 | v3.0.0 | yes; for more information, see [Upgrade the operator]({{< relref "/userguide/managing-operators/installation.md#upgrade-the-operator" >}}). | Adds Model in Image feature and support for applying topology and configuration override changes without downtime. Removal of support for Helm 2.x. Operator performance improvements to manage many domains in the same Kubernetes cluster. |
-| June 22, 2020 | v2.6.0 | no | Kubernetes 1.16, 1.17, and 1.18 support. Removal of support for Kubernetes 1.13 and earlier. This release can be run in the same cluster with operators of either 2.5.0 and below, or with 3.x providing an upgrade path. Certified support of Oracle Linux Cloud Native Environment (OLCNE) 1.1 with Kubernetes 1.17.0. |
-| February 26, 2020 | v2.5.0 | no | Support for Helm 3.x and OpenShift 4.3. Operator can be installed in a namespace-dedicated mode where operator requires no cluster-level Kubernetes privileges. This version is not supported on Kubernetes 1.16+; check the [prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}). |
-| November 15, 2019 | v2.4.0 | no | Includes fixes for a variety of issues related to FMW infrastructure domains and pod variable substitution. Operator now uses WebLogic Deploy Tooling 1.6.0 and the latest version of the Kubernetes Java Client. |
-| August 27, 2019 | v2.3.0 | no | Added support for Coherence cluster rolling, pod templating and additional pod content, and experimental support for running under an Istio service mesh. |
+| Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). |
+|--------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| August 25, 2022 | v3.4.3 | no | Resolved an issue related to introspector failure for non-English locales and improved concurrency for managing configuration override files. |
+| August 9, 2022 | v3.4.2 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
+| June 13, 2022 | v3.4.1 | no | Resolved several issues related to Model in Image and introspection. |
+| April 22, 2022 | v3.4.0 | no | Kubernetes 1.22 and 1.23 support, Fluentd sidecar injection, and dependency updates including WebLogic Monitoring Exporter 2.0.5. |
+| February 18, 2022 | v3.3.8 | no | Resolved several issues related to WDT 2.0, Istio, and auxiliary images. |
+| December 21, 2021 | v3.3.7 | no | Resolved two issues related to auxiliary images. |
+| November 24, 2021 | v3.3.6 | no | Support added for a `hostAliases` field for WebLogic Server pod generation. |
+| November 23, 2021 | v3.3.5 | no | Resolved several issues, including an issue related to collecting logs from failed Model in Image domains that used auxiliary images and an issue related to reading PodDisruptionBudget resources not created by the operator. |
+| November 9, 2021 | v3.3.4 | no | Resolved an issue related to Model in Image domains and enabling WebLogic secure mode. |
+| November 1, 2021 | v3.3.3 | no | Resolved an issue related to WebLogic cluster replication with Istio 1.10 and resolved several issues related to introspector failure, retry, and status. |
+| September 24, 2021 | v3.3.2 | no | Istio 1.10 support, enhanced liveness and readiness probe customization to support customizing failure thresholds, and additional validations. |
+| August 23, 2021 | v3.3.1 | no | Resolved an issue related to managed Coherence cluster formation when using Istio and another issue related to Secret and ConfigMap validation. |
+| July 20, 2021 | v3.3.0 | no | Auxiliary image support. |
+| June 21, 2021 | v3.2.5 | no | Updated Oracle Linux libraries and resolved an issue related to repeated introspection. |
+| June 18, 2021 | v3.2.4 | no | Resolved several issues related to Istio, diagnostics, and recovery. |
+| May 21, 2021 | v3.2.3 | no | Resolved several issues, including an issue related to preserving the operator-generated internal certificate, corrected the monitoring exporter integration to include the Administration Server, enhanced the model-in-image support to not require the use of configuration overrides, and updated the domain-home-in-image samples to support the WebLogic Image Tool. |
+| April 27, 2021 | v3.2.2 | no | Resolved a set of issues with many related to reducing the operator's network utilization. |
+| April 5, 2021 | v3.2.1 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
+| March 31, 2021 | v3.2.0 | no | Online updates for dynamic changes for Model in Image, injection of the WebLogic Monitoring Exporter, other features, and a significant number of additional fixes. |
+| March 1, 2021 | v3.1.4 | no | Resolved an issue where the operator would ignore live data that was older than cached data, such as following an etcd restore and updated Kubernetes Java Client and Bouncy Castle dependencies. |
+| February 12, 2021 | v3.1.3 | no | Resolved a pair of issues related to the operator running well in very large Kubernetes clusters. |
+| January 22, 2021 | v3.1.2 | no | Resolved an issue where the operator failed to start servers in which the pods were configured to have an annotation containing a forward slash. |
+| December 17, 2020 | v3.1.1 | no | Resolved an issue that caused unexpected server restarts when the domain had multiple WebLogic clusters. |
+| November 24, 2020 | v3.0.4 | no | This release contains a back-ported fix from 3.1.0 for Managed Server pods that do not properly restart following a rolling activity. |
+| November 13, 2020 | v3.1.0 | no | Enhanced options for specifying managed namespaces. Helm 3.1.3+ now required. Added support for Tanzu Kubernetes Service. |
+| November 9, 2020 | v3.0.3 | no | This release contains a fix for pods that are stuck in the Terminating state after an unexpected shut down of a worker node. |
+| September 15, 2020 | v3.0.2 | no | This release contains several fixes, including improvements to log rotation and a fix that avoids unnecessarily updating the domain status. |
+| August 13, 2020 | v3.0.1 | no | Fixed an issue preventing the REST interface from working after a Helm upgrade. Helm 3.1.3+ now required. |
+| July 17, 2020 | v3.0.0 | yes; for more information, see [Upgrade the operator]({{< relref "/userguide/managing-operators/installation.md#upgrade-the-operator" >}}). | Adds Model in Image feature and support for applying topology and configuration override changes without downtime. Removal of support for Helm 2.x. Operator performance improvements to manage many domains in the same Kubernetes cluster. |
+| June 22, 2020 | v2.6.0 | no | Kubernetes 1.16, 1.17, and 1.18 support. Removal of support for Kubernetes 1.13 and earlier. This release can be run in the same cluster with operators of either 2.5.0 and below, or with 3.x providing an upgrade path. Certified support of Oracle Linux Cloud Native Environment (OLCNE) 1.1 with Kubernetes 1.17.0. |
+| February 26, 2020 | v2.5.0 | no | Support for Helm 3.x and OpenShift 4.3. Operator can be installed in a namespace-dedicated mode where operator requires no cluster-level Kubernetes privileges. This version is not supported on Kubernetes 1.16+; check the [prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}). |
+| November 15, 2019 | v2.4.0 | no | Includes fixes for a variety of issues related to FMW infrastructure domains and pod variable substitution. Operator now uses WebLogic Deploy Tooling 1.6.0 and the latest version of the Kubernetes Java Client. |
+| August 27, 2019 | v2.3.0 | no | Added support for Coherence cluster rolling, pod templating and additional pod content, and experimental support for running under an Istio service mesh. |
| June 20, 2019 | v2.2.1 | no | The operator now supports Kubernetes 1.14.0+. This release is primarily a bug fix release and resolves the following issues: Servers in domains, where the domain home is on a persistent volume, would sometimes fail to start. These failures would be during the introspection phase following a full domain shutdown. Now, the introspection script better handles the relevant error conditions. Also, now the Domain provides an option to [pre-create Kubernetes Services](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/documentation/domains/Domain.md#server-service) for WebLogic Servers that are not yet running so that the DNS addresses of these services are resolvable. These services are now created as non-headless so that they have an IP address. |
-| June 6, 2019 | v2.2.0 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11. |
-| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods. |
-| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing. |
-| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates. |
-| January 16, 2019 | v2.0-rc2 | yes | Schema updates are completed, and various bugs fixed. |
-| December 20, 2018 | v2.0-rc1 | yes | Operator is now installed using Helm charts, replacing the earlier scripts. The operator now supports the domain home on a persistent volume or in image use cases, which required a redesign of the domain schema. You can override the domain configuration using configuration override templates. Now load balancers and ingresses can be independently configured. You can direct WebLogic logs to a persistent volume or to the pod's log. Added life cycle support for servers and significantly enhanced configurability for generated pods. The final v2.0 release will be the initial release where the operator team intends to provide backward compatibility as part of future releases. |
-| September 11, 2018 | v1.1 | no | Enhanced the documentation and fixed various bugs. |
-| May 7, 2018 | v1.0 | no | Added support for dynamic clusters, the Apache HTTP Server, the Voyager Ingress Controller, and for PV in NFS storage for multi-node environments. |
-| April 4, 2018 | v0.2 | yes | Many Kubernetes artifact names and labels have changed. Also, the names of generated YAML files for creating a domain's PV and PVC have changed. Because of these changes, customers must recreate their operators and domains. |
-| March 20, 2018 | v0.1 | yes | Several files and input parameters have been renamed. This affects how operators and domains are created. It also changes generated Kubernetes artifacts, therefore customers must recreate their operators and domains. |
+| June 6, 2019 | v2.2.0 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11. |
+| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods. |
+| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing. |
+| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates. |
+| January 16, 2019 | v2.0-rc2 | yes | Schema updates are completed, and various bugs fixed. |
+| December 20, 2018 | v2.0-rc1 | yes | Operator is now installed using Helm charts, replacing the earlier scripts. The operator now supports the domain home on a persistent volume or in image use cases, which required a redesign of the domain schema. You can override the domain configuration using configuration override templates. Now load balancers and ingresses can be independently configured. You can direct WebLogic logs to a persistent volume or to the pod's log. Added life cycle support for servers and significantly enhanced configurability for generated pods. The final v2.0 release will be the initial release where the operator team intends to provide backward compatibility as part of future releases. |
+| September 11, 2018 | v1.1 | no | Enhanced the documentation and fixed various bugs. |
+| May 7, 2018 | v1.0 | no | Added support for dynamic clusters, the Apache HTTP Server, the Voyager Ingress Controller, and for PV in NFS storage for multi-node environments. |
+| April 4, 2018 | v0.2 | yes | Many Kubernetes artifact names and labels have changed. Also, the names of generated YAML files for creating a domain's PV and PVC have changed. Because of these changes, customers must recreate their operators and domains. |
+| March 20, 2018 | v0.1 | yes | Several files and input parameters have been renamed. This affects how operators and domains are created. It also changes generated Kubernetes artifacts, therefore customers must recreate their operators and domains. |
### Change log
+#### Operator 3.4.3
+
+* Resolved an issue where introspection would fail due to the node manager for non-English locales ([#3328](https://github.com/oracle/weblogic-kubernetes-operator/pull/3328)).
+* Resolved an issue related to configuration override files where servers may fail to start because another server was updating files on a shared volume ([#3359](https://github.com/oracle/weblogic-kubernetes-operator/pull/3359)).
+
#### Operator 3.4.2
* Updated several dependencies, including the Oracle Linux base for the container image.
diff --git a/documentation/3.4/content/samples/azure-kubernetes-service/domain-on-pv.md b/documentation/3.4/content/samples/azure-kubernetes-service/domain-on-pv.md
index 93f9b15ba52..ab6a5f9886f 100644
--- a/documentation/3.4/content/samples/azure-kubernetes-service/domain-on-pv.md
+++ b/documentation/3.4/content/samples/azure-kubernetes-service/domain-on-pv.md
@@ -26,7 +26,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
##### Clone WebLogic Kubernetes Operator repository
-Clone the [WebLogic Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. You will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.4.2, but should work with the latest release.
+Clone the [WebLogic Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. You will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.4.3, but should work with the latest release.
```shell
$ git clone --branch v{{< latestVersion >}} https://github.com/oracle/weblogic-kubernetes-operator.git
diff --git a/documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md b/documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md
index 0205b28fc80..a93b97ae7ad 100644
--- a/documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md
+++ b/documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md
@@ -27,7 +27,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
##### Clone WebLogic Kubernetes Operator repository
-Clone the [WebLogic Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.4.2, but should work with the latest release.
+Clone the [WebLogic Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.4.3, but should work with the latest release.
```shell
$ git clone --branch v{{< latestVersion >}} https://github.com/oracle/weblogic-kubernetes-operator.git
@@ -79,7 +79,7 @@ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-ope
```
$ helm install weblogic-operator weblogic-operator/weblogic-operator \
--namespace sample-weblogic-operator-ns \
- --set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.4.2 \
+ --set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.4.3 \
--set serviceAccount=sample-weblogic-operator-sa \
--set "enableClusterRoleBinding=true" \
--set "domainNamespaceSelectionStrategy=LabelSelector" \
@@ -98,7 +98,7 @@ REVISION: 1
TEST SUITE: None
```
-{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `3.4.2` in the preceding command with the other version number. To see the list of version numbers, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
+{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `3.4.3` in the preceding command with the other version number. To see the list of version numbers, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
{{% /notice %}}
diff --git a/documentation/3.4/layouts/shortcodes/latestVersion.html b/documentation/3.4/layouts/shortcodes/latestVersion.html
index a423d4217b9..8a0feb98cae 100644
--- a/documentation/3.4/layouts/shortcodes/latestVersion.html
+++ b/documentation/3.4/layouts/shortcodes/latestVersion.html
@@ -1 +1 @@
-3.4.2
\ No newline at end of file
+3.4.3
\ No newline at end of file
diff --git a/documentation/charts/index.yaml b/documentation/charts/index.yaml
index 84e1c3d8629..55f8aac73cb 100644
--- a/documentation/charts/index.yaml
+++ b/documentation/charts/index.yaml
@@ -1,9 +1,19 @@
apiVersion: v1
entries:
weblogic-operator:
+ - apiVersion: v1
+ appVersion: 3.4.3
+ created: "2022-08-25T16:35:56.112211-04:00"
+ description: Helm chart for configuring the WebLogic operator.
+ digest: e4032f361ffeded5750b9401e92805eba566043a0e9e071761f492c4d226903f
+ name: weblogic-operator
+ type: application
+ urls:
+ - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.4.3.tgz
+ version: 3.4.3
- apiVersion: v1
appVersion: 3.4.2
- created: "2022-08-09T16:01:27.624281-04:00"
+ created: "2022-08-25T16:35:56.073902-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 1071bfe9e8d7c4abc832b2cf912ec5cf7bd0cf02a2e2c917ea87951f2830b4bc
name: weblogic-operator
@@ -13,7 +23,7 @@ entries:
version: 3.4.2
- apiVersion: v1
appVersion: 3.4.1
- created: "2022-08-09T16:01:27.623295-04:00"
+ created: "2022-08-25T16:35:56.07216-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: c18f0434f28ada1686c0f1a83e522cb483fc83845bf2baa385b97a4ffca69624
name: weblogic-operator
@@ -23,7 +33,7 @@ entries:
version: 3.4.1
- apiVersion: v1
appVersion: 3.4.0
- created: "2022-08-09T16:01:27.62144-04:00"
+ created: "2022-08-25T16:35:56.070499-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 7554a293289769fd4b33a74dab17c055ef6aa17b3ff311ec5560af4f75192e79
name: weblogic-operator
@@ -33,7 +43,7 @@ entries:
version: 3.4.0
- apiVersion: v1
appVersion: 3.3.8
- created: "2022-08-09T16:01:27.619001-04:00"
+ created: "2022-08-25T16:35:56.06809-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: c276f25b1c3bc265800459dedc3297d1dada17f2cb94891724bb272c2eefc9fb
name: weblogic-operator
@@ -43,7 +53,7 @@ entries:
version: 3.3.8
- apiVersion: v1
appVersion: 3.3.7
- created: "2022-08-09T16:01:27.579827-04:00"
+ created: "2022-08-25T16:35:56.066281-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 17149bc17bd0029f376cc1c2cb4d11ee84bc94e9d511bc6e9c94e0f36d48f828
name: weblogic-operator
@@ -53,7 +63,7 @@ entries:
version: 3.3.7
- apiVersion: v1
appVersion: 3.3.6
- created: "2022-08-09T16:01:27.578031-04:00"
+ created: "2022-08-25T16:35:56.063199-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: a287cca3b371297c4746197f5465af56827a8726056184f0f702698012915733
name: weblogic-operator
@@ -63,7 +73,7 @@ entries:
version: 3.3.6
- apiVersion: v1
appVersion: 3.3.5
- created: "2022-08-09T16:01:27.5769-04:00"
+ created: "2022-08-25T16:35:56.022849-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 8ee443c68ea17d1f4ac670a6e4c4ad51a7976152a4b599ce90e6dffad87a65a7
name: weblogic-operator
@@ -73,7 +83,7 @@ entries:
version: 3.3.5
- apiVersion: v1
appVersion: 3.3.4
- created: "2022-08-09T16:01:27.575817-04:00"
+ created: "2022-08-25T16:35:56.021478-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 1875193bb4c227baa127517b9686e939bcf0c1104470cb1f2486491ce377fb20
name: weblogic-operator
@@ -83,7 +93,7 @@ entries:
version: 3.3.4
- apiVersion: v1
appVersion: 3.3.3
- created: "2022-08-09T16:01:27.574645-04:00"
+ created: "2022-08-25T16:35:56.019815-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: dae92f7a773c50cb28170bf166677fe717c599fca9385d67d3a9d62080604d10
name: weblogic-operator
@@ -93,7 +103,7 @@ entries:
version: 3.3.3
- apiVersion: v1
appVersion: 3.3.2
- created: "2022-08-09T16:01:27.573501-04:00"
+ created: "2022-08-25T16:35:56.018207-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: d2a865573129cb14122956a1a787c058859947e5687f651ea3f2eeff2ac7329e
name: weblogic-operator
@@ -103,7 +113,7 @@ entries:
version: 3.3.2
- apiVersion: v1
appVersion: 3.3.1
- created: "2022-08-09T16:01:27.572394-04:00"
+ created: "2022-08-25T16:35:56.016691-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 39c84df7ee4ff70bea1752fe0ddfc98da14d9cbd3521b701310f0fbb15aaf938
name: weblogic-operator
@@ -113,7 +123,7 @@ entries:
version: 3.3.1
- apiVersion: v1
appVersion: 3.3.0
- created: "2022-08-09T16:01:27.571246-04:00"
+ created: "2022-08-25T16:35:56.014903-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: efd0ece5ebe1a7b4d826b44af71bbdf08f2c1b3573072a9d5725ca1b3ee18841
name: weblogic-operator
@@ -123,7 +133,7 @@ entries:
version: 3.3.0
- apiVersion: v1
appVersion: 3.2.5
- created: "2022-08-09T16:01:27.569939-04:00"
+ created: "2022-08-25T16:35:56.012992-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: fc90fc05e628fd7f019e4d4a7cfa5bcc3d728979d4baa729e667a95c9767aeaa
name: weblogic-operator
@@ -133,7 +143,7 @@ entries:
version: 3.2.5
- apiVersion: v1
appVersion: 3.2.4
- created: "2022-08-09T16:01:27.568798-04:00"
+ created: "2022-08-25T16:35:55.973368-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: b6fe80badb65a88c59d0f6f069e7838906451d19baa24ad6744b8a4ce3d51614
name: weblogic-operator
@@ -143,7 +153,7 @@ entries:
version: 3.2.4
- apiVersion: v1
appVersion: 3.2.3
- created: "2022-08-09T16:01:27.530334-04:00"
+ created: "2022-08-25T16:35:55.971334-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 7a51397c11fdca27a23150abd7816c330009aca791e6013f959c69226b7bd89b
name: weblogic-operator
@@ -153,7 +163,7 @@ entries:
version: 3.2.3
- apiVersion: v1
appVersion: 3.2.2
- created: "2022-08-09T16:01:27.52931-04:00"
+ created: "2022-08-25T16:35:55.969704-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: a4101539f527fd8ac80cfaa5314e8ba10a28f5bba462b75932a9bed1b83874bf
name: weblogic-operator
@@ -163,7 +173,7 @@ entries:
version: 3.2.2
- apiVersion: v1
appVersion: 3.2.1
- created: "2022-08-09T16:01:27.528265-04:00"
+ created: "2022-08-25T16:35:55.968187-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 002da958caed9fe625e11b075a5c6df28be956854a0b41dae46f0108a70f9321
name: weblogic-operator
@@ -173,7 +183,7 @@ entries:
version: 3.2.1
- apiVersion: v1
appVersion: 3.2.0
- created: "2022-08-09T16:01:27.52723-04:00"
+ created: "2022-08-25T16:35:55.965698-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: e1c9192b3590d10b8426b7e7bcae27213d9f2296ef4f2cf547e198fd2d89ab1b
name: weblogic-operator
@@ -183,7 +193,7 @@ entries:
version: 3.2.0
- apiVersion: v1
appVersion: 3.1.4
- created: "2022-08-09T16:01:27.525509-04:00"
+ created: "2022-08-25T16:35:55.962904-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 9695fd3c29cd4f006f8e75ae0053683c9aa7213440525002f4f3d36eb8d86633
name: weblogic-operator
@@ -193,7 +203,7 @@ entries:
version: 3.1.4
- apiVersion: v1
appVersion: 3.1.3
- created: "2022-08-09T16:01:27.524444-04:00"
+ created: "2022-08-25T16:35:55.922979-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: e306bd590dbe84400c6b5bb7a64325330e597223dff63792bb5811c9cfae10ac
name: weblogic-operator
@@ -203,7 +213,7 @@ entries:
version: 3.1.3
- apiVersion: v1
appVersion: 3.1.2
- created: "2022-08-09T16:01:27.523436-04:00"
+ created: "2022-08-25T16:35:55.921478-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 2d8b77038ba870cc66ddd45e07a593a5ac3159c8b9531b5309688028b5268a5f
name: weblogic-operator
@@ -213,7 +223,7 @@ entries:
version: 3.1.2
- apiVersion: v1
appVersion: 3.1.1
- created: "2022-08-09T16:01:27.522382-04:00"
+ created: "2022-08-25T16:35:55.919954-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: d839cb7bbce4421a59cd9c3df64b1df8649eeebcb6c6b7be34fec25ad00aa141
name: weblogic-operator
@@ -223,7 +233,7 @@ entries:
version: 3.1.1
- apiVersion: v1
appVersion: 3.1.0
- created: "2022-08-09T16:01:27.521069-04:00"
+ created: "2022-08-25T16:35:55.918297-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 9e105bec11bab249973370a4d5e653f9104cd9fbaaa0c2090fb173805fb3a692
name: weblogic-operator
@@ -232,7 +242,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.0.tgz
version: 3.1.0
- apiVersion: v1
- created: "2022-08-09T16:01:27.519945-04:00"
+ created: "2022-08-25T16:35:55.91636-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 9dad4d85a6165dbfc57d0baadb5186a5c43c718a1a3ee2dbd6e886fe660cd65a
name: weblogic-operator
@@ -240,7 +250,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.4.tgz
version: 3.0.4
- apiVersion: v1
- created: "2022-08-09T16:01:27.518919-04:00"
+ created: "2022-08-25T16:35:55.914353-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 83a0ac84a033ddd9939d4bc5884cc60b22225d7326c43ce8e54a6f403b453814
name: weblogic-operator
@@ -248,7 +258,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.3.tgz
version: 3.0.3
- apiVersion: v1
- created: "2022-08-09T16:01:27.48025-04:00"
+ created: "2022-08-25T16:35:55.912633-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: fa3af5d21f858ff93cc7d58664a6eb0a920207af09e4c669a7ffb12e9e15b88d
name: weblogic-operator
@@ -256,7 +266,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.2.tgz
version: 3.0.2
- apiVersion: v1
- created: "2022-08-09T16:01:27.478742-04:00"
+ created: "2022-08-25T16:35:55.872967-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: aa2b2afe75305bd69f6b07d61e64a37d3bfd249074c81f6a999cef6b4a217fd0
name: weblogic-operator
@@ -264,7 +274,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.1.tgz
version: 3.0.1
- apiVersion: v1
- created: "2022-08-09T16:01:27.47722-04:00"
+ created: "2022-08-25T16:35:55.8716-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 6540a3a7c6a1c34fcf2ff66679947a1964a35e61232b2a8dea3da087a2d5411d
name: weblogic-operator
@@ -272,7 +282,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0.tgz
version: 3.0.0
- apiVersion: v1
- created: "2022-08-09T16:01:27.475986-04:00"
+ created: "2022-08-25T16:35:55.870236-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 5f4cd8f4f3282b52b5e90a1169f26986e8272671845053606ade9c855fb04151
name: weblogic-operator
@@ -280,7 +290,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0-rc1.tgz
version: 3.0.0-rc1
- apiVersion: v1
- created: "2022-08-09T16:01:27.474614-04:00"
+ created: "2022-08-25T16:35:55.868591-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: e3596b2380b264a0a70ba438858ca9af102a79689bf2e21e237eb63ea2997d66
name: weblogic-operator
@@ -288,7 +298,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.6.0.tgz
version: 2.6.0
- apiVersion: v1
- created: "2022-08-09T16:01:27.472958-04:00"
+ created: "2022-08-25T16:35:55.865918-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: fe41421b7dc45dc8a3b2888d3a626a37f5d3c8e1fa292fb6699deedc5e1db33d
name: weblogic-operator
@@ -296,7 +306,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.5.0.tgz
version: 2.5.0
- apiVersion: v1
- created: "2022-08-09T16:01:27.471164-04:00"
+ created: "2022-08-25T16:35:55.862924-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: b36bd32083f67453a62d089a2c09ce38e6655d88ac8a7b38691230c55c40e672
name: weblogic-operator
@@ -304,7 +314,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.4.0.tgz
version: 2.4.0
- apiVersion: v1
- created: "2022-08-09T16:01:27.430361-04:00"
+ created: "2022-08-25T16:35:55.824163-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: a3eafe4c2c6ff49384e56421201e59a3737d651af8d5b605b87a19eb1f6f1dc3
name: weblogic-operator
@@ -312,7 +322,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.1.tgz
version: 2.3.1
- apiVersion: v1
- created: "2022-08-09T16:01:27.42771-04:00"
+ created: "2022-08-25T16:35:55.821111-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: cbc6caaa6eb28e3c7e906ede14b2ae511a0b35fc12a8e3ab629155b09993e8b2
name: weblogic-operator
@@ -320,7 +330,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz
version: 2.3.0
- apiVersion: v1
- created: "2022-08-09T16:01:27.426384-04:00"
+ created: "2022-08-25T16:35:55.819641-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 23d5a1c554fa8211cc1e86b7ade09460917cb2069e68fb4bfdddafc8db44fdcd
name: weblogic-operator
@@ -328,7 +338,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.1.tgz
version: 2.2.1
- apiVersion: v1
- created: "2022-08-09T16:01:27.425083-04:00"
+ created: "2022-08-25T16:35:55.818139-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f
name: weblogic-operator
@@ -336,7 +346,7 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz
version: 2.2.0
- apiVersion: v1
- created: "2022-08-09T16:01:27.423308-04:00"
+ created: "2022-08-25T16:35:55.816588-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d
name: weblogic-operator
@@ -344,11 +354,11 @@ entries:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
version: "2.1"
- apiVersion: v1
- created: "2022-08-09T16:01:27.421476-04:00"
+ created: "2022-08-25T16:35:55.814325-04:00"
description: Helm chart for configuring the WebLogic operator.
digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
name: weblogic-operator
urls:
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
version: 2.0.1
-generated: "2022-08-09T16:01:27.418779-04:00"
+generated: "2022-08-25T16:35:55.811418-04:00"
diff --git a/documentation/charts/weblogic-operator-3.4.3.tgz b/documentation/charts/weblogic-operator-3.4.3.tgz
new file mode 100644
index 00000000000..09708e87f83
Binary files /dev/null and b/documentation/charts/weblogic-operator-3.4.3.tgz differ
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index dc5955a32c8..c3b09df408d 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -7,7 +7,7 @@
oracle.kubernetes
operator-parent
- 3.4.2
+ 3.4.3
integration-tests
diff --git a/json-schema-generator/pom.xml b/json-schema-generator/pom.xml
index 4d449447bb0..e3067d1564b 100644
--- a/json-schema-generator/pom.xml
+++ b/json-schema-generator/pom.xml
@@ -7,7 +7,7 @@
operator-parent
oracle.kubernetes
- 3.4.2
+ 3.4.3
json-schema
diff --git a/kubernetes/charts/weblogic-operator/Chart.yaml b/kubernetes/charts/weblogic-operator/Chart.yaml
index 5814294bf2f..3b1dc0a7be4 100644
--- a/kubernetes/charts/weblogic-operator/Chart.yaml
+++ b/kubernetes/charts/weblogic-operator/Chart.yaml
@@ -6,5 +6,5 @@ name: weblogic-operator
description: Helm chart for configuring the WebLogic operator.
type: application
-version: 3.4.2
-appVersion: 3.4.2
+version: 3.4.3
+appVersion: 3.4.3
diff --git a/kubernetes/charts/weblogic-operator/values.yaml b/kubernetes/charts/weblogic-operator/values.yaml
index fd151bff1ca..79d1d69dde2 100644
--- a/kubernetes/charts/weblogic-operator/values.yaml
+++ b/kubernetes/charts/weblogic-operator/values.yaml
@@ -63,7 +63,7 @@ domainNamespaces:
enableClusterRoleBinding: false
# image specifies the container image containing the operator.
-image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.4.2"
+image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.4.3"
# imagePullPolicy specifies the image pull policy for the operator's container image.
imagePullPolicy: IfNotPresent
diff --git a/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md b/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md
index 883cb73b332..fb729eb8c35 100644
--- a/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md
+++ b/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md
@@ -7,7 +7,7 @@ An operator is an application-specific controller that extends Kubernetes to cre
#### Clone the operator repository to a Cloud Shell instance ####
First, clone the operator git repository to OCI Cloud Shell.
```shell
-$ git clone --branch v3.4.2 https://github.com/oracle/weblogic-kubernetes-operator.git
+$ git clone --branch v3.4.3 https://github.com/oracle/weblogic-kubernetes-operator.git
```
The output should be similar to the following:
```shell
diff --git a/kubernetes/pom.xml b/kubernetes/pom.xml
index 5226a180c1c..c34fc46b01d 100644
--- a/kubernetes/pom.xml
+++ b/kubernetes/pom.xml
@@ -9,7 +9,7 @@
oracle.kubernetes
operator-parent
- 3.4.2
+ 3.4.3
installation-tests
diff --git a/operator-build-maven-plugin/pom.xml b/operator-build-maven-plugin/pom.xml
index 0628b0a3671..4783b68f2ae 100644
--- a/operator-build-maven-plugin/pom.xml
+++ b/operator-build-maven-plugin/pom.xml
@@ -7,7 +7,7 @@
operator-parent
oracle.kubernetes
- 3.4.2
+ 3.4.3
operator-build-maven-plugin
diff --git a/operator/pom.xml b/operator/pom.xml
index 4ad251aba8d..a8587f8315d 100644
--- a/operator/pom.xml
+++ b/operator/pom.xml
@@ -7,7 +7,7 @@
oracle.kubernetes
operator-parent
- 3.4.2
+ 3.4.3
weblogic-kubernetes-operator
diff --git a/pom.xml b/pom.xml
index ee2a8717dd1..217d7190e97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
oracle.kubernetes
operator-parent
- 3.4.2
+ 3.4.3
operator
diff --git a/sonar-project.properties b/sonar-project.properties
index 95e7544f8b5..b3d3196a4b8 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,7 +1,7 @@
# Required metadata
sonar.projectKey=weblogic-kubernetes-operator
sonar.projectName=WebLogic Kubernetes Operator
-sonar.projectVersion=3.4.2
+sonar.projectVersion=3.4.3
# Comma-separated paths to directories with sources (required)
sonar.sources=operator/src/main/java
sonar.java.source=11
diff --git a/swagger-generator/pom.xml b/swagger-generator/pom.xml
index 3bbff3d5496..5121002266c 100644
--- a/swagger-generator/pom.xml
+++ b/swagger-generator/pom.xml
@@ -7,7 +7,7 @@
oracle.kubernetes
operator-parent
- 3.4.2
+ 3.4.3
operator-swagger