Skip to content

Commit 3023b3f

Browse files
committed
Sync documentation
1 parent 52212ab commit 3023b3f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

documentation/3.4/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
3131
#### Current production release
3232

3333
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is {{< latestVersion >}}.
34-
This release was published on April 21, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
34+
This release was published on April 25, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
3535

3636
***
3737

documentation/3.4/content/release-notes.md

Lines changed: 9 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+
| April 25, 2022 | v3.4.0 | no | Kubernetes 1.22 and 1.23 support, Fluentd sidecar injection, and dependency updates including WebLogic Monitoring Exporter 2.0.5. |
1112
| February 18, 2022 | v3.3.8 | no | Resolved several issues related to WDT 2.0, Istio, and auxiliary images. |
1213
| December 21, 2021 | v3.3.7 | no | Resolved two issues related to auxiliary images. |
1314
| November 24, 2021 | v3.3.6 | no | Support added for a `hostAliases` field for WebLogic Server pod generation. |
@@ -51,6 +52,14 @@ draft: false
5152

5253
### Change log
5354

55+
#### Operator 3.4.0
56+
57+
* Certified support for Kubernetes 1.22.5+ and 1.23.4+.
58+
* Support for injecting [Fluentd sidecar containers]({{< relref "/samples/elastic-stack/weblogic-domain/_index.md" >}}) for WebLogic Server pods and the introspector.
59+
* Resolved an issue where operator Services caused warnings in the Kiali console because of missing protocol designations ([#2957](https://github.com/oracle/weblogic-kubernetes-operator/pull/2957)).
60+
* Updated multiple dependencies, including updating the default WebLogic Monitoring Exporter injection to version 2.0.5.
61+
* Resolved [issue #2794](https://github.com/oracle/weblogic-kubernetes-operator/issues/2794) related to restarting evicted pods ([#2979](https://github.com/oracle/weblogic-kubernetes-operator/pull/2979)).
62+
5463
#### Operator 3.3.8
5564

5665
* Resolved an issue where the WebLogic Server Administration Console is not accessible through port forwarding after upgrade to WebLogic Deploy Tooling (WDT) 2.0 ([#2776](https://github.com/oracle/weblogic-kubernetes-operator/pull/2776)).

documentation/3.4/content/userguide/managing-operators/namespace-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ image: ghcr.io/oracle/weblogic-kubernetes-operator:{{< latestVersion >}}
143143
imagePullPolicy: IfNotPresent
144144
internalDebugHttpPort: 30999
145145
javaLoggingLevel: INFO
146-
logStashImage: logstash:6.8.23
146+
logStashImage: logstash:6.6.0
147147
remoteDebugNodePortEnabled: false
148148
serviceAccount: default
149149
suspendOnDebugStartup: false

0 commit comments

Comments
 (0)