Skip to content

Commit

Permalink
WebLogic Kubernetes Operator 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Apr 8, 2023
1 parent 4439f41 commit b9f2537
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 55 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.5.
This release was published on February 21, 2023.
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 4.0.6.
This release was published on April 8, 2023.
***

## Documentation
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 @@ -32,7 +32,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 February 21, 2023. See the [operator prerequisites]({{< relref "/introduction/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/introduction/platforms/environments.md" >}}).
This release was published on April 8, 2023. See the [operator prerequisites]({{< relref "/introduction/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/introduction/platforms/environments.md" >}}).

***

Expand Down
15 changes: 15 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). |
|--------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| April 8, 2023 | v4.0.6 | Resolved several issues related to delayed watch notifications, security context, and server URLs. Image is now multi-platform. Update SnakeYAML dependency to 2.0. Added support for new zip structure in WDT archive for database wallets. |
| April 7, 2023 | v3.4.7 | Resolved and issue related to WDT models that do not include AdminServerName and an update to prevent use of the SnakeYAML empty-arguments SafeConstructor constructor. |
| 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. |
Expand Down Expand Up @@ -67,6 +68,20 @@ draft: false

### Change log

#### Operator 4.0.6

* Resolved several issues related to delayed watch notifications:
* Resolved an issue where an introspection Failed domain status message is generated.
* Resolved an issue where a DOMAIN_CHANGED event was not generated.
* Resolved an issue where a Cluster was marked as Failed.
* Resolved an issue where the WDT model has a Server named "adminserver", but does not explicitly specify that this server is the Administration Server using the AdminServerName.
* Update the SnakeYAML dependency to version 2.0.
* Added support for new zip structure in WDT archive for database wallets.
* Container image is now multi-platform, including support for AMD64 and ARM64.
* Resolved an issue where the operator would generate invalid URLs for WebLogic Server instances if the namespace name started with a numeric character.
* Resolved an upgrade issue related to security contexts on init containers.
* Resolved an issue related to `seccompProfile` security context entry on OpenShift.

#### Operator 3.4.7

* Resolved an issue related to WDT models that do not contain AdminServerName.
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.5
4.0.6

0 comments on commit b9f2537

Please sign in to comment.