Skip to content

Commit 2e32a7e

Browse files
committed
Prepare for v2.1
1 parent e12b770 commit 2e32a7e

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
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.0.1.
25-
This release was published on March 4, 2019.
24+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.1.
25+
This release was published on April 4, 2019.
2626
***
2727

2828
# Documentation

docs-source/content/recent-changes.md

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

1111
| Date | Version | Introduces backward incompatibilities | Change |
1212
| --- | --- | --- | --- |
13+
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
1314
| 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.
1415
| 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.
1516
| January 16, 2019 | v2.0-rc2 | yes | Schema updates are completed, and various bugs fixed.

docs-source/content/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ draft: false
99
| Date | Version | Introduces backward incompatibilities | Change |
1010
| --- | --- | --- | --- |
1111
| TBD | v2.1 | no |
12+
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
1213
| 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.
1314
| 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.
1415
| January 16, 2019 | v2.0-rc2 | yes | Schema updates are completed, and various bugs fixed.

docs/charts/index.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
apiVersion: v1
22
entries:
33
weblogic-operator:
4-
- created: 2019-03-04T09:57:40.591947-05:00
4+
- created: 2019-04-04T11:06:59.294862-04:00
5+
description: Helm chart for configuring the WebLogic operator.
6+
digest: 89dc1fe3be6b005b8aa8c7fe00445f057328ec6a018520f4180ffea17fb7651c
7+
name: weblogic-operator
8+
urls:
9+
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
10+
version: "2.1"
11+
- created: 2019-04-04T11:06:59.29317-04:00
512
description: Helm chart for configuring the WebLogic operator.
613
digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
714
name: weblogic-operator
815
urls:
916
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
1017
version: 2.0.1
11-
generated: 2019-03-04T09:57:40.589077-05:00
18+
generated: 2019-04-04T11:06:59.292501-04:00

docs/charts/weblogic-operator-2.1.tgz

1 Byte
Binary file not shown.

kubernetes/package-helm-charts.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ fi
3030

3131
if [ $srctime \> $dsttime ];
3232
then
33-
mkdir $SCRIPTPATH/../docs/charts
33+
if [[ ! -e $SCRIPTPATH/../docs/charts ]]; then
34+
mkdir $SCRIPTPATH/../docs/charts
35+
fi
3436
mv -f $helm_package $SCRIPTPATH/../docs/charts/
3537
helm repo index $SCRIPTPATH/../docs/charts/ --url https://oracle.github.io/weblogic-kubernetes-operator/charts
3638
else

0 commit comments

Comments
 (0)