Skip to content

Commit c8a3a43

Browse files
authored
Bump version to 1.17.3 for 3.23.7 Fixpack (#266)
Signed-off-by: Daniel Fan <[email protected]>
1 parent cd7e935 commit c8a3a43

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.17.6
77+
OPERATOR_VERSION ?= 1.17.7
7878

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ metadata:
2323
]
2424
capabilities: Seamless Upgrades
2525
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:latest
26-
createdAt: "2023-06-08T08:38:20Z"
27-
olm.skipRange: '<1.17.6'
26+
createdAt: "2023-08-14T11:23:09Z"
27+
olm.skipRange: '<1.17.7'
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.17.6
32+
name: ibm-namespace-scope-operator-restricted.v1.17.7
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -154,6 +154,6 @@ spec:
154154
provider:
155155
name: IBM
156156
relatedImages:
157-
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.17.6
157+
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.17.7
158158
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
159-
version: 1.17.6
159+
version: 1.17.7

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ metadata:
2323
]
2424
capabilities: Seamless Upgrades
2525
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:latest
26-
createdAt: "2023-06-08T08:38:20Z"
27-
olm.skipRange: '<1.17.6'
26+
createdAt: "2023-08-14T11:23:09Z"
27+
olm.skipRange: '<1.17.7'
2828
operators.operatorframework.io/builder: operator-sdk-v1.19.0+git
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
operators.openshift.io/infrastructure-features: '["disconnected"]'
3131
repository: https://github.com/IBM/ibm-namespace-scope-operator
3232
support: IBM
33-
name: ibm-namespace-scope-operator.v1.17.6
33+
name: ibm-namespace-scope-operator.v1.17.7
3434
namespace: placeholder
3535
spec:
3636
apiservicedefinitions: {}
@@ -155,6 +155,6 @@ spec:
155155
provider:
156156
name: IBM
157157
relatedImages:
158-
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.17.6
158+
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.17.7
159159
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
160-
version: 1.17.6
160+
version: 1.17.7

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.17.6"
20+
Version = "1.17.7"
2121
)

0 commit comments

Comments
 (0)