Skip to content

Commit 2fd5cc2

Browse files
committed
[build] Prep for 10.19.1 release
ran: make bundle
1 parent 3db3111 commit 2fd5cc2

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ RUN /usr/local/bin/user_setup
201201
ENTRYPOINT ["/usr/local/bin/entrypoint"]
202202

203203
# Used to tag the released image. Should be a semver.
204-
LABEL version="v10.19.0"
204+
LABEL version="v10.19.1"
205205

206206
USER ${USER_UID}

Containerfile.bundle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL name="openshift4-wincw/windows-machine-config-operator-bundle" \
1616
io.openshift.tags=""
1717

1818
# Used to tag the released image. Should be a semver.
19-
LABEL version="v10.19.0"
19+
LABEL version="v10.19.1"
2020
# Component to file bugs against
2121
LABEL com.redhat.component="Windows Containers"
2222

@@ -32,7 +32,7 @@ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
3232
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
3333

3434
LABEL distribution-scope=public
35-
LABEL release="10.19.0"
35+
LABEL release="10.19.1"
3636
LABEL url="https://docs.openshift.com/container-platform/4.19/windows_containers/index.html"
3737
LABEL vendor="Red Hat, Inc."
3838

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the WMCO_VERSION as arg of the bundle target (e.g make bundle WMCO_VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export WMCO_VERSION=0.0.2)
6-
WMCO_VERSION ?= 10.19.0
6+
WMCO_VERSION ?= 10.19.1
77

88
# *_GIT_VERSION are the k8s versions. Any update to the build line could potentially require an update to the sed
99
# command in generate_k8s_version_commit() in hack/update_submodules.sh

bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/token-auth-aws: "false"
1919
features.operators.openshift.io/token-auth-azure: "false"
2020
features.operators.openshift.io/token-auth-gcp: "false"
21-
olm.skipRange: '>=10.18.0 <10.19.0'
21+
olm.skipRange: '>=10.18.0 <10.19.1'
2222
operatorframework.io/cluster-monitoring: "true"
2323
operatorframework.io/suggested-namespace: openshift-windows-machine-config-operator
2424
operators.openshift.io/valid-subscription: '["Red Hat OpenShift support for Windows
@@ -27,7 +27,7 @@ metadata:
2727
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
2828
repository: https://github.com/openshift/windows-machine-config-operator
2929
support: Red Hat
30-
name: windows-machine-config-operator.v10.19.0
30+
name: windows-machine-config-operator.v10.19.1
3131
namespace: placeholder
3232
spec:
3333
apiservicedefinitions: {}
@@ -528,4 +528,4 @@ spec:
528528
minKubeVersion: 1.32.0
529529
provider:
530530
name: Red Hat
531-
version: 10.19.0
531+
version: 10.19.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
channels:
2-
- currentCSV: windows-machine-config-operator.v10.19.0
2+
- currentCSV: windows-machine-config-operator.v10.19.1
33
channels: alpha
44
packageName: windows-machine-config-operator

config/manifests/bases/windows-machine-config-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/token-auth-aws: "false"
1919
features.operators.openshift.io/token-auth-azure: "false"
2020
features.operators.openshift.io/token-auth-gcp: "false"
21-
olm.skipRange: '>=10.18.0 <10.19.0'
21+
olm.skipRange: '>=10.18.0 <10.19.1'
2222
operatorframework.io/cluster-monitoring: "true"
2323
operatorframework.io/suggested-namespace: openshift-windows-machine-config-operator
2424
operators.openshift.io/valid-subscription: '["Red Hat OpenShift support for Windows

config/rbac/role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
5-
creationTimestamp: null
65
name: windows-machine-config-operator
76
rules:
87
- apiGroups:

0 commit comments

Comments
 (0)