Skip to content

Commit

Permalink
Merge pull request #1120 from oracle/release/2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
rjeberhard committed Jun 20, 2019
2 parents c0662db + ed263e7 commit ddf03fb
Show file tree
Hide file tree
Showing 1,497 changed files with 590,127 additions and 2,567 deletions.
2 changes: 1 addition & 1 deletion buildtime-reports/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>buildtime-reports</artifactId>
Expand Down
21 changes: 0 additions & 21 deletions docs-source/content/recent-changes.md

This file was deleted.

1 change: 1 addition & 0 deletions docs-source/content/release-notes.md
Expand Up @@ -8,6 +8,7 @@ draft: false

| Date | Version | Introduces backward incompatibilities | Change |
| --- | --- | --- | --- |
| June 20, 2019 | v2.2.1 | no | The operator now supports Kubernetes 1.14.0+. This release is primarily a bug fix release and resolves the following issues:<br><ul><li>Servers in domains, where the domain home is on a persistent volume, would sometimes fail to start. These failures would be during the introspection phase following a full domain shutdown. Now, the introspection script better handles the relevant error conditions.</li><li>The domain resource provides an option to <a href="https://github.com/oracle/weblogic-kubernetes-operator/blob/master/docs/domains/Domain.md#server-service">pre-create Kubernetes services</a> for WebLogic Servers that are not yet running so that the DNS addresses of these services are resolvable. These services are now created as non-headless so that they have an IP address.</li></ul>
| 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.
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
| 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.
Expand Down
2 changes: 1 addition & 1 deletion docs-source/content/userguide/introduction/introduction.md
Expand Up @@ -16,7 +16,7 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera

### Operator prerequisites

* Kubernetes 1.11.5+, 1.12.3+, and 1.13.0+ (check with `kubectl version`).
* Kubernetes 1.11.5+, 1.12.3+, 1.13.0+, and 1.14.0+ (check with `kubectl version`).
* Flannel networking v0.9.1-amd64 (check with `docker images | grep flannel`).
* Docker 18.03.1.ce (check with `docker version`).
* Helm 2.8.2+ (check with `helm version`).
Expand Down
60 changes: 60 additions & 0 deletions docs/2.2.0/404.html
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en" class="js csstransforms3d">

<head>
<meta charset="utf-8"> <meta name="description" content="">

<link rel="icon" href="/weblogic-kubernetes-operator/images/favicon.png" type="image/png">

<title>404 Page not found</title>


<link href="/weblogic-kubernetes-operator/css/nucleus.css?1559836882" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/fontawesome-all.min.css?1559836882" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/hybrid.css?1559836882" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/featherlight.min.css?1559836882" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/perfect-scrollbar.min.css?1559836882" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/horsey.css?1559836882" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/theme.css?1559836882" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/hugo-theme.css?1559836882" rel="stylesheet">

<style type="text/css">
:root #header + #content > #left > #rlblock_left {
display: none !important;
}

p,
li,
ul {
text-align: center
}

ul {
list-style-type: none;
}
</style>

</head>

<body>

<body class="" data-url="/">

<section id="body" style="margin-left:0px;">
<div id="overlay"></div>
<div id="chapter">
<div id="body-inner">
<h1>Error</h1>
<p>
</p>
<p>Woops. Looks like this page doesn&#39;t exist ¯\_(ツ)_/¯.</p>
<p></p>
<p><a href='/weblogic-kubernetes-operator/'>Go to homepage</a></p>
<p><img src='/weblogic-kubernetes-operator/images/gopher-404.jpg' style="width:50%" alt="Page not found!"></img></p>
</div>
</div>

</section>
</body>

</html>

0 comments on commit ddf03fb

Please sign in to comment.