Skip to content

Commit a38a7f6

Browse files
committed
Prepare for operator 2.3.1
1 parent 2a3dede commit a38a7f6

File tree

18 files changed

+29
-22
lines changed

18 files changed

+29
-22
lines changed

buildtime-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>operator-parent</artifactId>
99
<groupId>oracle.kubernetes</groupId>
10-
<version>2.3.0</version>
10+
<version>2.3.1</version>
1111
</parent>
1212

1313
<artifactId>buildtime-reports</artifactId>

docs-source/content/quickstart/get-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and accept the license agreement for the [WebLogic Server image](https://hub.doc
1919
1. Pull the operator image:
2020

2121
```bash
22-
$ docker pull oracle/weblogic-kubernetes-operator:2.3.0
22+
$ docker pull oracle/weblogic-kubernetes-operator:2.3.1
2323
```
2424

2525
1. Pull the Traefik load balancer image:

docs-source/content/quickstart/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $ helm install stable/traefik \
5757
$ helm install kubernetes/charts/weblogic-operator \
5858
--name sample-weblogic-operator \
5959
--namespace sample-weblogic-operator-ns \
60-
--set image=oracle/weblogic-kubernetes-operator:2.3.0 \
60+
--set image=oracle/weblogic-kubernetes-operator:2.3.1 \
6161
--set serviceAccount=sample-weblogic-operator-sa \
6262
--set "domainNamespaces={}" \
6363
--wait

docs-source/content/userguide/introduction/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The operator is packaged in a [Docker image](https://hub.docker.com/r/oracle/web
1818

1919
```
2020
$ docker login
21-
$ docker pull oracle/weblogic-kubernetes-operator:2.3.0
21+
$ docker pull oracle/weblogic-kubernetes-operator:2.3.1
2222
```
2323

2424
For more details on acquiring the operator image and prerequisites for installing the operator, consult the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ d. Update the `image` property of the domain resource specifying the new image n
161161
```
162162
domain:
163163
spec:
164-
image: oracle/weblogic-updated:2.3.0
164+
image: oracle/weblogic-updated:2.3.1
165165
```
166166
e. The operator will now initiate a rolling restart, which will apply the updated image, for all the server pods in the domain.
167167

docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ javaLoggingLevel: "FINE"
111111

112112
Specifies the Docker image containing the operator code.
113113

114-
Defaults to `weblogic-kubernetes-operator:2.3.0`.
114+
Defaults to `weblogic-kubernetes-operator:2.3.1`.
115115

116116
Example:
117117
```

docs/charts/index.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,46 @@
11
apiVersion: v1
22
entries:
33
weblogic-operator:
4-
- created: "2019-08-27T17:19:21.038267-04:00"
4+
- created: "2019-09-06T15:19:06.775282-04:00"
5+
description: Helm chart for configuring the WebLogic operator.
6+
digest: 0603d564555f1302e60897ac03c1379d5b00326d3983bad0c1ea6d6dc756e290
7+
name: weblogic-operator
8+
urls:
9+
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.1.tgz
10+
version: 2.3.1
11+
- created: "2019-09-06T15:19:06.773747-04:00"
512
description: Helm chart for configuring the WebLogic operator.
613
digest: d334bfa5363931faac5a11facfc6b7280e22cfa8b56c9bb2bf5dbf0f972debad
714
name: weblogic-operator
815
urls:
916
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz
1017
version: 2.3.0
11-
- created: "2019-08-27T17:19:21.036361-04:00"
18+
- created: "2019-09-06T15:19:06.772578-04:00"
1219
description: Helm chart for configuring the WebLogic operator.
1320
digest: 23d5a1c554fa8211cc1e86b7ade09460917cb2069e68fb4bfdddafc8db44fdcd
1421
name: weblogic-operator
1522
urls:
1623
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.1.tgz
1724
version: 2.2.1
18-
- created: "2019-08-27T17:19:21.034998-04:00"
25+
- created: "2019-09-06T15:19:06.770583-04:00"
1926
description: Helm chart for configuring the WebLogic operator.
2027
digest: bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f
2128
name: weblogic-operator
2229
urls:
2330
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz
2431
version: 2.2.0
25-
- created: "2019-08-27T17:19:21.033374-04:00"
32+
- created: "2019-09-06T15:19:06.76914-04:00"
2633
description: Helm chart for configuring the WebLogic operator.
2734
digest: 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d
2835
name: weblogic-operator
2936
urls:
3037
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
3138
version: "2.1"
32-
- created: "2019-08-27T17:19:21.03229-04:00"
39+
- created: "2019-09-06T15:19:06.768049-04:00"
3340
description: Helm chart for configuring the WebLogic operator.
3441
digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
3542
name: weblogic-operator
3643
urls:
3744
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
3845
version: 2.0.1
39-
generated: "2019-08-27T17:19:21.030672-04:00"
46+
generated: "2019-09-06T15:19:06.766433-04:00"
8.89 KB
Binary file not shown.

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>oracle.kubernetes</groupId>
1010
<artifactId>operator-parent</artifactId>
11-
<version>2.3.0</version>
11+
<version>2.3.1</version>
1212
</parent>
1313

1414
<artifactId>operator-integration-tests</artifactId>

json-schema-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>operator-parent</artifactId>
77
<groupId>oracle.kubernetes</groupId>
8-
<version>2.3.0</version>
8+
<version>2.3.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema-maven-plugin</artifactId>

0 commit comments

Comments
 (0)