Skip to content

Commit

Permalink
Prepare for 3.2.5 (#2420)
Browse files Browse the repository at this point in the history
* Prepare for 3.2.5
  • Loading branch information
rjeberhard authored Jun 21, 2021
1 parent 5dee13b commit 67d81c3
Show file tree
Hide file tree
Showing 54 changed files with 107 additions and 82 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ LABEL "org.opencontainers.image.authors"="Ryan Eberhard <[email protected]

RUN set -eux; \
microdnf -y install gzip tar openssl jq; \
microdnf -y update; \
microdnf clean all

ENV LANG="en_US.UTF-8" \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/simple/).

***
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.4.
This release was published on June 18, 2021.
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.5.
This release was published on June 21, 2021.
***

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion buildDockerImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ while getopts "t:" optname; do
esac
done

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

# Proxy settings
Expand Down
2 changes: 1 addition & 1 deletion buildtime-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>buildtime-reports</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions documentation/3.2/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ 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 3.2.4.
This release was published on June 18, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.5.
This release was published on June 21, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).

***

Expand Down
2 changes: 1 addition & 1 deletion documentation/3.2/content/faq/namespace-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ elkIntegrationEnabled: false
externalDebugHttpPort: 30999
externalRestEnabled: false
externalRestHttpsPort: 31001
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5
imagePullPolicy: IfNotPresent
internalDebugHttpPort: 30999
javaLoggingLevel: INFO
Expand Down
2 changes: 1 addition & 1 deletion documentation/3.2/content/quickstart/get-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 3
1. Pull the operator image:

```shell
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5
```

1. Pull the Traefik ingress controller image:
Expand Down
2 changes: 1 addition & 1 deletion documentation/3.2/content/quickstart/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ helm install traefik-operator traefik/traefik \
```shell
$ helm install sample-weblogic-operator kubernetes/charts/weblogic-operator \
--namespace sample-weblogic-operator-ns \
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4 \
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5 \
--set serviceAccount=sample-weblogic-operator-sa \
--set "enableClusterRoleBinding=true" \
--set "domainNamespaceSelectionStrategy=LabelSelector" \
Expand Down
2 changes: 1 addition & 1 deletion documentation/3.2/content/quickstart/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ The operator uses Helm to create and deploy the necessary resources and then run
You should clone this repository to your local machine so that you have access to the
various sample files mentioned throughout this guide:
```shell
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator
```
7 changes: 7 additions & 0 deletions documentation/3.2/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ draft: false

| Date | Version | Introduces backward incompatibilities? | Change |
| --- | --- | --- | --- |
| 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. |
Expand Down Expand Up @@ -41,6 +42,12 @@ draft: false

### Change log

#### Operator 3.2.5

* Updated the Dockerfile to ensure Oracle Linux libraries are at the latest versions.
* Resolved an issue related to unnecessary repeated introspection ([#2418](https://github.com/oracle/weblogic-kubernetes-operator/pull/2418)).
* Updated the default monitoring exporter sidecar container image to use the 2.0.3 version.

#### Operator 3.2.4

* Added support for the sessionAffinity field for the clusterService ([#2383](https://github.com/oracle/weblogic-kubernetes-operator/pull/2383)).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
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.

```shell
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator.git
```

{{% 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ This sample assumes the following prerequisite environment.
* [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.
* [Docker for Desktop](https://www.docker.com/products/docker-desktop). This document was tested with `Docker version 20.10.2, build 2291f61`
* [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.
* [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.
* [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.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ This sample assumes the following prerequisite environment.
* [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.
* [Docker for Desktop](https://www.docker.com/products/docker-desktop). This document was tested with `Docker version 20.10.2, build 2291f61`
* [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.
* [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.
* [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.
* 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.
* Ensure that you have the zip/unzip utility installed; use `zip/unzip -v` to test if `zip/unzip` works.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
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.

```shell
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator.git
```
```shell
$ cd weblogic-kubernetes-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ weight: 1
$ cd /tmp
```
```shell
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator.git
```

> **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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Kubernetes Operators use [Helm](https://helm.sh/) to manage Kubernetes applicati
Clone the repository.

```shell
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
$ git clone --branch v3.2.5 https://github.com/oracle/weblogic-kubernetes-operator.git
```
```shell
$ cd weblogic-kubernetes-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The operator consists of the following parts:
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:

```shell
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5
```

For more details on acquiring the operator image and prerequisites for installing the operator, consult the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera

### Operator prerequisites

For the current production release 3.2.4:
For the current production release 3.2.5:

* Kubernetes 1.16.15+, 1.17.13+, 1.18.10+, and 1.19.7+ (check with `kubectl version`).
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ d. Update the `image` field of the Domain YAML file, specifying the new image na
```yaml
domain:
spec:
image: ghcr.io/oracle/weblogic-updated:3.2.4
image: ghcr.io/oracle/weblogic-updated:3.2.5
```
e. The operator will now initiate a rolling restart, which will apply the updated image, for all the servers in the domain.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ the `helm upgrade` command requires that you supply a new Helm chart and image.
```shell
$ helm upgrade \
--reuse-values \
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4 \
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5 \
--namespace weblogic-operator-namespace \
--wait \
weblogic-operator \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ javaLoggingLevel: "FINE"
##### `image`
Specifies the container image containing the operator code.

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

Example:
```yaml
Expand Down
Loading

0 comments on commit 67d81c3

Please sign in to comment.