Skip to content

Commit 6915235

Browse files
idlewisleochr
andauthored
Update version to 1.3.0 (#563)
* Update version to 1.3.0 * Update channel to v1.3 --------- Co-authored-by: Leo Christy Jesuraj <[email protected]>
1 parent 31dda95 commit 6915235

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
3939
ARG USER_ID=65532
4040
ARG GROUP_ID=65532
4141

42-
ARG VERSION_LABEL=1.2.2
42+
ARG VERSION_LABEL=1.3.0
4343
ARG RELEASE_LABEL=XX
4444
ARG VCS_REF=0123456789012345678901234567890123456789
4545
ARG VCS_URL="https://github.com/WASdev/websphere-liberty-operator"

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.2.2
6+
VERSION ?= 1.3.0
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.27.0
88

99
# CHANNELS define the bundle channels used in the bundle.
1010
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
1111
# To re-generate a bundle for other specific channels without changing the standard setup, you can:
1212
# - use the CHANNELS as arg of the bundle target (e.g make bundle CHANNELS=preview,fast,stable)
1313
# - use environment variables to overwrite this value (e.g export CHANNELS="preview,fast,stable")
14-
CHANNELS ?= v1.2
14+
CHANNELS ?= v1.3
1515
ifneq ($(origin CHANNELS), undefined)
1616
BUNDLE_CHANNELS := --channels=$(CHANNELS)
1717
endif
@@ -21,7 +21,7 @@ endif
2121
# To re-generate a bundle for any other default channel without changing the default setup, you can:
2222
# - use the DEFAULT_CHANNEL as arg of the bundle target (e.g make bundle DEFAULT_CHANNEL=stable)
2323
# - use environment variables to overwrite this value (e.g export DEFAULT_CHANNEL="stable")
24-
DEFAULT_CHANNEL ?= v1.2
24+
DEFAULT_CHANNEL ?= v1.3
2525
ifneq ($(origin DEFAULT_CHANNEL), undefined)
2626
BUNDLE_DEFAULT_CHANNEL := --default-channel=$(DEFAULT_CHANNEL)
2727
endif

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=ibm-websphere-liberty
8-
LABEL operators.operatorframework.io.bundle.channels.v1=v1.2
9-
LABEL operators.operatorframework.io.bundle.channel.default.v1=v1.2
8+
LABEL operators.operatorframework.io.bundle.channels.v1=v1.3
9+
LABEL operators.operatorframework.io.bundle.channel.default.v1=v1.3
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.27.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

bundle/manifests/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ metadata:
6262
capabilities: Auto Pilot
6363
categories: Application Runtime
6464
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
65-
createdAt: "2023-10-26T15:25:44Z"
65+
createdAt: "2023-10-27T13:46:10Z"
6666
description: Deploy and manage containerized Liberty applications
67-
olm.skipRange: '>=1.0.0 <1.2.2'
67+
olm.skipRange: '>=1.0.0 <1.3.0'
6868
operators.openshift.io/infrastructure-features: '["disconnected"]'
6969
operators.operatorframework.io/builder: operator-sdk-v1.27.0
7070
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -75,7 +75,7 @@ metadata:
7575
operatorframework.io/arch.ppc64le: supported
7676
operatorframework.io/arch.s390x: supported
7777
operatorframework.io/os.linux: supported
78-
name: ibm-websphere-liberty.v1.2.2
78+
name: ibm-websphere-liberty.v1.3.0
7979
namespace: placeholder
8080
spec:
8181
apiservicedefinitions: {}
@@ -1186,4 +1186,4 @@ spec:
11861186
name: liberty-sample-app
11871187
- image: icr.io/cpopen/websphere-liberty-operator:daily
11881188
name: websphere-liberty-operator
1189-
version: 1.2.2
1189+
version: 1.3.0

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ annotations:
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: ibm-websphere-liberty
7-
operators.operatorframework.io.bundle.channels.v1: v1.2
8-
operators.operatorframework.io.bundle.channel.default.v1: v1.2
7+
operators.operatorframework.io.bundle.channels.v1: v1.3
8+
operators.operatorframework.io.bundle.channel.default.v1: v1.3
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.27.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

config/manifests/bases/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
categories: Application Runtime
88
createdAt: "2021-11-25T14:00:00Z"
99
description: Deploy and manage containerized Liberty applications
10-
olm.skipRange: '>=1.0.0 <1.2.2'
10+
olm.skipRange: '>=1.0.0 <1.3.0'
1111
operators.openshift.io/infrastructure-features: '["disconnected"]'
1212
repository: https://github.com/WASdev/websphere-liberty-operator
1313
support: IBM

index.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.redhat.io/openshift4/ose-operator-registry:v4.12 AS builder
22

33
FROM registry.redhat.io/ubi8/ubi-minimal
44

5-
ARG VERSION_LABEL=1.2.2
5+
ARG VERSION_LABEL=1.3.0
66
ARG RELEASE_LABEL=XX
77
ARG VCS_REF=0123456789012345678901234567890123456789
88
ARG VCS_URL="https://github.com/WASdev/websphere-liberty-operator"

utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var log = logf.Log.WithName("websphereliberty_utils")
4949
// Constant Values
5050
const serviceabilityMountPath = "/serviceability"
5151
const ssoEnvVarPrefix = "SEC_SSO_"
52-
const OperandVersion = "1.2.2"
52+
const OperandVersion = "1.3.0"
5353
const ltpaKeysMountPath = "/config/managedLTPA"
5454
const ltpaServerXMLOverridesMountPath = "/config/configDropins/overrides/"
5555
const LTPAServerXMLSuffix = "-managed-ltpa-server-xml"

0 commit comments

Comments
 (0)