diff --git a/Dockerfile b/Dockerfile index d63fcff0cfb..15e2c788e45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ LABEL "org.opencontainers.image.authors"="Ryan Eberhard /dev/null 2>&1 ; pwd -P )" # Proxy settings diff --git a/buildtime-reports/pom.xml b/buildtime-reports/pom.xml index 569408c4842..16b5e0093a9 100644 --- a/buildtime-reports/pom.xml +++ b/buildtime-reports/pom.xml @@ -8,7 +8,7 @@ operator-parent oracle.kubernetes - 3.2.4 + 3.2.5 buildtime-reports diff --git a/documentation/3.2/content/_index.md b/documentation/3.2/content/_index.md index dfb6aa5a7c7..a65c95abb42 100644 --- a/documentation/3.2/content/_index.md +++ b/documentation/3.2/content/_index.md @@ -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" >}}). *** diff --git a/documentation/3.2/content/faq/namespace-management.md b/documentation/3.2/content/faq/namespace-management.md index d3604c03379..134b8a83e5b 100644 --- a/documentation/3.2/content/faq/namespace-management.md +++ b/documentation/3.2/content/faq/namespace-management.md @@ -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 diff --git a/documentation/3.2/content/quickstart/get-images.md b/documentation/3.2/content/quickstart/get-images.md index 1bd241f2d7c..5b564d42df9 100644 --- a/documentation/3.2/content/quickstart/get-images.md +++ b/documentation/3.2/content/quickstart/get-images.md @@ -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: diff --git a/documentation/3.2/content/quickstart/install.md b/documentation/3.2/content/quickstart/install.md index 18c915bcd37..5e9f9de766d 100644 --- a/documentation/3.2/content/quickstart/install.md +++ b/documentation/3.2/content/quickstart/install.md @@ -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" \ diff --git a/documentation/3.2/content/quickstart/prerequisites.md b/documentation/3.2/content/quickstart/prerequisites.md index d563639cec3..b661f998496 100644 --- a/documentation/3.2/content/quickstart/prerequisites.md +++ b/documentation/3.2/content/quickstart/prerequisites.md @@ -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 ``` diff --git a/documentation/3.2/content/release-notes.md b/documentation/3.2/content/release-notes.md index 0600a4d1b5d..73988e0a0d5 100644 --- a/documentation/3.2/content/release-notes.md +++ b/documentation/3.2/content/release-notes.md @@ -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. | @@ -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)). diff --git a/documentation/3.2/content/samples/simple/azure-kubernetes-service/domain-on-pv.md b/documentation/3.2/content/samples/simple/azure-kubernetes-service/domain-on-pv.md index 833b8f793a2..286a9ca6100 100644 --- a/documentation/3.2/content/samples/simple/azure-kubernetes-service/domain-on-pv.md +++ b/documentation/3.2/content/samples/simple/azure-kubernetes-service/domain-on-pv.md @@ -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. diff --git a/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt b/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt index 9c05a5faa1a..6135900a105 100644 --- a/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt +++ b/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt @@ -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. diff --git a/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt b/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt index 76848fc0fce..7cf54eb3cd4 100644 --- a/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt +++ b/documentation/3.2/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt @@ -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. diff --git a/documentation/3.2/content/samples/simple/azure-kubernetes-service/model-in-image.md b/documentation/3.2/content/samples/simple/azure-kubernetes-service/model-in-image.md index b101c1ebb3b..2a1e9131ab6 100644 --- a/documentation/3.2/content/samples/simple/azure-kubernetes-service/model-in-image.md +++ b/documentation/3.2/content/samples/simple/azure-kubernetes-service/model-in-image.md @@ -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 diff --git a/documentation/3.2/content/samples/simple/domains/model-in-image/prerequisites.md b/documentation/3.2/content/samples/simple/domains/model-in-image/prerequisites.md index 1a16595aa5d..59bac144955 100644 --- a/documentation/3.2/content/samples/simple/domains/model-in-image/prerequisites.md +++ b/documentation/3.2/content/samples/simple/domains/model-in-image/prerequisites.md @@ -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. diff --git a/documentation/3.2/content/samples/simple/tanzu-kubernetes-service/_index.md b/documentation/3.2/content/samples/simple/tanzu-kubernetes-service/_index.md index d64625abf2a..6b4aa36c935 100644 --- a/documentation/3.2/content/samples/simple/tanzu-kubernetes-service/_index.md +++ b/documentation/3.2/content/samples/simple/tanzu-kubernetes-service/_index.md @@ -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 diff --git a/documentation/3.2/content/userguide/introduction/architecture.md b/documentation/3.2/content/userguide/introduction/architecture.md index ee1196ce90f..246a782e3ec 100644 --- a/documentation/3.2/content/userguide/introduction/architecture.md +++ b/documentation/3.2/content/userguide/introduction/architecture.md @@ -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" >}}). diff --git a/documentation/3.2/content/userguide/introduction/introduction.md b/documentation/3.2/content/userguide/introduction/introduction.md index 6e04ae74c40..6f999ba6866 100644 --- a/documentation/3.2/content/userguide/introduction/introduction.md +++ b/documentation/3.2/content/userguide/introduction/introduction.md @@ -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, diff --git a/documentation/3.2/content/userguide/managing-domains/domain-lifecycle/restarting.md b/documentation/3.2/content/userguide/managing-domains/domain-lifecycle/restarting.md index 3f227702887..5a37b6f21ae 100644 --- a/documentation/3.2/content/userguide/managing-domains/domain-lifecycle/restarting.md +++ b/documentation/3.2/content/userguide/managing-domains/domain-lifecycle/restarting.md @@ -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. diff --git a/documentation/3.2/content/userguide/managing-operators/installation/_index.md b/documentation/3.2/content/userguide/managing-operators/installation/_index.md index ab204d966c5..0bf30c2516e 100644 --- a/documentation/3.2/content/userguide/managing-operators/installation/_index.md +++ b/documentation/3.2/content/userguide/managing-operators/installation/_index.md @@ -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 \ diff --git a/documentation/3.2/content/userguide/managing-operators/using-the-operator/using-helm.md b/documentation/3.2/content/userguide/managing-operators/using-the-operator/using-helm.md index 03541cd5e23..dce37065ba1 100644 --- a/documentation/3.2/content/userguide/managing-operators/using-the-operator/using-helm.md +++ b/documentation/3.2/content/userguide/managing-operators/using-the-operator/using-helm.md @@ -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 diff --git a/documentation/charts/index.yaml b/documentation/charts/index.yaml index b202885fc60..a85faf3a413 100644 --- a/documentation/charts/index.yaml +++ b/documentation/charts/index.yaml @@ -1,9 +1,19 @@ apiVersion: v1 entries: weblogic-operator: + - apiVersion: v1 + appVersion: 3.2.5 + created: "2021-06-21T16:52:04.850761-04:00" + description: Helm chart for configuring the WebLogic operator. + digest: fc90fc05e628fd7f019e4d4a7cfa5bcc3d728979d4baa729e667a95c9767aeaa + name: weblogic-operator + type: application + urls: + - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.2.5.tgz + version: 3.2.5 - apiVersion: v1 appVersion: 3.2.4 - created: "2021-06-18T08:25:45.430358-04:00" + created: "2021-06-21T16:52:04.849926-04:00" description: Helm chart for configuring the WebLogic operator. digest: b6fe80badb65a88c59d0f6f069e7838906451d19baa24ad6744b8a4ce3d51614 name: weblogic-operator @@ -13,7 +23,7 @@ entries: version: 3.2.4 - apiVersion: v1 appVersion: 3.2.3 - created: "2021-06-18T08:25:45.429525-04:00" + created: "2021-06-21T16:52:04.848488-04:00" description: Helm chart for configuring the WebLogic operator. digest: 7a51397c11fdca27a23150abd7816c330009aca791e6013f959c69226b7bd89b name: weblogic-operator @@ -23,7 +33,7 @@ entries: version: 3.2.3 - apiVersion: v1 appVersion: 3.2.2 - created: "2021-06-18T08:25:45.428377-04:00" + created: "2021-06-21T16:52:04.84721-04:00" description: Helm chart for configuring the WebLogic operator. digest: a4101539f527fd8ac80cfaa5314e8ba10a28f5bba462b75932a9bed1b83874bf name: weblogic-operator @@ -33,7 +43,7 @@ entries: version: 3.2.2 - apiVersion: v1 appVersion: 3.2.1 - created: "2021-06-18T08:25:45.426806-04:00" + created: "2021-06-21T16:52:04.845566-04:00" description: Helm chart for configuring the WebLogic operator. digest: 002da958caed9fe625e11b075a5c6df28be956854a0b41dae46f0108a70f9321 name: weblogic-operator @@ -43,7 +53,7 @@ entries: version: 3.2.1 - apiVersion: v1 appVersion: 3.2.0 - created: "2021-06-18T08:25:45.425726-04:00" + created: "2021-06-21T16:52:04.844362-04:00" description: Helm chart for configuring the WebLogic operator. digest: e1c9192b3590d10b8426b7e7bcae27213d9f2296ef4f2cf547e198fd2d89ab1b name: weblogic-operator @@ -53,7 +63,7 @@ entries: version: 3.2.0 - apiVersion: v1 appVersion: 3.1.4 - created: "2021-06-18T08:25:45.423902-04:00" + created: "2021-06-21T16:52:04.842497-04:00" description: Helm chart for configuring the WebLogic operator. digest: 9695fd3c29cd4f006f8e75ae0053683c9aa7213440525002f4f3d36eb8d86633 name: weblogic-operator @@ -63,7 +73,7 @@ entries: version: 3.1.4 - apiVersion: v1 appVersion: 3.1.3 - created: "2021-06-18T08:25:45.422802-04:00" + created: "2021-06-21T16:52:04.841282-04:00" description: Helm chart for configuring the WebLogic operator. digest: e306bd590dbe84400c6b5bb7a64325330e597223dff63792bb5811c9cfae10ac name: weblogic-operator @@ -73,7 +83,7 @@ entries: version: 3.1.3 - apiVersion: v1 appVersion: 3.1.2 - created: "2021-06-18T08:25:45.421725-04:00" + created: "2021-06-21T16:52:04.840079-04:00" description: Helm chart for configuring the WebLogic operator. digest: 2d8b77038ba870cc66ddd45e07a593a5ac3159c8b9531b5309688028b5268a5f name: weblogic-operator @@ -83,7 +93,7 @@ entries: version: 3.1.2 - apiVersion: v1 appVersion: 3.1.1 - created: "2021-06-18T08:25:45.420649-04:00" + created: "2021-06-21T16:52:04.838928-04:00" description: Helm chart for configuring the WebLogic operator. digest: d839cb7bbce4421a59cd9c3df64b1df8649eeebcb6c6b7be34fec25ad00aa141 name: weblogic-operator @@ -93,7 +103,7 @@ entries: version: 3.1.1 - apiVersion: v1 appVersion: 3.1.0 - created: "2021-06-18T08:25:45.419571-04:00" + created: "2021-06-21T16:52:04.83781-04:00" description: Helm chart for configuring the WebLogic operator. digest: 9e105bec11bab249973370a4d5e653f9104cd9fbaaa0c2090fb173805fb3a692 name: weblogic-operator @@ -102,7 +112,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.0.tgz version: 3.1.0 - apiVersion: v1 - created: "2021-06-18T08:25:45.418384-04:00" + created: "2021-06-21T16:52:04.836657-04:00" description: Helm chart for configuring the WebLogic operator. digest: 9dad4d85a6165dbfc57d0baadb5186a5c43c718a1a3ee2dbd6e886fe660cd65a name: weblogic-operator @@ -110,7 +120,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.4.tgz version: 3.0.4 - apiVersion: v1 - created: "2021-06-18T08:25:45.417483-04:00" + created: "2021-06-21T16:52:04.835685-04:00" description: Helm chart for configuring the WebLogic operator. digest: 83a0ac84a033ddd9939d4bc5884cc60b22225d7326c43ce8e54a6f403b453814 name: weblogic-operator @@ -118,7 +128,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.3.tgz version: 3.0.3 - apiVersion: v1 - created: "2021-06-18T08:25:45.416457-04:00" + created: "2021-06-21T16:52:04.834711-04:00" description: Helm chart for configuring the WebLogic operator. digest: fa3af5d21f858ff93cc7d58664a6eb0a920207af09e4c669a7ffb12e9e15b88d name: weblogic-operator @@ -126,7 +136,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.2.tgz version: 3.0.2 - apiVersion: v1 - created: "2021-06-18T08:25:45.415525-04:00" + created: "2021-06-21T16:52:04.833714-04:00" description: Helm chart for configuring the WebLogic operator. digest: aa2b2afe75305bd69f6b07d61e64a37d3bfd249074c81f6a999cef6b4a217fd0 name: weblogic-operator @@ -134,7 +144,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.1.tgz version: 3.0.1 - apiVersion: v1 - created: "2021-06-18T08:25:45.414432-04:00" + created: "2021-06-21T16:52:04.832607-04:00" description: Helm chart for configuring the WebLogic operator. digest: 6540a3a7c6a1c34fcf2ff66679947a1964a35e61232b2a8dea3da087a2d5411d name: weblogic-operator @@ -142,7 +152,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0.tgz version: 3.0.0 - apiVersion: v1 - created: "2021-06-18T08:25:45.413419-04:00" + created: "2021-06-21T16:52:04.831596-04:00" description: Helm chart for configuring the WebLogic operator. digest: 5f4cd8f4f3282b52b5e90a1169f26986e8272671845053606ade9c855fb04151 name: weblogic-operator @@ -150,7 +160,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0-rc1.tgz version: 3.0.0-rc1 - apiVersion: v1 - created: "2021-06-18T08:25:45.412363-04:00" + created: "2021-06-21T16:52:04.830519-04:00" description: Helm chart for configuring the WebLogic operator. digest: e3596b2380b264a0a70ba438858ca9af102a79689bf2e21e237eb63ea2997d66 name: weblogic-operator @@ -158,7 +168,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.6.0.tgz version: 2.6.0 - apiVersion: v1 - created: "2021-06-18T08:25:45.411378-04:00" + created: "2021-06-21T16:52:04.829481-04:00" description: Helm chart for configuring the WebLogic operator. digest: fe41421b7dc45dc8a3b2888d3a626a37f5d3c8e1fa292fb6699deedc5e1db33d name: weblogic-operator @@ -166,7 +176,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.5.0.tgz version: 2.5.0 - apiVersion: v1 - created: "2021-06-18T08:25:45.409699-04:00" + created: "2021-06-21T16:52:04.82847-04:00" description: Helm chart for configuring the WebLogic operator. digest: b36bd32083f67453a62d089a2c09ce38e6655d88ac8a7b38691230c55c40e672 name: weblogic-operator @@ -174,7 +184,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.4.0.tgz version: 2.4.0 - apiVersion: v1 - created: "2021-06-18T08:25:45.408403-04:00" + created: "2021-06-21T16:52:04.827389-04:00" description: Helm chart for configuring the WebLogic operator. digest: a3eafe4c2c6ff49384e56421201e59a3737d651af8d5b605b87a19eb1f6f1dc3 name: weblogic-operator @@ -182,7 +192,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.1.tgz version: 2.3.1 - apiVersion: v1 - created: "2021-06-18T08:25:45.405517-04:00" + created: "2021-06-21T16:52:04.824822-04:00" description: Helm chart for configuring the WebLogic operator. digest: cbc6caaa6eb28e3c7e906ede14b2ae511a0b35fc12a8e3ab629155b09993e8b2 name: weblogic-operator @@ -190,7 +200,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz version: 2.3.0 - apiVersion: v1 - created: "2021-06-18T08:25:45.404275-04:00" + created: "2021-06-21T16:52:04.823898-04:00" description: Helm chart for configuring the WebLogic operator. digest: 23d5a1c554fa8211cc1e86b7ade09460917cb2069e68fb4bfdddafc8db44fdcd name: weblogic-operator @@ -198,7 +208,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.1.tgz version: 2.2.1 - apiVersion: v1 - created: "2021-06-18T08:25:45.403229-04:00" + created: "2021-06-21T16:52:04.822947-04:00" description: Helm chart for configuring the WebLogic operator. digest: bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f name: weblogic-operator @@ -206,7 +216,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz version: 2.2.0 - apiVersion: v1 - created: "2021-06-18T08:25:45.402047-04:00" + created: "2021-06-21T16:52:04.821788-04:00" description: Helm chart for configuring the WebLogic operator. digest: 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d name: weblogic-operator @@ -214,11 +224,11 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz version: "2.1" - apiVersion: v1 - created: "2021-06-18T08:25:45.401044-04:00" + created: "2021-06-21T16:52:04.820732-04:00" description: Helm chart for configuring the WebLogic operator. digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5 name: weblogic-operator urls: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz version: 2.0.1 -generated: "2021-06-18T08:25:45.399482-04:00" +generated: "2021-06-21T16:52:04.819164-04:00" diff --git a/documentation/charts/weblogic-operator-3.2.5.tgz b/documentation/charts/weblogic-operator-3.2.5.tgz new file mode 100644 index 00000000000..c8f414dbf3d Binary files /dev/null and b/documentation/charts/weblogic-operator-3.2.5.tgz differ diff --git a/documentation/domains/Domain.json b/documentation/domains/Domain.json index f3ca364afd3..beab67acf25 100644 --- a/documentation/domains/Domain.json +++ b/documentation/domains/Domain.json @@ -602,7 +602,7 @@ "type": "object", "properties": { "image": { - "description": "The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.2", + "description": "The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.3", "type": "string" }, "imagePullPolicy": { diff --git a/documentation/domains/Domain.md b/documentation/domains/Domain.md index ff2a2ef36a2..6852190ad54 100644 --- a/documentation/domains/Domain.md +++ b/documentation/domains/Domain.md @@ -117,7 +117,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall | Name | Type | Description | | --- | --- | --- | | `configuration` | Map | The configuration for the WebLogic Monitoring Exporter. If WebLogic Server instances are already running and have the monitoring exporter sidecar container, then changes to this field will be propagated to the exporter without requiring the restart of the WebLogic Server instances. | -| `image` | string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.2 | +| `image` | string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.3 | | `imagePullPolicy` | string | The image pull policy for the WebLogic Monitoring Exporter sidecar container image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. | | `port` | number | The port exposed by the WebLogic Monitoring Exporter running in the sidecar container. Defaults to 8080. The port value must not conflict with a port used by any WebLogic Server instance, including the ports of built-in channels or network access points (NAPs). | diff --git a/documentation/staging/content/_index.md b/documentation/staging/content/_index.md index dfb6aa5a7c7..a65c95abb42 100644 --- a/documentation/staging/content/_index.md +++ b/documentation/staging/content/_index.md @@ -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" >}}). *** diff --git a/documentation/staging/content/faq/namespace-management.md b/documentation/staging/content/faq/namespace-management.md index d3604c03379..134b8a83e5b 100644 --- a/documentation/staging/content/faq/namespace-management.md +++ b/documentation/staging/content/faq/namespace-management.md @@ -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 diff --git a/documentation/staging/content/quickstart/get-images.md b/documentation/staging/content/quickstart/get-images.md index 1bd241f2d7c..5b564d42df9 100644 --- a/documentation/staging/content/quickstart/get-images.md +++ b/documentation/staging/content/quickstart/get-images.md @@ -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: diff --git a/documentation/staging/content/quickstart/install.md b/documentation/staging/content/quickstart/install.md index 18c915bcd37..5e9f9de766d 100644 --- a/documentation/staging/content/quickstart/install.md +++ b/documentation/staging/content/quickstart/install.md @@ -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" \ diff --git a/documentation/staging/content/quickstart/prerequisites.md b/documentation/staging/content/quickstart/prerequisites.md index d563639cec3..b661f998496 100644 --- a/documentation/staging/content/quickstart/prerequisites.md +++ b/documentation/staging/content/quickstart/prerequisites.md @@ -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 ``` diff --git a/documentation/staging/content/release-notes.md b/documentation/staging/content/release-notes.md index 0600a4d1b5d..73988e0a0d5 100644 --- a/documentation/staging/content/release-notes.md +++ b/documentation/staging/content/release-notes.md @@ -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. | @@ -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)). diff --git a/documentation/staging/content/samples/simple/azure-kubernetes-service/domain-on-pv.md b/documentation/staging/content/samples/simple/azure-kubernetes-service/domain-on-pv.md index 833b8f793a2..286a9ca6100 100644 --- a/documentation/staging/content/samples/simple/azure-kubernetes-service/domain-on-pv.md +++ b/documentation/staging/content/samples/simple/azure-kubernetes-service/domain-on-pv.md @@ -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. diff --git a/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt b/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt index 9c05a5faa1a..6135900a105 100644 --- a/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt +++ b/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-01.txt @@ -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. diff --git a/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt b/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt index 76848fc0fce..7cf54eb3cd4 100644 --- a/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt +++ b/documentation/staging/content/samples/simple/azure-kubernetes-service/includes/prerequisites-02.txt @@ -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. diff --git a/documentation/staging/content/samples/simple/azure-kubernetes-service/model-in-image.md b/documentation/staging/content/samples/simple/azure-kubernetes-service/model-in-image.md index b101c1ebb3b..2a1e9131ab6 100644 --- a/documentation/staging/content/samples/simple/azure-kubernetes-service/model-in-image.md +++ b/documentation/staging/content/samples/simple/azure-kubernetes-service/model-in-image.md @@ -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 diff --git a/documentation/staging/content/samples/simple/domains/model-in-image/prerequisites.md b/documentation/staging/content/samples/simple/domains/model-in-image/prerequisites.md index 1a16595aa5d..59bac144955 100644 --- a/documentation/staging/content/samples/simple/domains/model-in-image/prerequisites.md +++ b/documentation/staging/content/samples/simple/domains/model-in-image/prerequisites.md @@ -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. diff --git a/documentation/staging/content/samples/simple/tanzu-kubernetes-service/_index.md b/documentation/staging/content/samples/simple/tanzu-kubernetes-service/_index.md index d64625abf2a..6b4aa36c935 100644 --- a/documentation/staging/content/samples/simple/tanzu-kubernetes-service/_index.md +++ b/documentation/staging/content/samples/simple/tanzu-kubernetes-service/_index.md @@ -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 diff --git a/documentation/staging/content/userguide/introduction/architecture.md b/documentation/staging/content/userguide/introduction/architecture.md index ee1196ce90f..246a782e3ec 100644 --- a/documentation/staging/content/userguide/introduction/architecture.md +++ b/documentation/staging/content/userguide/introduction/architecture.md @@ -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" >}}). diff --git a/documentation/staging/content/userguide/introduction/introduction.md b/documentation/staging/content/userguide/introduction/introduction.md index 6e04ae74c40..6f999ba6866 100644 --- a/documentation/staging/content/userguide/introduction/introduction.md +++ b/documentation/staging/content/userguide/introduction/introduction.md @@ -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, diff --git a/documentation/staging/content/userguide/managing-domains/domain-lifecycle/restarting.md b/documentation/staging/content/userguide/managing-domains/domain-lifecycle/restarting.md index 3f227702887..5a37b6f21ae 100644 --- a/documentation/staging/content/userguide/managing-domains/domain-lifecycle/restarting.md +++ b/documentation/staging/content/userguide/managing-domains/domain-lifecycle/restarting.md @@ -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. diff --git a/documentation/staging/content/userguide/managing-operators/installation/_index.md b/documentation/staging/content/userguide/managing-operators/installation/_index.md index ab204d966c5..0bf30c2516e 100644 --- a/documentation/staging/content/userguide/managing-operators/installation/_index.md +++ b/documentation/staging/content/userguide/managing-operators/installation/_index.md @@ -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 \ diff --git a/documentation/staging/content/userguide/managing-operators/using-the-operator/using-helm.md b/documentation/staging/content/userguide/managing-operators/using-the-operator/using-helm.md index 03541cd5e23..dce37065ba1 100644 --- a/documentation/staging/content/userguide/managing-operators/using-the-operator/using-helm.md +++ b/documentation/staging/content/userguide/managing-operators/using-the-operator/using-helm.md @@ -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 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b097ede7135..e26d742073e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.2.4 + 3.2.5 integration-tests diff --git a/json-schema-generator/pom.xml b/json-schema-generator/pom.xml index d8318d8386b..6e4f8233862 100644 --- a/json-schema-generator/pom.xml +++ b/json-schema-generator/pom.xml @@ -7,7 +7,7 @@ operator-parent oracle.kubernetes - 3.2.4 + 3.2.5 json-schema diff --git a/kubernetes/charts/weblogic-operator/Chart.yaml b/kubernetes/charts/weblogic-operator/Chart.yaml index c7b3f6af9cb..be2b8281116 100644 --- a/kubernetes/charts/weblogic-operator/Chart.yaml +++ b/kubernetes/charts/weblogic-operator/Chart.yaml @@ -6,5 +6,5 @@ name: weblogic-operator description: Helm chart for configuring the WebLogic operator. type: application -version: 3.2.4 -appVersion: 3.2.4 +version: 3.2.5 +appVersion: 3.2.5 diff --git a/kubernetes/charts/weblogic-operator/values.yaml b/kubernetes/charts/weblogic-operator/values.yaml index 2695c9669c4..afb759f654a 100644 --- a/kubernetes/charts/weblogic-operator/values.yaml +++ b/kubernetes/charts/weblogic-operator/values.yaml @@ -63,7 +63,7 @@ domainNamespaces: enableClusterRoleBinding: false # image specifies the container image containing the operator. -image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4" +image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5" # imagePullPolicy specifies the image pull policy for the operator's container image. imagePullPolicy: IfNotPresent diff --git a/kubernetes/crd/domain-crd.yaml b/kubernetes/crd/domain-crd.yaml index 838b81c43de..ee667e69bfe 100644 --- a/kubernetes/crd/domain-crd.yaml +++ b/kubernetes/crd/domain-crd.yaml @@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - weblogic.sha256: d1191a10f1c4843d11c897002f731292c9f580c6670a84e1ee8b5916e21f0a62 + weblogic.sha256: bfcd3cf6919ea8927a28caee994885390e993e9bc497d45009abf7c2fd3232ad name: domains.weblogic.oracle spec: group: weblogic.oracle @@ -39,7 +39,7 @@ spec: properties: image: description: The WebLogic Monitoring Exporter sidecar container - image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.2 + image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.3 type: string imagePullPolicy: description: The image pull policy for the WebLogic Monitoring diff --git a/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md b/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md index c239f54362a..6b4c7106ec4 100644 --- a/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md +++ b/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md @@ -7,7 +7,7 @@ An operator is an application-specific controller that extends Kubernetes to cre #### Clone the operator repository to a Cloud Shell instance #### First, clone the operator git repository to OCI Cloud Shell. ```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 ``` The output should be similar to the following: ```shell @@ -78,7 +78,7 @@ Execute the following `helm install`: $ 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" \ diff --git a/kubernetes/pom.xml b/kubernetes/pom.xml index 6e49bcc09f4..4120eab0111 100644 --- a/kubernetes/pom.xml +++ b/kubernetes/pom.xml @@ -9,7 +9,7 @@ oracle.kubernetes operator-parent - 3.2.4 + 3.2.5 installation-tests diff --git a/operator-build-maven-plugin/pom.xml b/operator-build-maven-plugin/pom.xml index 54abd8ce9fe..9b774488d5f 100644 --- a/operator-build-maven-plugin/pom.xml +++ b/operator-build-maven-plugin/pom.xml @@ -7,7 +7,7 @@ operator-parent oracle.kubernetes - 3.2.4 + 3.2.5 operator-build-maven-plugin diff --git a/operator/pom.xml b/operator/pom.xml index f2fe5a873d3..98df4279437 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.2.4 + 3.2.5 weblogic-kubernetes-operator diff --git a/operator/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java b/operator/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java index fff5570c6ea..04dbc4f78f3 100644 --- a/operator/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java +++ b/operator/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java @@ -6,7 +6,7 @@ /** Kubernetes constants. */ public interface KubernetesConstants { String DEFAULT_IMAGE = "container-registry.oracle.com/middleware/weblogic:12.2.1.4"; - String DEFAULT_EXPORTER_IMAGE = "ghcr.io/oracle/weblogic-monitoring-exporter:2.0.2"; + String DEFAULT_EXPORTER_IMAGE = "ghcr.io/oracle/weblogic-monitoring-exporter:2.0.3"; String EXPORTER_CONTAINER_NAME = "monitoring-exporter"; String ALWAYS_IMAGEPULLPOLICY = ImagePullPolicy.Always.name(); String IFNOTPRESENT_IMAGEPULLPOLICY = ImagePullPolicy.IfNotPresent.name(); diff --git a/pom.xml b/pom.xml index 5a5b0bab0d8..98cac0cb5a9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.2.4 + 3.2.5 operator @@ -24,7 +24,7 @@ scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git https://github.com/oracle/weblogic-kubernetes-operator - v3.2.4 + v3.2.5 Oracle WebLogic Server Kubernetes Operator diff --git a/swagger-generator/pom.xml b/swagger-generator/pom.xml index 54fd07fa0f8..472cb243e24 100644 --- a/swagger-generator/pom.xml +++ b/swagger-generator/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.2.4 + 3.2.5 operator-swagger