Skip to content

Commit a4fc552

Browse files
authored
Release notes and updates to prepare for 3.4.3 (#3361)
* Prepare for 3.4.3 * Update documentation * Package Helm charts
1 parent f1622fc commit a4fc552

File tree

21 files changed

+121
-105
lines changed

21 files changed

+121
-105
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You can:
2525
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/).
2626

2727
***
28-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.2.
29-
This release was published on August 9, 2022.
28+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.3.
29+
This release was published on August 25, 2022.
3030
***
3131

3232
## Documentation

THIRD_PARTY_LICENSES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
oracle.kubernetes:operator-parent:3.4.2
1+
oracle.kubernetes:operator-parent:3.4.3
22
-------- Copyrights
33
Copyright (c) 2017, 2021, Oracle and/or its affiliates.
44
Copyright (c) 2017, 2021 Oracle and/or its affiliates.

buildDockerImage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ while getopts "t:" optname; do
3333
esac
3434
done
3535

36-
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.2}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.3}
3737
SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
3838

3939
# Proxy settings

documentation/3.4/content/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
3131
#### Current production release
3232

3333
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is {{< latestVersion >}}.
34-
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" >}}).
34+
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" >}}).
3535

3636
***
3737

documentation/3.4/content/release-notes.md

+50-44
Large diffs are not rendered by default.

documentation/3.4/content/samples/azure-kubernetes-service/domain-on-pv.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
2626

2727
##### Clone WebLogic Kubernetes Operator repository
2828

29-
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.
29+
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.
3030

3131
```shell
3232
$ git clone --branch v{{< latestVersion >}} https://github.com/oracle/weblogic-kubernetes-operator.git

documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
2727

2828
##### Clone WebLogic Kubernetes Operator repository
2929

30-
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.
30+
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.
3131

3232
```shell
3333
$ 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
7979
```
8080
$ helm install weblogic-operator weblogic-operator/weblogic-operator \
8181
--namespace sample-weblogic-operator-ns \
82-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.4.2 \
82+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.4.3 \
8383
--set serviceAccount=sample-weblogic-operator-sa \
8484
--set "enableClusterRoleBinding=true" \
8585
--set "domainNamespaceSelectionStrategy=LabelSelector" \
@@ -98,7 +98,7 @@ REVISION: 1
9898
TEST SUITE: None
9999
```
100100

101-
{{% 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).
101+
{{% 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).
102102
{{% /notice %}}
103103

104104

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

0 commit comments

Comments
 (0)