Skip to content

Commit 086d0de

Browse files
committed
Sync with master
1 parent 3c7ea30 commit 086d0de

File tree

799 files changed

+338176
-1140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

799 files changed

+338176
-1140
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Oracle is finding ways for organizations using WebLogic Server to run important
2121
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
2222

2323
***
24-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.2.
25-
This release was published on TBD.
24+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.2.0.
25+
This release was published on June 6, 2019.
2626
***
2727

2828
# Documentation

docs-source/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The fastest way to experience the operator is to follow the [Quick Start guide](
1818

1919
***
2020
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.2.0.
21-
This release was published on June 5, 2019.
21+
This release was published on June 6, 2019.
2222
***
2323

2424
#### Operator earlier versions

docs-source/content/recent-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document tracks recent changes to the operator, especially ones that introd
1010

1111
| Date | Version | Introduces backward incompatibilities | Change |
1212
| --- | --- | --- | --- |
13-
| June 5, 2019 | v2.2.0 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
13+
| June 6, 2019 | v2.2.0 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
1414
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
1515
| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing.
1616
| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates.

docs-source/content/release-notes.md

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

99
| Date | Version | Introduces backward incompatibilities | Change |
1010
| --- | --- | --- | --- |
11-
| June 5, 2019 | v2.2.0 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
11+
| June 6, 2019 | v2.2.0 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
1212
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
1313
| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing.
1414
| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates.

docs-source/content/userguide/managing-domains/domain-lifecycle/startup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and which servers should be restarted. To start, stop, or restart servers, modif
1919
There are properties on the domain resource that specify which servers should be running,
2020
which servers should be restarted and the desired initial state. To start, stop, or restart servers, modify these properties on the domain resource
2121
(for example, by using `kubectl` or the Kubernetes REST API). The operator will notice the changes and apply them. Beginning,
22-
with operator version 2.2.0, there are now properties to control server shutdown handling, such as whether the shutdown
22+
with operator version 2.2, there are now properties to control server shutdown handling, such as whether the shutdown
2323
will be graceful, the timeout, and if in-flight sessions are given the opportunity to complete.
2424

2525
### Starting and stopping servers
@@ -261,7 +261,7 @@ such a label or annotation by modifying the `restartVersion`.
261261
{{% /notice %}}
262262

263263
{{% notice note %}}
264-
Prior to version 2.2.0, the operator incorrectly restarted servers when the `serverStartState` property was changed. Now,
264+
Prior to version 2.2, the operator incorrectly restarted servers when the `serverStartState` property was changed. Now,
265265
this property has no affect on already running servers.
266266
{{% /notice %}}
267267

docs/2.1/404.html

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="js csstransforms3d">
3+
4+
<head>
5+
<meta charset="utf-8"> <meta name="description" content="">
6+
7+
<link rel="icon" href="/weblogic-kubernetes-operator/2.1/images/favicon.png" type="image/png">
8+
9+
<title>404 Page not found</title>
10+
11+
12+
<link href="/weblogic-kubernetes-operator/2.1/css/nucleus.css?1559834415" rel="stylesheet">
13+
<link href="/weblogic-kubernetes-operator/2.1/css/fontawesome-all.min.css?1559834415" rel="stylesheet">
14+
<link href="/weblogic-kubernetes-operator/2.1/css/hybrid.css?1559834415" rel="stylesheet">
15+
<link href="/weblogic-kubernetes-operator/2.1/css/featherlight.min.css?1559834415" rel="stylesheet">
16+
<link href="/weblogic-kubernetes-operator/2.1/css/perfect-scrollbar.min.css?1559834415" rel="stylesheet">
17+
<link href="/weblogic-kubernetes-operator/2.1/css/horsey.css?1559834415" rel="stylesheet">
18+
<link href="/weblogic-kubernetes-operator/2.1/css/theme.css?1559834415" rel="stylesheet">
19+
<link href="/weblogic-kubernetes-operator/2.1/css/hugo-theme.css?1559834415" rel="stylesheet">
20+
21+
<style type="text/css">
22+
:root #header + #content > #left > #rlblock_left {
23+
display: none !important;
24+
}
25+
26+
p,
27+
li,
28+
ul {
29+
text-align: center
30+
}
31+
32+
ul {
33+
list-style-type: none;
34+
}
35+
</style>
36+
37+
</head>
38+
39+
<body>
40+
41+
<body class="" data-url="/">
42+
43+
<section id="body" style="margin-left:0px;">
44+
<div id="overlay"></div>
45+
<div id="chapter">
46+
<div id="body-inner">
47+
<h1>Error</h1>
48+
<p>
49+
</p>
50+
<p>Woops. Looks like this page doesn&#39;t exist ¯\_(ツ)_/¯.</p>
51+
<p></p>
52+
<p><a href='/weblogic-kubernetes-operator/2.1'>Go to homepage</a></p>
53+
<p><img src='/weblogic-kubernetes-operator/2.1/images/gopher-404.jpg' style="width:50%" alt="Page not found!"></img></p>
54+
</div>
55+
</div>
56+
57+
</section>
58+
</body>
59+
60+
</html>

0 commit comments

Comments
 (0)