Skip to content

Commit 1304d20

Browse files
committed
Syncrhonize after WKO 3.4.5 release
1 parent 0b46b46 commit 1304d20

File tree

8 files changed

+30
-6
lines changed

8 files changed

+30
-6
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 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" >}}).
3535

3636
***
3737

documentation/3.4/content/release-notes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). |
1010
|--------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
11-
| 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. |
1213
| 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. |
1314
| August 9, 2022 | v3.4.2 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
1415
| June 13, 2022 | v3.4.1 | no | Resolved several issues related to Model in Image and introspection. |
@@ -56,6 +57,12 @@ draft: false
5657

5758
### Change log
5859

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+
5966
#### Operator 3.4.4
6067

6168
* Support added to specify resource requests and limits for Monitoring Exporter sidecar containers.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.5

documentation/4.0/content/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ draft: false
1010

1111
| Date | Version | Change - See also, [Change log](#change-log). |
1212
|--------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13+
| 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. |
1314
| 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. |
1415
| 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. |
1516
| 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
6364

6465
### Change log
6566

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+
6673
#### Operator 4.0.4
6774

6875
* Resolved an issue related to the `logHomeLayout` field during schema conversion from "v8" to "v9" Domains.

documentation/charts/index.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ entries:
5151
urls:
5252
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-4.0.0.tgz
5353
version: 4.0.0
54+
- apiVersion: v1
55+
appVersion: 3.4.5
56+
created: "2023-01-24T12:21:16.318528-05:00"
57+
description: Helm chart for configuring the WebLogic operator.
58+
digest: b3ed261b954da2dfefd25a59c3eb503e4a995c1d5de7ed2d6a57ddd6781bb85f
59+
name: weblogic-operator
60+
type: application
61+
urls:
62+
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.4.5.tgz
63+
version: 3.4.5
5464
- apiVersion: v1
5565
appVersion: 3.4.4
5666
created: "2022-12-20T09:27:46.693127-05:00"
11.9 KB
Binary file not shown.

kubernetes/crd/domain-crdv8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:
77
annotations:
8-
weblogic.sha256: c38a380dfaccb49e337eab874c1ee806677c263ac31885363b43913f00542760
8+
weblogic.sha256: f260ed89c3a2a357c339b88fee0f998eb456d31bfd50164cea3cb62b3b63fd8a
99
name: domains.weblogic.oracle
1010
spec:
1111
group: weblogic.oracle
@@ -39,7 +39,7 @@ spec:
3939
properties:
4040
image:
4141
description: The WebLogic Monitoring Exporter sidecar container
42-
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.0
42+
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.1
4343
type: string
4444
imagePullPolicy:
4545
description: The image pull policy for the WebLogic Monitoring

operator/src/main/resources/schema/domain-crd-schemav8-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ openAPIV3Schema:
1919
properties:
2020
image:
2121
description: The WebLogic Monitoring Exporter sidecar container
22-
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.0
22+
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.1
2323
type: string
2424
imagePullPolicy:
2525
description: The image pull policy for the WebLogic Monitoring

0 commit comments

Comments
 (0)