Skip to content

Commit b000514

Browse files
committed
Adding support for service precreation
1 parent f226eb2 commit b000514

File tree

11 files changed

+671
-346
lines changed

11 files changed

+671
-346
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Copyright (c) Isaac Z. Schlueter and Contributors
420420
sax@1.2.4
421421
Copyright (c) Isaac Z. Schlueter and Contributors
422422

423-
semver@6.3.0
423+
semver@6.3.1
424424
Copyright (c) Isaac Z. Schlueter and Contributors
425425

426426
tar@6.2.0
@@ -2128,7 +2128,7 @@ The following packages are licensed under The MIT License:
21282128
@aashutoshrathi/word-wrap@1.2.6
21292129
Copyright (c) 2014-2016, Jon Schlinkert
21302130

2131-
@babel/code-frame@7.18.6
2131+
@babel/code-frame@7.23.5
21322132
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21332133

21342134
@babel/compat-data@7.20.14
@@ -2137,19 +2137,19 @@ Copyright (c) 2014-present Sebastian McKenzie and other contributors
21372137
@babel/core@7.20.12
21382138
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21392139

2140-
@babel/generator@7.20.14
2140+
@babel/generator@7.23.6
21412141
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21422142

21432143
@babel/helper-compilation-targets@7.20.7
21442144
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21452145

2146-
@babel/helper-environment-visitor@7.18.9
2146+
@babel/helper-environment-visitor@7.22.20
21472147
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21482148

2149-
@babel/helper-function-name@7.19.0
2149+
@babel/helper-function-name@7.23.0
21502150
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21512151

2152-
@babel/helper-hoist-variables@7.18.6
2152+
@babel/helper-hoist-variables@7.22.5
21532153
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21542154

21552155
@babel/helper-module-imports@7.18.6
@@ -2161,13 +2161,13 @@ Copyright (c) 2014-present Sebastian McKenzie and other contributors
21612161
@babel/helper-simple-access@7.20.2
21622162
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21632163

2164-
@babel/helper-split-export-declaration@7.18.6
2164+
@babel/helper-split-export-declaration@7.22.6
21652165
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21662166

2167-
@babel/helper-string-parser@7.19.4
2167+
@babel/helper-string-parser@7.23.4
21682168
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21692169

2170-
@babel/helper-validator-identifier@7.19.1
2170+
@babel/helper-validator-identifier@7.22.20
21712171
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21722172

21732173
@babel/helper-validator-option@7.18.6
@@ -2176,19 +2176,19 @@ Copyright (c) 2014-present Sebastian McKenzie and other contributors
21762176
@babel/helpers@7.20.13
21772177
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21782178

2179-
@babel/highlight@7.18.6
2179+
@babel/highlight@7.23.4
21802180
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21812181

2182-
@babel/parser@7.20.13
2182+
@babel/parser@7.23.9
21832183
Copyright (C) 2012-2014 by various contributors (see AUTHORS)
21842184

2185-
@babel/template@7.20.7
2185+
@babel/template@7.23.9
21862186
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21872187

2188-
@babel/traverse@7.20.13
2188+
@babel/traverse@7.23.9
21892189
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21902190

2191-
@babel/types@7.20.7
2191+
@babel/types@7.23.9
21922192
Copyright (c) 2014-present Sebastian McKenzie and other contributors
21932193

21942194
@develar/schema-utils@2.6.5
@@ -2696,7 +2696,7 @@ Copyright © Domenic Denicola
26962696
ee-first@1.1.1
26972697
Copyright (c) 2014 Jonathan Ong me@jongleberry.com
26982698

2699-
electron@25.8.1
2699+
electron@25.9.8
27002700
Copyright (c) Electron contributors
27012701
Copyright (c) 2013-2020 GitHub Inc.
27022702

@@ -2850,7 +2850,7 @@ Copyright (c) 2018 Kyle Robinson Young
28502850
gensync@1.0.0-beta.2
28512851
Copyright 2018 Logan Smyth <loganfsmyth@gmail.com>
28522852

2853-
get-func-name@2.0.0
2853+
get-func-name@2.0.2
28542854
Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
28552855

28562856
get-intrinsic@1.2.0
@@ -3899,6 +3899,9 @@ Copyright (c) Isaac Z. Schlueter and Contributors
38993899
saxes@6.0.0
39003900
Copyright (c) Contributors
39013901

3902+
semver@6.3.1
3903+
Copyright (c) Isaac Z. Schlueter and Contributors
3904+
39023905
semver@6.3.0
39033906
Copyright (c) Isaac Z. Schlueter and Contributors
39043907

@@ -5170,8 +5173,8 @@ The following packages are licensed under The Universal Permissive License (UPL)
51705173
@oracle/ojet-cli@14.1.0
51715174
Copyright (c) 2023 Oracle and/or its affiliates.
51725175

