Skip to content

Commit 7c7c4d3

Browse files
committed
Prepare for 3.3.2 release
1 parent d7910b5 commit 7c7c4d3

File tree

45 files changed

+104
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+104
-80
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.3.1.
29-
This release was published on August 23, 2021.
28+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.3.2.
29+
This release was published on September 1, 2021.
3030
***
3131

3232
# Documentation

buildDockerImage.sh

Lines changed: 1 addition & 1 deletion
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.3.1}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.3.2}
3737
SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
3838

3939
# Proxy settings

buildtime-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>operator-parent</artifactId>
1010
<groupId>oracle.kubernetes</groupId>
11-
<version>3.3.1</version>
11+
<version>3.3.2</version>
1212
</parent>
1313

1414
<artifactId>buildtime-reports</artifactId>

documentation/3.3/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
3030
***
3131
#### Current production release
3232

33-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.3.1.
34-
This release was published on August 23, 2021. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
33+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.3.2.
34+
This release was published on September 1, 2021. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
3535

3636
***
3737

documentation/3.3/content/faq/namespace-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ elkIntegrationEnabled: false
4545
externalDebugHttpPort: 30999
4646
externalRestEnabled: false
4747
externalRestHttpsPort: 31001
48-
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.3.1
48+
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.3.2
4949
imagePullPolicy: IfNotPresent
5050
internalDebugHttpPort: 30999
5151
javaLoggingLevel: INFO

documentation/3.3/content/quickstart/get-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 3
1010
1. Pull the operator image:
1111

1212
```shell
13-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.3.1
13+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.3.2
1414
```
1515

1616
1. Pull the Traefik ingress controller image:

documentation/3.3/content/quickstart/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ helm install traefik-operator traefik/traefik \
5050
```shell
5151
$ helm install sample-weblogic-operator kubernetes/charts/weblogic-operator \
5252
--namespace sample-weblogic-operator-ns \
53-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.3.1 \
53+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.3.2 \
5454
--set serviceAccount=sample-weblogic-operator-sa \
5555
--set "enableClusterRoleBinding=true" \
5656
--set "domainNamespaceSelectionStrategy=LabelSelector" \

documentation/3.3/content/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change |
1010
| --- | --- | --- | --- |
11+
| September 1, 2021 | v3.3.2 | no | Enhanced liveness and readiness probe customization to support customizing failure thresholds. |
1112
| 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. |
1213
| July 20, 2021 | v3.3.0 | no | Auxiliary image support. |
1314
| June 21, 2021 | v3.2.5 | no | Updated Oracle Linux libraries and resolved an issue related to repeated introspection. |
@@ -44,6 +45,10 @@ draft: false
4445

4546
### Change log
4647

48+
#### Operator 3.3.2
49+
50+
* Enhanced [liveness and readiness probe customization](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/liveness-readiness-probe-customization/) to support customizing failure thresholds ([#2521](https://github.com/oracle/weblogic-kubernetes-operator/pull/2521)).
51+
4752
#### Operator 3.3.1
4853

4954
* Resolved an issue related to managed Coherence cluster formation when using Istio ([#2499](https://github.com/oracle/weblogic-kubernetes-operator/pull/2499)).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
2929
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.1.1, but should work with the latest release.
3030

3131
```shell
32-
$ git clone --branch v3.3.1 https://github.com/oracle/weblogic-kubernetes-operator.git
32+
$ git clone --branch v3.3.2 https://github.com/oracle/weblogic-kubernetes-operator.git
3333
```
3434

3535
{{% notice info %}} The following sections of the sample instructions will guide you, step-by-step, through the process of setting up a WebLogic cluster on AKS - remaining as close as possible to a native Kubernetes experience. This lets you understand and customize each step. If you wish to have a more automated experience that abstracts some lower level details, you can skip to the [Automation](#automation) section.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
3030
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.1.1, but should work with the latest release.
3131

3232
```shell
33-
$ git clone --branch v3.3.1 https://github.com/oracle/weblogic-kubernetes-operator.git
33+
$ git clone --branch v3.3.2 https://github.com/oracle/weblogic-kubernetes-operator.git
3434
```
3535
```shell
3636
$ cd weblogic-kubernetes-operator

0 commit comments

Comments
 (0)