Skip to content

Commit 1bb0320

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/4.0
2 parents fd08aca + 8862574 commit 1bb0320

File tree

24 files changed

+64
-46
lines changed

24 files changed

+64
-46
lines changed

Jenkinsfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, 2022, Oracle and/or its affiliates.
1+
// Copyright (c) 2017, 2023, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
//
44
import groovy.json.JsonSlurper
@@ -131,8 +131,6 @@ pipeline {
131131
environment {
132132
github_url = "${env.GIT_URL}"
133133
github_creds = 'ecnj_github'
134-
dockerhub_username_creds = 'docker-username'
135-
dockerhub_password_creds = 'docker-password'
136134
ocr_username_creds = 'OCR username'
137135
ocr_password_creds = 'OCR Password'
138136
ocir_registry_creds = 'ocir-server'
@@ -384,12 +382,7 @@ pipeline {
384382
}
385383

386384
stage('Build WebLogic Kubernetes Operator') {
387-
environment {
388-
DOCKERHUB_USERNAME = credentials("${dockerhub_username_creds}")
389-
DOCKERHUB_PASSWORD = credentials("${dockerhub_password_creds}")
390-
}
391385
steps {
392-
sh 'echo ${DOCKERHUB_PASSWORD} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin'
393386
sh "mvn -DtrimStackTrace=false clean install"
394387
}
395388
}

Jenkinsfile.kindnightly

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ pipeline {
108108
environment {
109109
github_url = "${env.GIT_URL}"
110110
github_creds = 'ecnj_github'
111-
dockerhub_username_creds = 'docker-username'
112-
dockerhub_password_creds = 'docker-password'
113111
ocr_username_creds = 'OCR username'
114112
ocr_password_creds = 'OCR Password'
115113
ocir_registry_creds = 'ocir-server'
@@ -349,12 +347,7 @@ pipeline {
349347
}
350348

351349
stage('Build WebLogic Kubernetes Operator') {
352-
environment {
353-
DOCKERHUB_USERNAME = credentials("${dockerhub_username_creds}")
354-
DOCKERHUB_PASSWORD = credentials("${dockerhub_password_creds}")
355-
}
356350
steps {
357-
sh 'echo ${DOCKERHUB_PASSWORD} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin'
358351
sh "mvn -DtrimStackTrace=false clean install"
359352
}
360353
}

Jenkinsfile.oke

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pipeline {
66
agent { label 'VM.Standard2.8' }
77
options {
8-
timeout(time: 1200, unit: 'MINUTES')
8+
timeout(time: 1800, unit: 'MINUTES')
99
disableConcurrentBuilds()
1010
}
1111

@@ -46,7 +46,7 @@ pipeline {
4646
start_time = sh(script: 'date +"%Y-%m-%d %H:%M:%S"', returnStdout: true).trim()
4747
wle_download_url="https://github.com/oracle/weblogic-logging-exporter/releases/latest"
4848

49-
CLUSTER_NAME = "${env.JOB_NAME == 'wko-oke-nightly-parallel' ? 'mtcluster' : 'mkcluster'}"
49+
CLUSTER_NAME = "${env.JOB_NAME == 'wko-oke-nightly-parallel' ? 'parcluster' : 'seqcluster'}"
5050
kubeconfig_file = "${WORKSPACE}/terraform/${CLUSTER_NAME}_kubeconfig"
5151
MAVEN_PROFILE_NAME = "${env.JOB_NAME == 'wko-oke-nightly-parallel' ? 'oke-parallel' : 'oke-sequential'}"
5252
availability_domain = "${env.JOB_NAME == 'wko-oke-nightly-parallel' ? 'VPGL:PHX-AD-1' : 'VPGL:PHX-AD-2'}"
@@ -62,25 +62,25 @@ pipeline {
6262

6363
string(name: 'KUBE_VERSION',
6464
description: 'kube version for oke cluster',
65-
defaultValue: '1.24.1'
65+
defaultValue: '1.25.4'
6666
)
6767
string(name: 'IMAGE_ID',
6868
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
69-
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaa6med26u7lkdeyz6mjwaepakor5bp2y24lwr4x6adn6izidipbbsa'
70-
//8.0defaultValue: 'ocid1.image.oc1.phx.aaaaaaaan7lpv4nxnx4r772csco2nzre3owzqdebf75ty6mlbp562vn6c45q'
69+
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaancucg25pze6m52agxwxmmfszvsdnhp3kvim53pts2tw6mik4xtha'
70+
//8.0defaultValue: 'ocid1.image.oc1.phx.aaaaaaaancq36l7q4fqwznqhnp626wuekkq7twk2em5ysyd65bd4xho72tmq'
7171

7272
)
7373
string(name: 'KUBECTL_VERSION',
7474
description: 'kubectl version',
75-
defaultValue: '1.24.8'
75+
defaultValue: '1.25.4'
7676
)
7777
string(name: 'HELM_VERSION',
7878
description: 'Helm version',
7979
defaultValue: '3.10.2'
8080
)
8181
string(name: 'ISTIO_VERSION',
8282
description: 'Other Possible Values 1.7.3, 1.8.1, 1.7.6',
83-
defaultValue: '1.10.4'
83+
defaultValue: '1.16.1'
8484
)
8585

8686
string(name: 'NUMBER_OF_THREADS',
@@ -141,11 +141,11 @@ pipeline {
141141
)
142142
string(name: 'PROMETHEUS_CHART_VERSION',
143143
description: '',
144-
defaultValue: '15.2.0'
144+
defaultValue: '17.0.0'
145145
)
146146
string(name: 'GRAFANA_CHART_VERSION',
147147
description: '',
148-
defaultValue: '6.38.6'
148+
defaultValue: '6.44.11'
149149
)
150150
booleanParam(name: 'COLLECT_LOGS_ON_SUCCESS',
151151
description: 'Collect logs for successful runs. Default is false.',
@@ -228,7 +228,7 @@ pipeline {
228228

229229
export OKE_CLUSTER="true"
230230
if [ ${MAVEN_PROFILE_NAME} = 'oke-parallel' ]; then
231-
VCN_CIDR_PREFIX="10.1"
231+
VCN_CIDR_PREFIX="10.4"
232232
else
233233
VCN_CIDR_PREFIX="10.3"
234234
fi

documentation/3.4/content/userguide/introduction/get-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ details of how to access our Slack workspace.
1919
After you are logged in, please come to `#operator` and say, "hello!"
2020

2121
### GitHub issues
22-
To quickly get help, we strongly recommend using [Oracle Slack](#oracle-slack).
22+
To quickly get help, we strongly recommend using [Oracle Slack](https://join.slack.com/t/oracle-weblogic/shared_invite/zt-1ni1gtjv6-PGC6CQ4uIte3KBdm_67~aQ).
2323
If this is insufficient, then feel free
2424
to submit a [GitHub Issue](https://github.com/oracle/weblogic-kubernetes-operator/issues) on the
2525
WebLogic Kubernetes Operator project. All issues are public.

documentation/4.0/content/base-images/custom-images.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ sample assumes that you have installed WIT in `/tmp/imagetool`; you can choose t
160160
--path=/home/acmeuser/wls-installers/jre-8u291-linux-x64.tar.gz
161161
```
162162
```shell
163-
$ /tmp/imagetool/bin/imagetool.sh cache addInstaller \
164-
--type=wls \
165-
--version=12.2.1.3.0 \
166-
--path=/home/acmeuser/wls-installers/fmw_12.2.1.3.0_wls_Disk1_1of1.zip
167-
```
168-
```shell
169163
$ /tmp/imagetool/bin/imagetool.sh cache addInstaller \
170164
--type=wls \
171165
--version=12.2.1.4.0 \
@@ -203,6 +197,11 @@ sample assumes that you have installed WIT in `/tmp/imagetool`; you can choose t
203197
- The minimal patches required for the operator to run a 12.2.1.3 image
204198
(patches 29135930 and 27117282)
205199
instead of the latest recommended patches
200+
201+
{{% notice note %}} As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
202+
Oracle has extended support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
203+
{{% /notice %}}
204+
206205
```shell
207206
$ /tmp/imagetool/bin/imagetool.sh create \
208207
--tag minimal_weblogic:12.2.1.3 \
@@ -593,7 +592,7 @@ Example steps for creating a custom WebLogic image with a Model in Image file la
593592
see `/tmp/mii-sample/domain-resources/WLS/mii-initial-d1-WLS-v1.yaml`
594593
(or `./JRF/mii-initial-d1-JRF-v1.yaml` if using Fusion Middleware Infrastructure `JRF` mode).
595594
596-
__Notes__:
595+
__Notes__:
597596
598597
- The default values for `domain.spec.configuration.model.wdtInstallHome` and `.modelHome`
599598
reference the location of the WDT installation and model files that WIT copied into the image.

documentation/4.0/content/base-images/ocr-images.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ The Oracle Container Registry (OCR) is located at [https://container-registry.or
2929

3030
OCR contains WebLogic Server images, which have a pre-installed Oracle Home with Oracle WebLogic Server and Coherence. OCR, also, contains Fusion Middleware Infrastructure images, which have a pre-installed Oracle Home with Oracle WebLogic Server, Coherence, Fusion Middleware Control, and Java Required Files (JRF). **Note**: Oracle strongly recommends that you use _only_ images with the latest set of recommended patches applied.
3131

32+
{{% notice note %}}
33+
As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
34+
Oracle has extended support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
35+
{{% /notice %}}
36+
3237
See the following sections for information about OCR images:
3338
- [Compare General Availability to Critical Patch Updates images](#compare-general-availability-to-critical-patch-updates-images)
3439
- [WebLogic distribution installer type](#weblogic-distribution-installer-type)

documentation/4.0/content/introduction/get-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ details of how to access our Slack workspace.
1919
After you are logged in, please come to `#operator` and say, "hello!"
2020

2121
### GitHub issues
22-
To quickly get help, we strongly recommend using [Oracle Slack](#oracle-slack).
22+
To quickly get help, we strongly recommend using [Oracle Slack](https://join.slack.com/t/oracle-weblogic/shared_invite/zt-1ni1gtjv6-PGC6CQ4uIte3KBdm_67~aQ).
2323
If this is insufficient, then feel free
2424
to submit a [GitHub Issue](https://github.com/oracle/weblogic-kubernetes-operator/issues) on the
2525
WebLogic Kubernetes Operator project. All issues are public.

documentation/4.0/content/introduction/prerequisites/introduction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ For the current production release {{< latestVersion >}}:
1616
* Either Oracle WebLogic Server 12.2.1.3.0 with patch 29135930, Oracle WebLogic Server 12.2.1.4.0, or Oracle WebLogic Server 14.1.1.0.0.
1717
* The existing WebLogic Server General Availability image, `container-registry.oracle.com/middleware/weblogic:12.2.1.3`,
1818
has this patch applied.
19+
* **NOTE**:
20+
21+
* As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
22+
* Oracle has extended support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
23+
1924
{{% notice warning %}}
2025
Throughout the documentation, the sample images are General Availability (GA) images. GA images are suitable for demonstration and development purposes _only_ where the environments are not available from the public Internet; they are **not acceptable for production use**. In production, you should always use CPU (patched) images from [OCR]({{< relref "/base-images/ocr-images.md" >}}) or create your images using the [WebLogic Image Tool]({{< relref "/base-images/custom-images#create-a-custom-base-image" >}}) (WIT) with the `--recommendedPatches` option. For more guidance, see [Apply the Latest Patches and Updates](https://www.oracle.com/pls/topic/lookup?ctx=en/middleware/standalone/weblogic-server/14.1.1.0&id=LOCKD-GUID-2DA84185-46BA-4D7A-80D2-9D577A4E8DE2) in _Securing a Production Environment for Oracle WebLogic Server_. For details on how to obtain or create images, see [WebLogic images]({{< relref "/base-images/_index.md" >}}).
2126
{{% /notice %}}

documentation/4.0/content/managing-domains/managing-fmw-domains/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The standard pre-built FMW Infrastructure General Availability image, `container
5454
has this patch applied. The FMW Infrastructure 12.2.1.4.0 images do not require this patch. For detailed instructions
5555
on how to log in to the Oracle Container Registry and accept license agreement, see this [document]({{< relref "/base-images/ocr-images#obtain-images-from-the-oracle-container-registry" >}}).
5656

57+
**NOTE**: As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
58+
5759
{{% notice warning %}}
5860
This sample uses General Availability (GA) images. GA images are suitable for demonstration and development purposes _only_ where the environments are not available from the public Internet; they are **not acceptable for production use**. In production, you should always use CPU (patched) images from [OCR]({{< relref "/base-images/ocr-images.md" >}}) or create your images using the [WebLogic Image Tool]({{< relref "/base-images/custom-images#create-a-custom-base-image" >}}) (WIT) with the `--recommendedPatches` option. For more guidance, see [Apply the Latest Patches and Updates](https://www.oracle.com/pls/topic/lookup?ctx=en/middleware/standalone/weblogic-server/14.1.1.0&id=LOCKD-GUID-2DA84185-46BA-4D7A-80D2-9D577A4E8DE2) in _Securing a Production Environment for Oracle WebLogic Server_.
5961
{{% /notice %}}

documentation/4.0/content/managing-domains/model-in-image/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Model in Image requires an image with a WebLogic Server installation.
3333

3434
- Or, you can manually build your own base image, as described in [Create a custom image with patches applied]({{< relref "/base-images/custom-images#create-a-custom-image-with-patches-applied" >}}). This is useful if you want your base images to include additional patches. Note that any 12.2.1.3 image must also include patch 29135930 (the pre-built images already contain this patch).
3535

36+
**NOTE**: As of December, 2022, Oracle will continue support of WebLogic Server 12.2.1.3, for six months _only_, for PSUs and security patches. CPU images for WebLogic Server 12.2.1.3 will be published in the January, 2023, and April, 2023, CPU cycles.
37+
3638
### Directory structure
3739

3840
Model in Image requires the following directory structure in its pods for

0 commit comments

Comments
 (0)