diff --git a/documentation/site/content/release-notes.md b/documentation/site/content/release-notes.md index 2a6527a28ab..f09ebdda42b 100644 --- a/documentation/site/content/release-notes.md +++ b/documentation/site/content/release-notes.md @@ -10,6 +10,7 @@ draft: false | Date | Version | Change - See also, [Change log](#change-log). | |--------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 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. | | 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. | @@ -66,6 +67,11 @@ draft: false ### Change log +#### Operator 3.4.7 + +* Resolved an issue related to WDT models that do not contain AdminServerName. +* Updated usage of the SnakeYAML SafeConstructor to avoid usage of the empty-arguments constructor. + #### 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.