Skip to content

Commit dbc2eda

Browse files
Merge pull request #2281 from Joeavaikath/bump-csv-1.4.11
Bump CSV metadata to v1.4.11
2 parents c6f4473 + ee23fb1 commit dbc2eda

5 files changed

Lines changed: 22 additions & 22 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TEST_UPGRADE ?= false
3535

3636
# TOOL VERSIONS
3737
# All version-related variables are defined here for easy maintenance
38-
DEFAULT_VERSION := 1.4.10
38+
DEFAULT_VERSION := 1.4.11
3939
VERSION ?= $(DEFAULT_VERSION) # the version of the operator
4040
OPERATOR_SDK_VERSION ?= v1.34.2
4141
ENVTEST_K8S_VERSION = 1.29 # Kubernetes version from OpenShift 4.16.x
@@ -177,7 +177,7 @@ ENVTEST_K8S_VERSION = 1.29
177177
# To re-generate a bundle for another specific version without changing the standard setup, you can:
178178
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
179179
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
180-
DEFAULT_VERSION := 1.4.10
180+
DEFAULT_VERSION := 1.4.11
181181
VERSION ?= $(DEFAULT_VERSION)
182182

183183
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.

bundle/manifests/oadp-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ metadata:
166166
features.operators.openshift.io/token-auth-aws: "true"
167167
features.operators.openshift.io/token-auth-azure: "false"
168168
features.operators.openshift.io/token-auth-gcp: "false"
169-
olm.skipRange: '>=0.0.0 <1.4.10'
169+
olm.skipRange: '>=0.0.0 <1.4.11'
170170
operatorframework.io/suggested-namespace: openshift-adp
171171
operators.openshift.io/infrastructure-features: '["Disconnected"]'
172172
operators.openshift.io/must-gather-image: quay.io/konveyor/oadp-must-gather:oadp-1.4
@@ -181,7 +181,7 @@ metadata:
181181
operatorframework.io/arch.arm64: supported
182182
operatorframework.io/arch.ppc64le: supported
183183
operatorframework.io/arch.s390x: supported
184-
name: oadp-operator.v1.4.10
184+
name: oadp-operator.v1.4.11
185185
namespace: openshift-adp
186186
spec:
187187
apiservicedefinitions: {}
@@ -1020,5 +1020,5 @@ spec:
10201020
name: kubevirt-velero-plugin
10211021
- image: quay.io/konveyor/oadp-must-gather:oadp-1.4
10221022
name: mustgather
1023-
replaces: oadp-operator.v1.4.9
1024-
version: 1.4.10
1023+
replaces: oadp-operator.v1.4.10
1024+
version: 1.4.11

bundle/oadp-operator.package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
packageName: redhat-oadp-operator
33
channels:
44
- name: stable-1.4
5-
currentCSV: oadp-operator.v1.4.10
5+
currentCSV: oadp-operator.v1.4.11
66
defaultChannel: stable-1.4

config/manifests/bases/oadp-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
features.operators.openshift.io/token-auth-aws: "true"
2121
features.operators.openshift.io/token-auth-azure: "false"
2222
features.operators.openshift.io/token-auth-gcp: "false"
23-
olm.skipRange: '>=0.0.0 <1.4.10'
23+
olm.skipRange: '>=0.0.0 <1.4.11'
2424
operatorframework.io/suggested-namespace: openshift-adp
2525
operators.openshift.io/infrastructure-features: '["Disconnected"]'
2626
operators.openshift.io/must-gather-image: quay.io/konveyor/oadp-must-gather:oadp-1.4
@@ -33,7 +33,7 @@ metadata:
3333
operatorframework.io/arch.arm64: supported
3434
operatorframework.io/arch.ppc64le: supported
3535
operatorframework.io/arch.s390x: supported
36-
name: oadp-operator.v1.4.10
36+
name: oadp-operator.v1.4.11
3737
namespace: openshift-adp
3838
spec:
3939
apiservicedefinitions: {}
@@ -485,5 +485,5 @@ spec:
485485
maturity: stable
486486
provider:
487487
name: Red Hat
488-
replaces: oadp-operator.v1.4.9
489-
version: 1.4.10
488+
replaces: oadp-operator.v1.4.10
489+
version: 1.4.11

docs/version-update.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This document outlines the files and fields that need to be updated for OADP ope
44

55
## Files to Update
66

7-
For a patch version update (e.g., 1.4.9 → 1.4.10), update these 4 files:
7+
For a patch version update (e.g., 1.4.10 → 1.4.11), update these 4 files:
88

99
### 1. Makefile
1010

1111
Update `DEFAULT_VERSION` variable:
1212

1313
```makefile
14-
DEFAULT_VERSION := 1.4.10 # was 1.4.9
14+
DEFAULT_VERSION := 1.4.11 # was 1.4.10
1515
```
1616
1717
### 2. config/manifests/bases/oadp-operator.clusterserviceversion.yaml
@@ -21,11 +21,11 @@ Update 4 fields:
2121
```yaml
2222
metadata:
2323
annotations:
24-
olm.skipRange: '>=0.0.0 <1.4.10' # was <1.4.9
25-
name: oadp-operator.v1.4.10 # was v1.4.9
24+
olm.skipRange: '>=0.0.0 <1.4.11' # was <1.4.10
25+
name: oadp-operator.v1.4.11 # was v1.4.10
2626
spec:
27-
replaces: oadp-operator.v1.4.9 # was v1.4.8
28-
version: 1.4.10 # was 1.4.9
27+
replaces: oadp-operator.v1.4.10 # was v1.4.9
28+
version: 1.4.11 # was 1.4.10
2929
```
3030

3131
### 3. bundle/manifests/oadp-operator.clusterserviceversion.yaml
@@ -35,11 +35,11 @@ Update 4 fields (same as above):
3535
```yaml
3636
metadata:
3737
annotations:
38-
olm.skipRange: '>=0.0.0 <1.4.10' # was <1.4.9
39-
name: oadp-operator.v1.4.10 # was v1.4.9
38+
olm.skipRange: '>=0.0.0 <1.4.11' # was <1.4.10
39+
name: oadp-operator.v1.4.11 # was v1.4.10
4040
spec:
41-
replaces: oadp-operator.v1.4.9 # was v1.4.8
42-
version: 1.4.10 # was 1.4.9
41+
replaces: oadp-operator.v1.4.10 # was v1.4.9
42+
version: 1.4.11 # was 1.4.10
4343
```
4444

4545
### 4. bundle/oadp-operator.package.yaml
@@ -49,7 +49,7 @@ Update 1 field:
4949
```yaml
5050
channels:
5151
- name: stable-1.4
52-
currentCSV: oadp-operator.v1.4.10 # was v1.4.9
52+
currentCSV: oadp-operator.v1.4.11 # was v1.4.10
5353
```
5454

5555
## Summary

0 commit comments

Comments
 (0)