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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ You can:
25
25
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
26
26
27
27
***
28
-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.0.
29
-
This release was published on April 22, 2022.
28
+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.1.
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 April 22, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
34
+
This release was published on June 13, 2022. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
| June 13, 2022 | v3.4.1 | no | Resolved several issues related to Model in Image and introspection. |
11
12
| April 22, 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. |
12
13
| February 18, 2022 | v3.3.8 | no | Resolved several issues related to WDT 2.0, Istio, and auxiliary images. |
13
14
| December 21, 2021 | v3.3.7 | no | Resolved two issues related to auxiliary images. |
@@ -52,6 +53,11 @@ draft: false
52
53
53
54
### Change log
54
55
56
+
#### Operator 3.4.1
57
+
58
+
* Better support for retrying introspector `DeadlineExceeded` failures ([#3109](https://github.com/oracle/weblogic-kubernetes-operator/pull/3109)).
59
+
* For Model in Image, expand the WDT custom folder from the archive in the domain directory before calling update or create domain ([#3110](https://github.com/oracle/weblogic-kubernetes-operator/pull/3110)).
60
+
55
61
#### Operator 3.4.0
56
62
57
63
* Certified support for Kubernetes 1.22.5+ and 1.23.4+.
0 commit comments