Skip to content

Commit 3021b30

Browse files
committed
Sync doc
1 parent b0b643a commit 3021b30

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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)).

documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ REVISION: 1
9898
TEST SUITE: None
9999
```
100100

101-
{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `3.4.4` in the preceding command with the other version number. To see the list of version numbers, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
101+
{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `3.4.3` in the preceding command with the other version number. To see the list of version numbers, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
102102
{{% /notice %}}
103103

104104

0 commit comments

Comments
 (0)