Skip to content

Commit b792b0f

Browse files
authored
bump version to 1.16 for 3.22 (#186)
Signed-off-by: Ben Luzarraga <[email protected]> Signed-off-by: Ben Luzarraga <[email protected]> Co-authored-by: Ben Luzarraga <[email protected]>
1 parent b93727c commit b792b0f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ endif
7474
# Current Operator image name
7575
OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
7676
# Current Operator version
77-
OPERATOR_VERSION ?= 1.15.0
77+
OPERATOR_VERSION ?= 1.16.0
7878

7979
# Options for 'bundle-build'
8080
CHANNELS ?= v3

bundle-restricted/manifests/ibm-namespace-scope-operator-restricted.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ metadata:
2424
capabilities: Seamless Upgrades
2525
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:latest
2626
createdAt: "2020-11-2T15:38:33Z"
27-
olm.skipRange: '<1.15.0'
27+
olm.skipRange: '<1.16.0'
2828
operators.operatorframework.io/builder: operator-sdk-v1.19.0+git
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
repository: https://github.com/IBM/ibm-namespace-scope-operator
3131
support: IBM
32-
name: ibm-namespace-scope-operator-restricted.v1.15.0
32+
name: ibm-namespace-scope-operator-restricted.v1.16.0
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -161,6 +161,6 @@ spec:
161161
provider:
162162
name: IBM
163163
relatedImages:
164-
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.15.0
164+
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.16.0
165165
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
166-
version: 1.15.0
166+
version: 1.16.0

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ metadata:
2424
capabilities: Seamless Upgrades
2525
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:latest
2626
createdAt: "2020-11-2T15:38:33Z"
27-
olm.skipRange: '<1.15.0'
27+
olm.skipRange: '<1.16.0'
2828
operators.operatorframework.io/builder: operator-sdk-v1.19.0+git
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
repository: https://github.com/IBM/ibm-namespace-scope-operator
3131
support: IBM
32-
name: ibm-namespace-scope-operator.v1.15.0
32+
name: ibm-namespace-scope-operator.v1.16.0
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -161,6 +161,6 @@ spec:
161161
provider:
162162
name: IBM
163163
relatedImages:
164-
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.15.0
164+
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.16.0
165165
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
166-
version: 1.15.0
166+
version: 1.16.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package version
1818

1919
var (
20-
Version = "1.15.0"
20+
Version = "1.16.0"
2121
)

0 commit comments

Comments
 (0)