From af5590dddb09d2eb8e6293d4d9f4935cb74bc938 Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Fri, 7 Apr 2023 17:29:49 -0400 Subject: [PATCH] Synchronize documentation --- documentation/site/content/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.