Skip to content

Commit c5f824a

Browse files
committed
Prepare for 3.4.5
1 parent bc2dde8 commit c5f824a

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You can:
2525
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/how-to-weblogic-server-on-kubernetes), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
2626

2727
***
28-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.4.
29-
This release was published on October 26, 2022.
28+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.4.5.
29+
This release was published on January 23, 2023.
3030
***
3131

3232
## Documentation

buildDockerImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ while getopts "t:" optname; do
3333
esac
3434
done
3535

36-
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.4}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.5}
3737
SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
3838

3939
# Proxy settings
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.5

integration-tests/pom.xml

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

1313
<artifactId>integration-tests</artifactId>

json-schema-generator/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>3.4.4</version>
10+
<version>3.4.5</version>
1111
</parent>
1212

1313
<artifactId>json-schema</artifactId>

kubernetes/charts/weblogic-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ name: weblogic-operator
66
description: Helm chart for configuring the WebLogic operator.
77

88
type: application
9-
version: 3.4.4
10-
appVersion: 3.4.4
9+
version: 3.4.5
10+
appVersion: 3.4.5

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ domainNamespaces:
6363
enableClusterRoleBinding: false
6464

6565
# image specifies the container image containing the operator.
66-
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.4.4"
66+
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.4.5"
6767

6868
# imagePullPolicy specifies the image pull policy for the operator's container image.
6969
imagePullPolicy: IfNotPresent

kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An operator is an application-specific controller that extends Kubernetes to cre
77
#### Clone the operator repository to a Cloud Shell instance ####
88
First, clone the operator git repository to OCI Cloud Shell.
99
```shell
10-
$ git clone --branch v3.4.4 https://github.com/oracle/weblogic-kubernetes-operator.git
10+
$ git clone --branch v3.4.5 https://github.com/oracle/weblogic-kubernetes-operator.git
1111
```
1212
The output should be similar to the following:
1313
```shell

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>oracle.kubernetes</groupId>
1111
<artifactId>operator-parent</artifactId>
12-
<version>3.4.4</version>
12+
<version>3.4.5</version>
1313
</parent>
1414

1515
<artifactId>installation-tests</artifactId>

operator-build-maven-plugin/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>3.4.4</version>
10+
<version>3.4.5</version>
1111
</parent>
1212

1313
<artifactId>operator-build-maven-plugin</artifactId>

operator/pom.xml

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

1313
<artifactId>weblogic-kubernetes-operator</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>3.4.4</version>
10+
<version>3.4.5</version>
1111

1212
<modules>
1313
<module>operator</module>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Required metadata
22
sonar.projectKey=weblogic-kubernetes-operator
33
sonar.projectName=WebLogic Kubernetes Operator
4-
sonar.projectVersion=3.4.4
4+
sonar.projectVersion=3.4.5
55
# Comma-separated paths to directories with sources (required)
66
sonar.sources=operator/src/main/java
77
sonar.java.source=11

swagger-generator/pom.xml

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

1313
<artifactId>operator-swagger</artifactId>

0 commit comments

Comments
 (0)