From eb33cafcc5f92b314d33feb49ec287510b9778bc Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Fri, 18 Feb 2022 13:25:56 -0500 Subject: [PATCH] Release notes for 3.3.8 (#2791) * Release notes for 3.3.8 --- README.md | 4 +- buildDockerImage.sh | 2 +- buildtime-reports/pom.xml | 2 +- documentation/3.3/content/_index.md | 2 +- documentation/3.3/content/release-notes.md | 13 +++ .../userguide/prerequisites/introduction.md | 2 +- .../3.3/layouts/shortcodes/latestVersion.html | 2 +- documentation/charts/index.yaml | 80 ++++++++++-------- .../charts/weblogic-operator-3.3.8.tgz | Bin 0 -> 11824 bytes .../userguide/prerequisites/introduction.md | 2 +- .../layouts/shortcodes/latestVersion.html | 2 +- integration-tests/pom.xml | 2 +- json-schema-generator/pom.xml | 2 +- .../charts/weblogic-operator/Chart.yaml | 4 +- .../charts/weblogic-operator/values.yaml | 2 +- .../tutorials/install.operator.ocishell.md | 4 +- kubernetes/pom.xml | 2 +- .../create-domain-on-aks.sh | 2 +- operator-build-maven-plugin/pom.xml | 2 +- operator/pom.xml | 2 +- pom.xml | 4 +- sonar-project.properties | 2 +- swagger-generator/pom.xml | 2 +- 23 files changed, 82 insertions(+), 59 deletions(-) create mode 100644 documentation/charts/weblogic-operator-3.3.8.tgz diff --git a/README.md b/README.md index 5ca168249d0..2dd97bdc50c 100644 --- a/README.md +++ b/README.md @@ -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/). *** -The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.3.7. -This release was published on December 21, 2021. +The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.3.8. +This release was published on February 18, 2022. *** ## Documentation diff --git a/buildDockerImage.sh b/buildDockerImage.sh index 4ab95868f9e..c4e35a64a31 100755 --- a/buildDockerImage.sh +++ b/buildDockerImage.sh @@ -33,7 +33,7 @@ while getopts "t:" optname; do esac done -IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.3.7} +IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.3.8} SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )" # Proxy settings diff --git a/buildtime-reports/pom.xml b/buildtime-reports/pom.xml index e8b2eb0750e..cb4ddafef35 100644 --- a/buildtime-reports/pom.xml +++ b/buildtime-reports/pom.xml @@ -8,7 +8,7 @@ operator-parent oracle.kubernetes - 3.3.7 + 3.3.8 buildtime-reports diff --git a/documentation/3.3/content/_index.md b/documentation/3.3/content/_index.md index 1ec21a632ed..cb342063aab 100644 --- a/documentation/3.3/content/_index.md +++ b/documentation/3.3/content/_index.md @@ -31,7 +31,7 @@ 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 {{< latestVersion >}}. -This release was published on December 21, 2021. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}). +This release was published on February 18, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}). *** diff --git a/documentation/3.3/content/release-notes.md b/documentation/3.3/content/release-notes.md index 3c5327ec0e1..501e5de73e5 100644 --- a/documentation/3.3/content/release-notes.md +++ b/documentation/3.3/content/release-notes.md @@ -8,6 +8,7 @@ draft: false | Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). | |--------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| February 18, 2022 | v3.3.8 | no | Resolved several issues related to WDT 2.0, Istio, and auxiliary images. | | December 21, 2021 | v3.3.7 | no | Resolved two issues related to auxiliary images. | | November 24, 2021 | v3.3.6 | no | Support added for a `hostAliases` field for WebLogic Server pod generation. | | November 23, 2021 | v3.3.5 | no | Resolved several issues, including an issue related to collecting logs from failed Model in Image domains that used auxiliary images and an issue related to reading PodDisruptionBudget resources not created by the operator. | @@ -50,6 +51,18 @@ draft: false ### Change log +#### Operator 3.3.8 + +* Resolved an issue where the WebLogic Server Administration Console is not accessible through port forwarding after upgrade to WebLogic Deploy Tooling (WDT) 2.0 ([#2776](https://github.com/oracle/weblogic-kubernetes-operator/pull/2776)). +* Resolved an issue where the operator would log a SEVERE message about failing to create the CRD even though the creation was successful ([#2772](https://github.com/oracle/weblogic-kubernetes-operator/pull/2772)). +* Domain resource status now correctly displays problems pulling auxiliary container images ([#2681](https://github.com/oracle/weblogic-kubernetes-operator/pull/2681)). +* Resolved an issue related to high CPU usage in the `startServer.sh` script ([#2684](https://github.com/oracle/weblogic-kubernetes-operator/pull/2684)). +* Resolved [issue #2685](https://github.com/oracle/weblogic-kubernetes-operator/issues/2685) related to an NPE while reading server health information ([#2692](https://github.com/oracle/weblogic-kubernetes-operator/pull/2692)). +* Resolved an issue related to the `create-domain.sh` sample script ([#2696](https://github.com/oracle/weblogic-kubernetes-operator/pull/2696)). +* Added validation to reject domain configurations that use the same `serverNamePrefix` for multiple clusters ([#2700](https://github.com/oracle/weblogic-kubernetes-operator/pull/2700)). +* Resolved an issue related to properly handling WDT archive `domainBin` directory updates ([#2704](https://github.com/oracle/weblogic-kubernetes-operator/pull/2704)). +* Restricted HTTP tunnelling for Istio related replication channels ([#2754](https://github.com/oracle/weblogic-kubernetes-operator/pull/2754)). + #### Operator 3.3.7 * Resolved an issue related to the incorrect validation of the auxiliary image path when the default location has been overridden ([#2659](https://github.com/oracle/weblogic-kubernetes-operator/pull/2659)). diff --git a/documentation/3.3/content/userguide/prerequisites/introduction.md b/documentation/3.3/content/userguide/prerequisites/introduction.md index 33fdae3828e..b125a861213 100644 --- a/documentation/3.3/content/userguide/prerequisites/introduction.md +++ b/documentation/3.3/content/userguide/prerequisites/introduction.md @@ -7,7 +7,7 @@ weight: 2 For the current production release {{< latestVersion >}}: -* Kubernetes 1.19.15+, 1.20.6+, and 1.20.11+ (check with `kubectl version`). +* Kubernetes 1.19.15+, 1.20.11+, and 1.21.5+ (check with `kubectl version`). * Flannel networking v0.13.0-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later, *or* OpenShift SDN on OpenShift 4.3 systems. * Docker 18.9.1 or 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.2+ (check with `crictl version | grep RuntimeVersion`). diff --git a/documentation/3.3/layouts/shortcodes/latestVersion.html b/documentation/3.3/layouts/shortcodes/latestVersion.html index 010d183f8b0..7cb75caa9d6 100644 --- a/documentation/3.3/layouts/shortcodes/latestVersion.html +++ b/documentation/3.3/layouts/shortcodes/latestVersion.html @@ -1 +1 @@ -3.3.7 \ No newline at end of file +3.3.8 \ No newline at end of file diff --git a/documentation/charts/index.yaml b/documentation/charts/index.yaml index 25bd5476f3e..63fc474af46 100644 --- a/documentation/charts/index.yaml +++ b/documentation/charts/index.yaml @@ -1,9 +1,19 @@ apiVersion: v1 entries: weblogic-operator: + - apiVersion: v1 + appVersion: 3.3.8 + created: "2022-01-31T14:30:05.407627-05:00" + description: Helm chart for configuring the WebLogic operator. + digest: c276f25b1c3bc265800459dedc3297d1dada17f2cb94891724bb272c2eefc9fb + name: weblogic-operator + type: application + urls: + - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.3.8.tgz + version: 3.3.8 - apiVersion: v1 appVersion: 3.3.7 - created: "2021-12-21T07:54:52.791846-05:00" + created: "2022-01-31T14:30:05.406466-05:00" description: Helm chart for configuring the WebLogic operator. digest: 17149bc17bd0029f376cc1c2cb4d11ee84bc94e9d511bc6e9c94e0f36d48f828 name: weblogic-operator @@ -13,7 +23,7 @@ entries: version: 3.3.7 - apiVersion: v1 appVersion: 3.3.6 - created: "2021-12-21T07:54:52.790525-05:00" + created: "2022-01-31T14:30:05.404147-05:00" description: Helm chart for configuring the WebLogic operator. digest: a287cca3b371297c4746197f5465af56827a8726056184f0f702698012915733 name: weblogic-operator @@ -23,7 +33,7 @@ entries: version: 3.3.6 - apiVersion: v1 appVersion: 3.3.5 - created: "2021-12-21T07:54:52.786883-05:00" + created: "2022-01-31T14:30:05.40236-05:00" description: Helm chart for configuring the WebLogic operator. digest: 94071c0f0b2a469a727d676ae3bf36299bb7de3aee4c1bf4b4c1b903d3695ee7 name: weblogic-operator @@ -33,7 +43,7 @@ entries: version: 3.3.5 - apiVersion: v1 appVersion: 3.3.4 - created: "2021-12-21T07:54:52.750055-05:00" + created: "2022-01-31T14:30:05.363031-05:00" description: Helm chart for configuring the WebLogic operator. digest: 1875193bb4c227baa127517b9686e939bcf0c1104470cb1f2486491ce377fb20 name: weblogic-operator @@ -43,7 +53,7 @@ entries: version: 3.3.4 - apiVersion: v1 appVersion: 3.3.3 - created: "2021-12-21T07:54:52.748302-05:00" + created: "2022-01-31T14:30:05.361464-05:00" description: Helm chart for configuring the WebLogic operator. digest: dae92f7a773c50cb28170bf166677fe717c599fca9385d67d3a9d62080604d10 name: weblogic-operator @@ -53,7 +63,7 @@ entries: version: 3.3.3 - apiVersion: v1 appVersion: 3.3.2 - created: "2021-12-21T07:54:52.746625-05:00" + created: "2022-01-31T14:30:05.359686-05:00" description: Helm chart for configuring the WebLogic operator. digest: d2a865573129cb14122956a1a787c058859947e5687f651ea3f2eeff2ac7329e name: weblogic-operator @@ -63,7 +73,7 @@ entries: version: 3.3.2 - apiVersion: v1 appVersion: 3.3.1 - created: "2021-12-21T07:54:52.744637-05:00" + created: "2022-01-31T14:30:05.358007-05:00" description: Helm chart for configuring the WebLogic operator. digest: 39c84df7ee4ff70bea1752fe0ddfc98da14d9cbd3521b701310f0fbb15aaf938 name: weblogic-operator @@ -73,7 +83,7 @@ entries: version: 3.3.1 - apiVersion: v1 appVersion: 3.3.0 - created: "2021-12-21T07:54:52.742611-05:00" + created: "2022-01-31T14:30:05.356114-05:00" description: Helm chart for configuring the WebLogic operator. digest: efd0ece5ebe1a7b4d826b44af71bbdf08f2c1b3573072a9d5725ca1b3ee18841 name: weblogic-operator @@ -83,7 +93,7 @@ entries: version: 3.3.0 - apiVersion: v1 appVersion: 3.2.5 - created: "2021-12-21T07:54:52.740494-05:00" + created: "2022-01-31T14:30:05.353989-05:00" description: Helm chart for configuring the WebLogic operator. digest: fc90fc05e628fd7f019e4d4a7cfa5bcc3d728979d4baa729e667a95c9767aeaa name: weblogic-operator @@ -93,7 +103,7 @@ entries: version: 3.2.5 - apiVersion: v1 appVersion: 3.2.4 - created: "2021-12-21T07:54:52.7389-05:00" + created: "2022-01-31T14:30:05.312678-05:00" description: Helm chart for configuring the WebLogic operator. digest: b6fe80badb65a88c59d0f6f069e7838906451d19baa24ad6744b8a4ce3d51614 name: weblogic-operator @@ -103,7 +113,7 @@ entries: version: 3.2.4 - apiVersion: v1 appVersion: 3.2.3 - created: "2021-12-21T07:54:52.737291-05:00" + created: "2022-01-31T14:30:05.310423-05:00" description: Helm chart for configuring the WebLogic operator. digest: 7a51397c11fdca27a23150abd7816c330009aca791e6013f959c69226b7bd89b name: weblogic-operator @@ -113,7 +123,7 @@ entries: version: 3.2.3 - apiVersion: v1 appVersion: 3.2.2 - created: "2021-12-21T07:54:52.698984-05:00" + created: "2022-01-31T14:30:05.308751-05:00" description: Helm chart for configuring the WebLogic operator. digest: a4101539f527fd8ac80cfaa5314e8ba10a28f5bba462b75932a9bed1b83874bf name: weblogic-operator @@ -123,7 +133,7 @@ entries: version: 3.2.2 - apiVersion: v1 appVersion: 3.2.1 - created: "2021-12-21T07:54:52.697032-05:00" + created: "2022-01-31T14:30:05.3066-05:00" description: Helm chart for configuring the WebLogic operator. digest: 002da958caed9fe625e11b075a5c6df28be956854a0b41dae46f0108a70f9321 name: weblogic-operator @@ -133,7 +143,7 @@ entries: version: 3.2.1 - apiVersion: v1 appVersion: 3.2.0 - created: "2021-12-21T07:54:52.69546-05:00" + created: "2022-01-31T14:30:05.303141-05:00" description: Helm chart for configuring the WebLogic operator. digest: e1c9192b3590d10b8426b7e7bcae27213d9f2296ef4f2cf547e198fd2d89ab1b name: weblogic-operator @@ -143,7 +153,7 @@ entries: version: 3.2.0 - apiVersion: v1 appVersion: 3.1.4 - created: "2021-12-21T07:54:52.693691-05:00" + created: "2022-01-31T14:30:05.264094-05:00" description: Helm chart for configuring the WebLogic operator. digest: 9695fd3c29cd4f006f8e75ae0053683c9aa7213440525002f4f3d36eb8d86633 name: weblogic-operator @@ -153,7 +163,7 @@ entries: version: 3.1.4 - apiVersion: v1 appVersion: 3.1.3 - created: "2021-12-21T07:54:52.692134-05:00" + created: "2022-01-31T14:30:05.262657-05:00" description: Helm chart for configuring the WebLogic operator. digest: e306bd590dbe84400c6b5bb7a64325330e597223dff63792bb5811c9cfae10ac name: weblogic-operator @@ -163,7 +173,7 @@ entries: version: 3.1.3 - apiVersion: v1 appVersion: 3.1.2 - created: "2021-12-21T07:54:52.690421-05:00" + created: "2022-01-31T14:30:05.260922-05:00" description: Helm chart for configuring the WebLogic operator. digest: 2d8b77038ba870cc66ddd45e07a593a5ac3159c8b9531b5309688028b5268a5f name: weblogic-operator @@ -173,7 +183,7 @@ entries: version: 3.1.2 - apiVersion: v1 appVersion: 3.1.1 - created: "2021-12-21T07:54:52.68843-05:00" + created: "2022-01-31T14:30:05.259094-05:00" description: Helm chart for configuring the WebLogic operator. digest: d839cb7bbce4421a59cd9c3df64b1df8649eeebcb6c6b7be34fec25ad00aa141 name: weblogic-operator @@ -183,7 +193,7 @@ entries: version: 3.1.1 - apiVersion: v1 appVersion: 3.1.0 - created: "2021-12-21T07:54:52.686349-05:00" + created: "2022-01-31T14:30:05.257278-05:00" description: Helm chart for configuring the WebLogic operator. digest: 9e105bec11bab249973370a4d5e653f9104cd9fbaaa0c2090fb173805fb3a692 name: weblogic-operator @@ -192,7 +202,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.0.tgz version: 3.1.0 - apiVersion: v1 - created: "2021-12-21T07:54:52.648927-05:00" + created: "2022-01-31T14:30:05.254326-05:00" description: Helm chart for configuring the WebLogic operator. digest: 9dad4d85a6165dbfc57d0baadb5186a5c43c718a1a3ee2dbd6e886fe660cd65a name: weblogic-operator @@ -200,7 +210,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.4.tgz version: 3.0.4 - apiVersion: v1 - created: "2021-12-21T07:54:52.647526-05:00" + created: "2022-01-31T14:30:05.252472-05:00" description: Helm chart for configuring the WebLogic operator. digest: 83a0ac84a033ddd9939d4bc5884cc60b22225d7326c43ce8e54a6f403b453814 name: weblogic-operator @@ -208,7 +218,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.3.tgz version: 3.0.3 - apiVersion: v1 - created: "2021-12-21T07:54:52.64523-05:00" + created: "2022-01-31T14:30:05.213886-05:00" description: Helm chart for configuring the WebLogic operator. digest: fa3af5d21f858ff93cc7d58664a6eb0a920207af09e4c669a7ffb12e9e15b88d name: weblogic-operator @@ -216,7 +226,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.2.tgz version: 3.0.2 - apiVersion: v1 - created: "2021-12-21T07:54:52.643463-05:00" + created: "2022-01-31T14:30:05.212376-05:00" description: Helm chart for configuring the WebLogic operator. digest: aa2b2afe75305bd69f6b07d61e64a37d3bfd249074c81f6a999cef6b4a217fd0 name: weblogic-operator @@ -224,7 +234,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.1.tgz version: 3.0.1 - apiVersion: v1 - created: "2021-12-21T07:54:52.641953-05:00" + created: "2022-01-31T14:30:05.211041-05:00" description: Helm chart for configuring the WebLogic operator. digest: 6540a3a7c6a1c34fcf2ff66679947a1964a35e61232b2a8dea3da087a2d5411d name: weblogic-operator @@ -232,7 +242,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0.tgz version: 3.0.0 - apiVersion: v1 - created: "2021-12-21T07:54:52.640574-05:00" + created: "2022-01-31T14:30:05.209682-05:00" description: Helm chart for configuring the WebLogic operator. digest: 5f4cd8f4f3282b52b5e90a1169f26986e8272671845053606ade9c855fb04151 name: weblogic-operator @@ -240,7 +250,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-12-21T07:54:52.638695-05:00" + created: "2022-01-31T14:30:05.208347-05:00" description: Helm chart for configuring the WebLogic operator. digest: e3596b2380b264a0a70ba438858ca9af102a79689bf2e21e237eb63ea2997d66 name: weblogic-operator @@ -248,7 +258,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.6.0.tgz version: 2.6.0 - apiVersion: v1 - created: "2021-12-21T07:54:52.63693-05:00" + created: "2022-01-31T14:30:05.207052-05:00" description: Helm chart for configuring the WebLogic operator. digest: fe41421b7dc45dc8a3b2888d3a626a37f5d3c8e1fa292fb6699deedc5e1db33d name: weblogic-operator @@ -256,7 +266,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.5.0.tgz version: 2.5.0 - apiVersion: v1 - created: "2021-12-21T07:54:52.59974-05:00" + created: "2022-01-31T14:30:05.205624-05:00" description: Helm chart for configuring the WebLogic operator. digest: b36bd32083f67453a62d089a2c09ce38e6655d88ac8a7b38691230c55c40e672 name: weblogic-operator @@ -264,7 +274,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.4.0.tgz version: 2.4.0 - apiVersion: v1 - created: "2021-12-21T07:54:52.598508-05:00" + created: "2022-01-31T14:30:05.204236-05:00" description: Helm chart for configuring the WebLogic operator. digest: a3eafe4c2c6ff49384e56421201e59a3737d651af8d5b605b87a19eb1f6f1dc3 name: weblogic-operator @@ -272,7 +282,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.1.tgz version: 2.3.1 - apiVersion: v1 - created: "2021-12-21T07:54:52.59503-05:00" + created: "2022-01-31T14:30:05.163672-05:00" description: Helm chart for configuring the WebLogic operator. digest: cbc6caaa6eb28e3c7e906ede14b2ae511a0b35fc12a8e3ab629155b09993e8b2 name: weblogic-operator @@ -280,7 +290,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz version: 2.3.0 - apiVersion: v1 - created: "2021-12-21T07:54:52.593385-05:00" + created: "2022-01-31T14:30:05.161492-05:00" description: Helm chart for configuring the WebLogic operator. digest: 23d5a1c554fa8211cc1e86b7ade09460917cb2069e68fb4bfdddafc8db44fdcd name: weblogic-operator @@ -288,7 +298,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.1.tgz version: 2.2.1 - apiVersion: v1 - created: "2021-12-21T07:54:52.591633-05:00" + created: "2022-01-31T14:30:05.159038-05:00" description: Helm chart for configuring the WebLogic operator. digest: bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f name: weblogic-operator @@ -296,7 +306,7 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz version: 2.2.0 - apiVersion: v1 - created: "2021-12-21T07:54:52.590258-05:00" + created: "2022-01-31T14:30:05.157-05:00" description: Helm chart for configuring the WebLogic operator. digest: 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d name: weblogic-operator @@ -304,11 +314,11 @@ entries: - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz version: "2.1" - apiVersion: v1 - created: "2021-12-21T07:54:52.588316-05:00" + created: "2022-01-31T14:30:05.155028-05: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-12-21T07:54:52.585347-05:00" +generated: "2022-01-31T14:30:05.151608-05:00" diff --git a/documentation/charts/weblogic-operator-3.3.8.tgz b/documentation/charts/weblogic-operator-3.3.8.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8ad27119b9fff2593f529d3f1b446c7def70410e GIT binary patch literal 11824 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∩;1LjOu6hI6JX}z=5;x?E21Y7s+?^#`dfR zRb%QPWwPj1OIHEo+M(J2EkL3`RaSK+ONwUP4wTixr&t5)`Te=K$$quZ%KhKQ`aqW? zX(sNy6MXgl??L~K@BFv^cK`QNJkMkQx99vHE1PFZH2pT9q?>A9YtI)08SlWeHL|*| zys{m#IW^L-X}F{m19OI$e>}Mxw0iKV=Sa5p&H8(xu5#S~d9&!F4&y3|<0~4IaG9^*e;eQ8B@a+=Ho2hUO1sC> zg@6UHB5$z1(Wabs0~(|JpumUp%DIyN92OAg-5Q<#e0qHvpx_^GuP@FnzLy=mcz+q7 z;NSSu{gGbi{~82V85IQFoBit#K*2bUiTtUtmJG& zAiv2l*l!8Ckp^^l#%26?nWzTTxh`4S zdW@_be%>oR9|yGe0??pM4AWL?H|ey7lfi4x~VkaQ&4sv<@v2m|uiEZwtXdw*F@fhNfS$rGF0BCx8mj)$$v;TM_rrcUV-TMhbrNuJzPc!B% zeI6Ng1GeGpfQO0LoQ605I3H~wU@I2q)eL=8!J}6j#52un8U5DZQ*hAVd;m2N%$&kH zBEQ2Gj-;`3%uG#(HaAu|bFJavCYAqLmH(51(p%#B1CM`PfB*N<%j)@$ulg^y`M;-l zo=g63gS4L66V;sDtDbN4p2X_ZTlMd{!Y4D#q?fDyU02v<_40(&x(aWv&dlu<5}^~E z;xUPdAi#UhCp*RFIn1}37BzsYvwEIm)QggzTPC;9(>-zUhg1+WDqO8JTvz`G1{W%IL2UicXJ2 efDgAiZToDW?X!I<&;Jhq0RR6aX=a}QPyqn3X)0m> literal 0 HcmV?d00001 diff --git a/documentation/staging/content/userguide/prerequisites/introduction.md b/documentation/staging/content/userguide/prerequisites/introduction.md index 33fdae3828e..b125a861213 100644 --- a/documentation/staging/content/userguide/prerequisites/introduction.md +++ b/documentation/staging/content/userguide/prerequisites/introduction.md @@ -7,7 +7,7 @@ weight: 2 For the current production release {{< latestVersion >}}: -* Kubernetes 1.19.15+, 1.20.6+, and 1.20.11+ (check with `kubectl version`). +* Kubernetes 1.19.15+, 1.20.11+, and 1.21.5+ (check with `kubectl version`). * Flannel networking v0.13.0-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later, *or* OpenShift SDN on OpenShift 4.3 systems. * Docker 18.9.1 or 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.2+ (check with `crictl version | grep RuntimeVersion`). diff --git a/documentation/staging/layouts/shortcodes/latestVersion.html b/documentation/staging/layouts/shortcodes/latestVersion.html index 010d183f8b0..7cb75caa9d6 100644 --- a/documentation/staging/layouts/shortcodes/latestVersion.html +++ b/documentation/staging/layouts/shortcodes/latestVersion.html @@ -1 +1 @@ -3.3.7 \ No newline at end of file +3.3.8 \ No newline at end of file diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 7e18ef04e6c..3b7c6598ae7 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.3.7 + 3.3.8 integration-tests diff --git a/json-schema-generator/pom.xml b/json-schema-generator/pom.xml index 5fc9d2f3cf6..927658976bf 100644 --- a/json-schema-generator/pom.xml +++ b/json-schema-generator/pom.xml @@ -7,7 +7,7 @@ operator-parent oracle.kubernetes - 3.3.7 + 3.3.8 json-schema diff --git a/kubernetes/charts/weblogic-operator/Chart.yaml b/kubernetes/charts/weblogic-operator/Chart.yaml index 13a09b6d7c8..bb1d9dfee43 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.3.7 -appVersion: 3.3.7 +version: 3.3.8 +appVersion: 3.3.8 diff --git a/kubernetes/charts/weblogic-operator/values.yaml b/kubernetes/charts/weblogic-operator/values.yaml index 2db0b9a3f88..c208a0bf190 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.3.7" +image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.3.8" # imagePullPolicy specifies the image pull policy for the operator's container image. imagePullPolicy: IfNotPresent diff --git a/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md b/kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md index 113e5b1449c..ab488f53856 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.3.7 https://github.com/oracle/weblogic-kubernetes-operator.git +$ git clone --branch v3.3.8 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.3.7" \ + --set "image=ghcr.io/oracle/weblogic-kubernetes-operator:3.3.8" \ --set "serviceAccount=sample-weblogic-operator-sa" \ --set "enableClusterRoleBinding=true" \ --set "domainNamespaceSelectionStrategy=LabelSelector" \ diff --git a/kubernetes/pom.xml b/kubernetes/pom.xml index 492eaab3f68..deddeeebeb0 100644 --- a/kubernetes/pom.xml +++ b/kubernetes/pom.xml @@ -9,7 +9,7 @@ oracle.kubernetes operator-parent - 3.3.7 + 3.3.8 installation-tests diff --git a/kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks.sh b/kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks.sh index b9acf0b7c57..c732ee73831 100755 --- a/kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks.sh +++ b/kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks.sh @@ -401,7 +401,7 @@ function installWebLogicOperator { echo $(helm version) helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts helm repo update - helm install weblogic-operator weblogic-operator/weblogic-operator --version "3.3.7" + helm install weblogic-operator weblogic-operator/weblogic-operator --version "3.3.8" } function createWebLogicDomain { diff --git a/operator-build-maven-plugin/pom.xml b/operator-build-maven-plugin/pom.xml index 3255fe156f5..e3ed067fada 100644 --- a/operator-build-maven-plugin/pom.xml +++ b/operator-build-maven-plugin/pom.xml @@ -7,7 +7,7 @@ operator-parent oracle.kubernetes - 3.3.7 + 3.3.8 operator-build-maven-plugin diff --git a/operator/pom.xml b/operator/pom.xml index 664f79b982d..a12ea269fdd 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.3.7 + 3.3.8 weblogic-kubernetes-operator diff --git a/pom.xml b/pom.xml index 8abc92f83ee..46dede73bb0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.3.7 + 3.3.8 operator @@ -24,7 +24,7 @@ scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git https://github.com/oracle/weblogic-kubernetes-operator - v3.3.7 + v3.3.8 Oracle WebLogic Server Kubernetes Operator diff --git a/sonar-project.properties b/sonar-project.properties index f0047c53d26..38d70940620 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Required metadata sonar.projectKey=weblogic-kubernetes-operator sonar.projectName=WebLogic Kubernetes Operator -sonar.projectVersion=3.3.7 +sonar.projectVersion=3.3.8 # Comma-separated paths to directories with sources (required) sonar.sources=operator/src/main/java sonar.java.source=11 diff --git a/swagger-generator/pom.xml b/swagger-generator/pom.xml index 7bf2fa36139..f87b5cb329f 100644 --- a/swagger-generator/pom.xml +++ b/swagger-generator/pom.xml @@ -7,7 +7,7 @@ oracle.kubernetes operator-parent - 3.3.7 + 3.3.8 operator-swagger