Skip to content

Commit

Permalink
Release notes for WKO 4.0.5 (#3996)
Browse files Browse the repository at this point in the history
* Prepare for WKO 4.0.5
  • Loading branch information
rjeberhard authored Feb 21, 2023
1 parent e54c3e7 commit 12e688b
Show file tree
Hide file tree
Showing 20 changed files with 111 additions and 80 deletions.
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/).

***
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 4.0.4.
This release was published on December 20, 2022.
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 4.0.5.
This release was published on February 21, 2023.
***

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions buildDockerImage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2020, 2022, Oracle and/or its affiliates.
# Copyright (c) 2020, 2023, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

usage() {
Expand Down Expand Up @@ -33,7 +33,7 @@ while getopts "t:" optname; do
esac
done

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

# Proxy settings
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- Copyright (c) 2022, Oracle and/or its affiliates.
<!-- Copyright (c) 2022, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/4.0/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 20, 2022. See the [operator prerequisites]({{< relref "/introduction/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/introduction/platforms/environments.md" >}}).
This release was published on February 21, 2023. See the [operator prerequisites]({{< relref "/introduction/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/introduction/platforms/environments.md" >}}).

***

Expand Down
21 changes: 21 additions & 0 deletions documentation/4.0/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ draft: false

| Date | Version | Change - See also, [Change log](#change-log). |
|--------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| February 21, 2023 | v4.0.5 | Resolved several issues related to security, upgrade, performance, WDT models for Model in Image, and updates including the WebLogic Monitoring Exporter version. |
| February 17, 2023 | v3.4.6 | Resolved several issues related to WDT models for Model in Image, resolved an issue related to an exception while correcting container port names, and updates including the WebLogic Monitoring Exporter version. |
| January 24, 2023 | v3.4.5 | Resolved an issue related to decorating the name of the ConfigMap created for Fluentd integration and dependency updates including WebLogic Monitoring Exporter, Jackson Databind, and the Oracle Linux base image. |
| December 20, 2022 | v4.0.4 | Resolved an issue related to the automatic schema conversion of the `logHomeLayout` field and an issue related to stranding a ValidatingWebhookConfiguration resource on uninstall. |
Expand Down Expand Up @@ -65,6 +66,26 @@ draft: false

### Change log

#### Operator 4.0.5

* Updated the Fluentd integration to make the Elasticsearch credentials optional and to allow the specification of the container command and arguments.
* Resolved an issue related to growth in the number of WebLogic sessions related to the monitoring exporter and health checks.
* Resolved [issue #3865](https://github.com/oracle/weblogic-kubernetes-operator/issues/3865) related to decorating the name of the ConfigMap for Fluentd integration ([#3883](https://github.com/oracle/weblogic-kubernetes-operator/pull/3883)).
* Updated the generation of pods and containers for [security best practices](https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/).
* Added support to specify the [container resources and Java options for the introspector job](https://oracle.github.io/weblogic-kubernetes-operator/faq/resource-settings/).
* Changed the Helm chart to disable the operator's REST endpoint by default. This endpoint is only needed for [WLDF action based scaling](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/domain-lifecycle/scaling/). All other forms of scaling are unaffected by this change.
* Resolved an issue related to schema webhook conversion of the `domainHomeInImage` field.
* Resolved an issue related to schema webhook conversion of status conditions only supported for "v9" schema.
* Resolved an issue related to the ordering of init containers generated for "v8" style auxiliary images.
* Resolved several issues related to the generation of Domain and Cluster deletion events.
* Resolved an issue related to using the `nodeSelector` and `affinity` values with the operator's Helm chart.
* Resolved several issues related to WebLogic Deploy Tooling (WDT) models for Model in Image.
* Added support or provided clearer validation errors for cases where `AdminServerName` is set or missing and where there is or is not a matching entry under `Server`.
* Improved support for dynamic clusters that do not specify `ServerTemplate` or `DynamicClusterSize`.
* Provided clearer validation errors for dynamic clusters that have no member servers defined under `DynamicServers`.
* Resolved an issue related to a StringIndexOutOfBoundsException generated while ensuring container port names are not longer than the Kubernetes enforced maximum of 15 characters.
* Updated the default WebLogic Monitoring Exporter injection to version 2.1.2.

#### Operator 3.4.6

* Resolved several issues related to WebLogic Deploy Tooling (WDT) models for Model in Image.
Expand Down
2 changes: 1 addition & 1 deletion documentation/4.0/layouts/shortcodes/latestVersion.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.4
4.0.5
Loading

0 comments on commit 12e688b

Please sign in to comment.