5173-
@oracle/oraclejet-audit@14.1.8
5174-
Copyright (c) 2019, 2023 Oracle and/or its affiliates
5176+
@oracle/oraclejet-audit@14.1.14
5177+
Copyright (c) 2019, 2024 Oracle and/or its affiliates
51755178

51765179
@oracle/oraclejet-tooling@14.1.2
51775180
Copyright (c) 2023 Oracle and/or its affiliates.

documentation/1.6/content/release/_index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
+++
22
title = "Release Notes"
33
date = 2022-11-03T12:48:00-05:00
4-
weight = 89
4+
weight = 88
55
pre = "<b> </b>"
66
+++
77

8-
### Changes in Release 1.6.1
8+
### Changes in Release 1.6.2
99
- [Major New Features](#major-new-features)
1010
- [Other Changes](#other-changes)
1111
- [Bugs Fixes](#bug-fixes)
@@ -15,13 +15,10 @@ pre = "<b> </b>"
1515
None
1616

1717
#### Other Changes
18-
None
18+
- #287 - Added support for WebLogic Kubernetes Operator domain specification's `precreateService` setting.
1919

2020
#### Bug Fixes
21-
- #281 - Fixed issue with Ingress Controller shell script not using `elif`.
22-
- #282 - Fixed issue with busy dialog referencing "auxiliary image" while building a domain creation image.
23-
- #283 - Fixed a typo in the Verrazzano application page in its reference to the Manual Scaler trait.
24-
- #285 - Fixed issues with the Domain shell script when using JRF domains on a persistent volume.
21+
- #286 - Fixed an issue related to SSL termination and pass through Ingress resource generation.
2522

2623
#### Known Issues
2724
- On Linux, the open and save dialogs open behind the main application window. This is due to
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
+++
2+
title = "Release Notes 1.6.1"
3+
date = 2022-11-03T12:48:00-05:00
4+
weight = 89
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.6.1
9+
- [Major New Features](#major-new-features)
10+
- [Other Changes](#other-changes)
11+
- [Bugs Fixes](#bug-fixes)
12+
- [Known Issues](#known-issues)
13+
14+
#### Major New Features
15+
None
16+
17+
#### Other Changes
18+
None
19+
20+
#### Bug Fixes
21+
- #281 - Fixed issue with Ingress Controller shell script not using `elif`.
22+
- #282 - Fixed issue with busy dialog referencing "auxiliary image" while building a domain creation image.
23+
- #283 - Fixed a typo in the Verrazzano application page in its reference to the Manual Scaler trait.
24+
- #285 - Fixed issues with the Domain shell script when using JRF domains on a persistent volume.
25+
26+
#### Known Issues
27+
- On Linux, the open and save dialogs open behind the main application window. This is due to
28+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
29+
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
30+
Verrazzano component containing the WebLogic domain specification.
31+
- Verrazzano installation does not support a multicluster installation.
32+
- Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
33+
applications. The Update URL button will only get information from the admin (i.e., `local`) cluster.

electron/app/locales/en/webui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@
550550
"domain-design-title": "Define the Operator Domain",
551551
"domain-design-secrets-title": "Secrets",
552552
"domain-design-encryption-secret-title": "Runtime Encryption Secret",
553+
"domain-design-domain-service-title": "Domain Server Service Settings",
553554
"domain-design-domain-server-title": "Domain-Wide Server Settings",
554555
"domain-design-uid-label": "Domain UID",
555556
"domain-design-uid-help": "An identification for the domain which is unique in the Kubernetes cluster.",
@@ -807,9 +808,11 @@
807808
"domain-design-regenerate-encryption-value-tooltip": "Regenerate Runtime Encryption Secret Value",
808809
"domain-design-introspection-title": "WebLogic Kubernetes Operator Introspection Configuration",
809810
"domain-design-introspector-job-active-deadline-label": "Introspection Job Active Deadline Seconds",
810-
"domain-design-introspector-job-active-deadline-help": "The WebLogic Kubernetes Operator introspection job timeout value, measured in seconds. The default value is 120 seconds, if not specified",
811+
"domain-design-introspector-job-active-deadline-help": "The WebLogic Kubernetes Operator introspection job timeout value, measured in seconds. The default value is 120 seconds, if not specified.",
811812
"domain-design-replicas-label": "Replicas",
812813
"domain-design-replicas-help": "The number of managed servers to start for each cluster in the domain that lacks its own replicas setting.",
814+
"domain-design-domain-service-precreate-label": "Precreate Service",
815+
"domain-design-domain-service-precreate-help": "Whether WebLogic Kubernetes Operator should create all WebLogic Server-related services even if there are no running pods.",
813816
"domain-design-cpu-request-label": "Kubernetes CPU Request",
814817
"domain-design-cpu-request-help": "The number of Kubernetes CPU units to request for each WebLogic Server container.",
815818
"domain-design-cpu-limit-label": "Kubernetes CPU Limit",

0 commit comments

Comments
 (0)