Skip to content

Commit 9304a2b

Browse files
authored
Release notes for 3.4.4 (#3565)
* Release notes for 3.4.4 * Review comments
1 parent fa6f938 commit 9304a2b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You can:
2525
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/).
2626

2727
***
28-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.3.
29-
This release was published on August 25, 2022.
28+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.4.
29+
This release was published on October 26, 2022.
3030
***
3131

3232
## Documentation

documentation/3.4/content/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). |
1010
|--------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
11+
| October 26, 2022 | v3.4.4 | no | Support added to specify resource requests and limits for Monitoring Exporter sidecar containers. This release of the operator is compatible with running in the same Kubernetes cluster as additional operators from the upcoming 4.0 release. |
1112
| August 25, 2022 | v3.4.3 | no | Resolved an issue related to introspector failure for non-English locales and improved concurrency for managing configuration override files. |
1213
| August 9, 2022 | v3.4.2 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
1314
| June 13, 2022 | v3.4.1 | no | Resolved several issues related to Model in Image and introspection. |
@@ -55,6 +56,13 @@ draft: false
5556

5657
### Change log
5758

59+
#### Operator 3.4.4
60+
61+
* Support added to specify resource requests and limits for Monitoring Exporter sidecar containers.
62+
* Resolved an issue that prevented the generation of the `RollCompleted` event.
63+
* Updated scaling and lifecycle scripts to work correctly when used in a cluster with the upcoming WebLogic Kubernetes Operator 4.0 release.
64+
* Updated several dependencies, including SnakeYAML and the Oracle Linux base for the container image.
65+
5866
#### Operator 3.4.3
5967

6068
* Resolved an issue where introspection would fail due to the node manager for non-English locales ([#3328](https://github.com/oracle/weblogic-kubernetes-operator/pull/3328)).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3
1+
3.4.4

documentation/staging/content/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ draft: false
1010

1111
| Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). |
1212
|--------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13+
| October 26, 2022 | v3.4.4 | no | Support added to specify resource requests and limits for Monitoring Exporter sidecar containers. This release of the operator is compatible with running in the same Kubernetes cluster as additional operators from the upcoming 4.0 release. |
1314
| August 25, 2022 | v3.4.3 | no | Resolved an issue related to introspector failure for non-English locales and improved concurrency for managing configuration override files. |
1415
| August 9, 2022 | v3.4.2 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
1516
| June 13, 2022 | v3.4.1 | no | Resolved several issues related to Model in Image and introspection. |
@@ -57,6 +58,13 @@ draft: false
5758

5859
### Change log
5960

61+
#### Operator 3.4.4
62+
63+
* Support added to specify resource requests and limits for Monitoring Exporter sidecar containers.
64+
* Resolved an issue that prevented the generation of the `RollCompleted` event.
65+
* Updated scaling and lifecycle scripts to work correctly when used in a cluster with the upcoming WebLogic Kubernetes Operator 4.0 release.
66+
* Updated several dependencies, including SnakeYAML and the Oracle Linux base for the container image.
67+
6068
#### Operator 3.4.3
6169

6270
* Resolved an issue where introspection would fail due to the node manager for non-English locales ([#3328](https://github.com/oracle/weblogic-kubernetes-operator/pull/3328)).

0 commit comments

Comments
 (0)