Skip to content

Commit eb5599f

Browse files
committed
Merge remote-tracking branch 'oracle/main' into edburns-msft-em-6234-reza-fixes
2 parents 951ed56 + 28eb0e6 commit eb5599f

File tree

19 files changed

+1727
-7
lines changed

19 files changed

+1727
-7
lines changed

Jenkinsfile.okd

Lines changed: 511 additions & 0 deletions
Large diffs are not rendered by default.

documentation/site/content/introduction/platforms/environments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ WebLogic Kubernetes Operator is certified for use on OKE with Kubernetes 1.25.0+
7979
[Oracle Cloud Native Environment](https://docs.oracle.com/en/operating-systems/olcne/) is a fully integrated suite for the development and management of cloud-native applications. Based on Open Container Initiative (OCI) and Cloud Native Computing Foundation (CNCF) standards, Oracle Cloud Native Environment delivers a simplified framework for installations, updates, upgrades, and configuration of key features for orchestrating microservices.
8080

8181
WebLogic Server and the WebLogic Kubernetes Operator are certified and supported on Oracle Cloud Native Environment (OCNE):
82+
* OCNE 1.9 with Kubernetes 1.29.3+
83+
* OCNE 1.8 with Kubernetes 1.28.8+
8284
* OCNE 1.7 with Kubernetes 1.26.6+
8385
* OCNE 1.6 with Kubernetes 1.25.11+
8486

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
##### Download the WebLogic Kubernetes Operator sample.
22

3-
Download the WebLogic Kubernetes Operator sample ZIP file. We will use several scripts in this zip file to create a WebLogic domain. This sample was tested with v4.2.5, but should work with the latest release.
3+
Download the WebLogic Kubernetes Operator sample ZIP file. We will use several scripts in this zip file to create a WebLogic domain. This sample was tested with v4.2.8, but should work with the latest release.
44

55
```shell
66
$ cd $BASE_DIR
77
$ mkdir sample-scripts
8-
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.5/sample-scripts.zip \
8+
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.8/sample-scripts.zip \
99
-o ${BASE_DIR}/sample-scripts/sample-scripts.zip
1010
$ unzip ${BASE_DIR}/sample-scripts/sample-scripts.zip -d ${BASE_DIR}/sample-scripts
1111
```

documentation/site/content/samples/azure-kubernetes-service/model-in-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Update the repo to get the latest Helm charts. It is a best practice to do this
113113
$ helm repo update
114114
$ helm install weblogic-operator weblogic-operator/weblogic-operator \
115115
--namespace sample-weblogic-operator-ns \
116-
--version 4.2.5 \
116+
--version 4.2.8 \
117117
--set serviceAccount=sample-weblogic-operator-sa \
118118
--wait
119119
```
@@ -129,7 +129,7 @@ REVISION: 1
129129
TEST SUITE: None
130130
```
131131

132-
{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `4.2.5` in the preceding command with the other version number. To see the list of versions, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
132+
{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `4.2.8` in the preceding command with the other version number. To see the list of versions, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
133133
{{% /notice %}}
134134

135135

@@ -143,7 +143,7 @@ The output will show something similar to the following:
143143

144144
```
145145
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
146-
weblogic-operator sample-weblogic-operator-ns 1 2023-05-15 10:31:05.1890341 +0800 CST deployeweblogic-operator-4.2.5 4.2.5
146+
weblogic-operator sample-weblogic-operator-ns 1 2023-05-15 10:31:05.1890341 +0800 CST deployeweblogic-operator-4.2.8 4.2.8
147147
```
148148

149149
```shell

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItCrossDomainTransactionSecurity.java

Lines changed: 820 additions & 0 deletions
Large diffs are not rendered by default.

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItLivenessProbeCustomization.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ public static void initAll(@Namespaces(2) List<String> namespaces) {
156156
*/
157157
@Test
158158
@DisplayName("Test custom liveness probe is triggered")
159-
@Tag("gate")
160159
@Tag("crio")
161160
void testCustomLivenessProbeTriggered() {
162161
DomainResource domain1 = assertDoesNotThrow(() -> getDomainCustomResource(domainUid, domainNamespace),

integration-tests/src/test/java/oracle/weblogic/kubernetes/extensions/InitializationTasks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public void beforeAll(ExtensionContext context) {
311311
//install webhook to prevent every operator installation trying to update crd
312312
installWebHookOnlyOperator("DomainOnPvSimplification=true");
313313
//install traefik when running with podman container runtime
314-
if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT)) {
314+
if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT) && !CRIO) {
315315
installTraefikLB();
316316
}
317317
//install Oracle Database operator as a one time task
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Created-By: 1.8.0_201 (Oracle Corporation)
3+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2024, Oracle and/or its affiliates.
4+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5+
-->
6+
<application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.4">
7+
<description>JSP 2.0 Expression Language Example</description>
8+
<display-name>JSP 2.0 Expression Language Example</display-name>
9+
<module>
10+
<web>
11+
<web-uri>sample_war</web-uri>
12+
<context-root>sample_war</context-root>
13+
</web>
14+
</module>
15+
</application>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2024, Oracle and/or its affiliates.
4+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5+
-->
6+
<weblogic-application xmlns="http://www.bea.com/ns/weblogic/90">
7+
</weblogic-application>

0 commit comments

Comments
 (0)