Skip to content

Commit c9db34d

Browse files
committed
Update dependencies and prepare for release
1 parent 7b2b87d commit c9db34d

File tree

50 files changed

+98
-78
lines changed

Some content is hidden

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

50 files changed

+98
-78
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Oracle is finding ways for organizations using WebLogic Server to run important
1717
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/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
1818

1919
***
20-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.0.
21-
This release was published on March 26, 2021.
20+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.1.
21+
This release was published on April 5, 2021.
2222
***
2323

2424
# 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.0}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1}
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.0</version>
11+
<version>3.2.1</version>
1212
</parent>
1313

1414
<artifactId>buildtime-reports</artifactId>

documentation/3.2/content/_index.md

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

26-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.0.
27-
This release was published on March 31, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
26+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.1.
27+
This release was published on April 5, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
2828

2929
***
3030

documentation/3.2/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.2.0
48+
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1
4949
imagePullPolicy: IfNotPresent
5050
internalDebugHttpPort: 30999
5151
istioEnabled: false

documentation/3.2/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.2.0
13+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1
1414
```
1515

1616
1. Pull the Traefik ingress controller image:

documentation/3.2/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.2.0 \
53+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1 \
5454
--set serviceAccount=sample-weblogic-operator-sa \
5555
--set "enableClusterRoleBinding=true" \
5656
--set "domainNamespaceSelectionStrategy=LabelSelector" \

documentation/3.2/content/quickstart/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The operator uses Helm to create and deploy the necessary resources and then run
1212
You should clone this repository to your local machine so that you have access to the
1313
various sample files mentioned throughout this guide:
1414
```shell
15-
$ git clone --branch v3.2.0 https://github.com/oracle/weblogic-kubernetes-operator
15+
$ git clone --branch v3.2.1 https://github.com/oracle/weblogic-kubernetes-operator
1616
```

documentation/3.2/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+
| April 5, 2021 | v3.2.1 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
1112
| 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. |
1213
| 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. |
1314
| February 12, 2021 | v3.1.3 | no | Resolved a pair of issues related to the operator running well in very large Kubernetes clusters. |
@@ -39,6 +40,10 @@ draft: false
3940

4041
#### Operator 3.2.0
4142

43+
Updated several dependencies, including the Oracle Linux base for the container image.
44+
45+
#### Operator 3.2.0
46+
4247
##### Features
4348

4449
* The operator's container image is based on Oracle Linux 8.

documentation/3.2/content/samples/simple/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 [Oracle WebLogic Server Kubernetes Opera
2929
Clone the [Oracle WebLogic Server 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.2.0 https://github.com/oracle/weblogic-kubernetes-operator.git
32+
$ git clone --branch v3.2.1 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.

0 commit comments

Comments
 (0)