You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/3.4/content/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
31
31
#### Current production release
32
32
33
33
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is {{< latestVersion >}}.
34
-
This release was published on October 26, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
34
+
This release was published on January 24, 2023. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
| 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. |
11
+
| January 24, 2023 | v3.4.5 | no | 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. |
12
+
| 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. |
12
13
| 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. |
13
14
| August 9, 2022 | v3.4.2 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
14
15
| June 13, 2022 | v3.4.1 | no | Resolved several issues related to Model in Image and introspection. |
@@ -56,6 +57,12 @@ draft: false
56
57
57
58
### Change log
58
59
60
+
#### Operator 3.4.5
61
+
62
+
* 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)).
63
+
* Updated the default WebLogic Monitoring Exporter injection to version 2.1.1.
64
+
* Updated several dependencies, including Jackson Databind to version 2.14.1 and the Oracle Linux base for the container image to version 9.
65
+
59
66
#### Operator 3.4.4
60
67
61
68
* Support added to specify resource requests and limits for Monitoring Exporter sidecar containers.
| 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. |
13
14
| 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. |
14
15
| December 15, 2022 | v4.0.3 | Resolved a set of issues related to Istio strict mutual TLS mode and an issue related to the `Completed` status being set too early during cluster scale down. |
15
16
| December 9, 2022 | v4.0.2 | Resolved a set of issues related to automatic schema conversion from Domain "v8" to "v9 and an issue related to Model in Image domains and secured production mode. |
@@ -63,6 +64,12 @@ draft: false
63
64
64
65
### Change log
65
66
67
+
#### Operator 3.4.5
68
+
69
+
* 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)).
70
+
* Updated the default WebLogic Monitoring Exporter injection to version 2.1.1.
71
+
* Updated several dependencies, including Jackson Databind to version 2.14.1 and the Oracle Linux base for the container image to version 9.
72
+
66
73
#### Operator 4.0.4
67
74
68
75
* Resolved an issue related to the `logHomeLayout` field during schema conversion from "v8" to "v9" Domains.
0 commit comments