Skip to content

Commit 67d81c3

Browse files
authored
Prepare for 3.2.5 (#2420)
* Prepare for 3.2.5
1 parent 5dee13b commit 67d81c3

File tree

54 files changed

+107
-82
lines changed

Some content is hidden

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

54 files changed

+107
-82
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ LABEL "org.opencontainers.image.authors"="Ryan Eberhard <ryan.eberhard@oracle.co
1919

2020
RUN set -eux; \
2121
microdnf -y install gzip tar openssl jq; \
22+
microdnf -y update; \
2223
microdnf clean all
2324

2425
ENV LANG="en_US.UTF-8" \

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/simple/).
2626

2727
***
28-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.4.
29-
This release was published on June 18, 2021.
28+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.5.
29+
This release was published on June 21, 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.2.4}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5}
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.2.4</version>
11+
<version>3.2.5</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
@@ -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.2.4.
34-
This release was published on June 18, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
33+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.5.
34+
This release was published on June 21, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
3535

3636
***
3737

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.4
48+
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5
4949
imagePullPolicy: IfNotPresent
5050
internalDebugHttpPort: 30999
5151
javaLoggingLevel: INFO

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.4
13+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5
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.4 \
53+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5 \
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.4 https://github.com/oracle/weblogic-kubernetes-operator
15+
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator
1616
```

documentation/3.2/content/release-notes.md

Lines changed: 7 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+
| June 21, 2021 | v3.2.5 | no | Updated Oracle Linux libraries and resolved an issue related to repeated introspection. |
1112
| June 18, 2021 | v3.2.4 | no | Resolved several issues related to Istio, diagnostics, and recovery. |
1213
| 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. |
1314
| April 27, 2021 | v3.2.2 | no | Resolved a set of issues with many related to reducing the operator's network utilization. |
@@ -41,6 +42,12 @@ draft: false
4142

4243
### Change log
4344

45+
#### Operator 3.2.5
46+
47+
* Updated the Dockerfile to ensure Oracle Linux libraries are at the latest versions.
48+
* Resolved an issue related to unnecessary repeated introspection ([#2418](https://github.com/oracle/weblogic-kubernetes-operator/pull/2418)).
49+
* Updated the default monitoring exporter sidecar container image to use the 2.0.3 version.
50+
4451
#### Operator 3.2.4
4552

4653
* Added support for the sessionAffinity field for the clusterService ([#2383](https://github.com/oracle/weblogic-kubernetes-operator/pull/2383)).

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 [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.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
32+
$ git clone --branch v3.2.5 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.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ This sample assumes the following prerequisite environment.
77
* [Azure CLI](https://docs.microsoft.com/cli/azure); use `az --version` to test if `az` works. This document was tested with version 2.9.1.
88
* [Docker for Desktop](https://www.docker.com/products/docker-desktop). This document was tested with `Docker version 20.10.2, build 2291f61`
99
* [kubectl](https://kubernetes-io-vnext-staging.netlify.com/docs/tasks/tools/install-kubectl/); use `kubectl version` to test if `kubectl` works. This document was tested with version v1.16.3.
10-
* [Helm](https://helm.sh/docs/intro/install/), version 3.1 and later; use `helm version` to check the `helm` version. This document was tested with version v3.2.4.
10+
* [Helm](https://helm.sh/docs/intro/install/), version 3.1 and later; use `helm version` to check the `helm` version. This document was tested with version v3.2.5.

documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This sample assumes the following prerequisite environment.
77
* [Azure CLI](https://docs.microsoft.com/cli/azure); use `az --version` to test if `az` works. This document was tested with version 2.9.1.
88
* [Docker for Desktop](https://www.docker.com/products/docker-desktop). This document was tested with `Docker version 20.10.2, build 2291f61`
99
* [kubectl](https://kubernetes-io-vnext-staging.netlify.com/docs/tasks/tools/install-kubectl/); use `kubectl version` to test if `kubectl` works. This document was tested with version v1.16.3.
10-
* [Helm](https://helm.sh/docs/intro/install/), version 3.1 and later; use `helm version` to check the `helm` version. This document was tested with version v3.2.4.
10+
* [Helm](https://helm.sh/docs/intro/install/), version 3.1 and later; use `helm version` to check the `helm` version. This document was tested with version v3.2.5.
1111
* A Java JDK, Version 8 or 11. Azure recommends [Azul Zulu for Azure](https://www.azul.com/downloads/azure-only/zulu/). Ensure that your `JAVA_HOME` environment variable is set correctly in the shells in which you run the commands.
1212
* Ensure that you have the zip/unzip utility installed; use `zip/unzip -v` to test if `zip/unzip` works.

documentation/3.2/content/samples/simple/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.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
33+
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator.git
3434
```
3535
```shell
3636
$ cd weblogic-kubernetes-operator

documentation/3.2/content/samples/simple/domains/model-in-image/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ weight: 1
2323
$ cd /tmp
2424
```
2525
```shell
26-
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
26+
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator.git
2727
```
2828

2929
> **Note**: We will refer to the top directory of the operator source tree as `/tmp/weblogic-kubernetes-operator`; however, you can use a different location.

documentation/3.2/content/samples/simple/tanzu-kubernetes-service/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Kubernetes Operators use [Helm](https://helm.sh/) to manage Kubernetes applicati
6363
Clone the repository.
6464

6565
```shell
66-
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
66+
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator.git
6767
```
6868
```shell
6969
$ cd weblogic-kubernetes-operator

documentation/3.2/content/userguide/introduction/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The operator consists of the following parts:
1717
The operator is packaged in a [container image](https://github.com/orgs/oracle/packages/container/package/weblogic-kubernetes-operator) which you can access using the following `docker pull` commands:
1818

1919
```shell
20-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4
20+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5
2121
```
2222

2323
For more details on acquiring the operator image and prerequisites for installing the operator, consult the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}).

documentation/3.2/content/userguide/introduction/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera
1616

1717
### Operator prerequisites
1818

19-
For the current production release 3.2.4:
19+
For the current production release 3.2.5:
2020

2121
* Kubernetes 1.16.15+, 1.17.13+, 1.18.10+, and 1.19.7+ (check with `kubectl version`).
2222
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later,

documentation/3.2/content/userguide/managing-domains/domain-lifecycle/restarting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ d. Update the `image` field of the Domain YAML file, specifying the new image na
185185
```yaml
186186
domain:
187187
spec:
188-
image: ghcr.io/oracle/weblogic-updated:3.2.4
188+
image: ghcr.io/oracle/weblogic-updated:3.2.5
189189
```
190190
e. The operator will now initiate a rolling restart, which will apply the updated image, for all the servers in the domain.
191191

documentation/3.2/content/userguide/managing-operators/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ the `helm upgrade` command requires that you supply a new Helm chart and image.
113113
```shell
114114
$ helm upgrade \
115115
--reuse-values \
116-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4 \
116+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5 \
117117
--namespace weblogic-operator-namespace \
118118
--wait \
119119
weblogic-operator \

documentation/3.2/content/userguide/managing-operators/using-the-operator/using-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ javaLoggingLevel: "FINE"
102102
##### `image`
103103
Specifies the container image containing the operator code.
104104

105-
Defaults to `ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4`.
105+
Defaults to `ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5`.
106106

107107
Example:
108108
```yaml

0 commit comments

Comments
 (0)