Skip to content

Commit f0aa619

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/4.0
2 parents 85d242c + 6208287 commit f0aa619

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "maven" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "maven"
9+
directory: "/"
1010
schedule:
1111
interval: "daily"
12-
- package-ecosystem: "maven" # See documentation for possible values
12+
- package-ecosystem: "maven"
13+
target-branch: release/4.0
14+
directory: "/"
15+
schedule:
16+
interval: "daily"
17+
- package-ecosystem: "maven"
1318
target-branch: release/3.4
14-
directory: "/" # Location of package manifests
19+
directory: "/"
1520
schedule:
1621
interval: "daily"

documentation/4.0/content/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ draft: false
9696

9797
* This release also introduces a new custom resource, the `weblogic.oracle/v1` Cluster resource.
9898
* This Cluster resource configures a specific WebLogic cluster and allows customers to scale that cluster using the Kubernetes Horizontal Pod Autoscaling (HPA) or similar technologies.
99-
* The Cluster resource `.spec` schema is similar to and replaces the former `weblogic.oracle/v8` Domain resource `.spec.clusters[*]` content.
99+
* The Cluster resource `.spec` schema is similar to and replaces the former `weblogic.oracle/v8` Domain resource `.spec.clusters[*]` content.
100100
* The Cluster resource `.status` schema mirrors the content of the Domain resource `.status.clusters[*]` content.
101101

102102
* This release simplifies [upgrading the operator]({{< relref "/managing-operators/installation.md" >}}).
@@ -249,7 +249,7 @@ draft: false
249249
* Support for the networking changes included with Istio 1.10 ([#2538](https://github.com/oracle/weblogic-kubernetes-operator/pull/2538)).
250250
* Support for accessing the WebLogic Server Administration Console through `kubectl port-forward` ([#2520](https://github.com/oracle/weblogic-kubernetes-operator/pull/2520)).
251251
* Prevent insecure file system warnings related to the "umask 027" requirement ([#2533](https://github.com/oracle/weblogic-kubernetes-operator/pull/2533)).
252-
* Enhanced [liveness and readiness probe customization](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/liveness-readiness-probe-customization/) to support customizing failure thresholds ([#2521](https://github.com/oracle/weblogic-kubernetes-operator/pull/2521)).
252+
* Enhanced [liveness and readiness probe customization](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/domain-lifecycle/liveness-readiness-probe-customization/) to support customizing failure thresholds ([#2521](https://github.com/oracle/weblogic-kubernetes-operator/pull/2521)).
253253
* Additional validation for container port names and WebLogic Network Access Point (NAP) names that will be used as container ports ([#2542](https://github.com/oracle/weblogic-kubernetes-operator/pull/2542)).
254254

255255
#### Operator 3.3.1
@@ -260,7 +260,7 @@ draft: false
260260

261261
#### Operator 3.3.0
262262

263-
* [Auxiliary images support](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/model-in-image/auxiliary-images/).
263+
* [Auxiliary images support](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/model-in-image/auxiliary-images/).
264264
* Resolved an issue related to Event creation failure with the error: "StorageError: invalid object, Code: 4" ([#2443](https://github.com/oracle/weblogic-kubernetes-operator/pull/2443)).
265265
* Improved the ability of the operator to use an existing introspection ([#2430](https://github.com/oracle/weblogic-kubernetes-operator/pull/2430)).
266266
* Upgraded core dependency versions, including upgrading the Kubernetes Java Client to 13.0.0 ([#2466](https://github.com/oracle/weblogic-kubernetes-operator/pull/2466)).

0 commit comments

Comments
 (0)