diff --git a/Containerfile b/Containerfile index c9139ac042..9aa1c232dd 100644 --- a/Containerfile +++ b/Containerfile @@ -208,6 +208,6 @@ RUN /usr/local/bin/user_setup ENTRYPOINT ["/usr/local/bin/entrypoint"] # Used to tag the released image. Should be a semver. -LABEL version="v10.19.2" +LABEL version="v10.19.3" USER ${USER_UID} diff --git a/Containerfile.bundle b/Containerfile.bundle index 573568c563..78ccd46d6f 100644 --- a/Containerfile.bundle +++ b/Containerfile.bundle @@ -16,7 +16,7 @@ LABEL name="openshift4-wincw/windows-machine-config-operator-bundle" \ io.openshift.tags="" # Used to tag the released image. Should be a semver. -LABEL version="v10.19.2" +LABEL version="v10.19.3" # Component to file bugs against LABEL com.redhat.component="Windows Containers" LABEL cpe="cpe:/a:redhat:windows_machine_config:10.19::el9" @@ -33,7 +33,7 @@ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 LABEL distribution-scope=public -LABEL release="10.19.2" +LABEL release="10.19.3" LABEL url="https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/windows_container_support_for_openshift/index" LABEL vendor="Red Hat, Inc." diff --git a/Makefile b/Makefile index eddcc0e622..9fc76bd492 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the WMCO_VERSION as arg of the bundle target (e.g make bundle WMCO_VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export WMCO_VERSION=0.0.2) -WMCO_VERSION ?= 10.19.2 +WMCO_VERSION ?= 10.19.3 # *_GIT_VERSION are the k8s versions. Any update to the build line could potentially require an update to the sed # command in generate_k8s_version_commit() in hack/update_submodules.sh diff --git a/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml b/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml index f070387c1c..3e535f3946 100644 --- a/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml +++ b/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml @@ -18,7 +18,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - olm.skipRange: '>=10.18.0 <10.19.2' + olm.skipRange: '>=10.18.0 <10.19.3' operatorframework.io/cluster-monitoring: "true" operatorframework.io/suggested-namespace: openshift-windows-machine-config-operator operators.openshift.io/valid-subscription: '["Red Hat OpenShift support for Windows @@ -27,7 +27,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/openshift/windows-machine-config-operator support: Red Hat - name: windows-machine-config-operator.v10.19.2 + name: windows-machine-config-operator.v10.19.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -532,4 +532,4 @@ spec: minKubeVersion: 1.32.0 provider: name: Red Hat - version: 10.19.2 + version: 10.19.3 diff --git a/bundle/windows-machine-config-operator.package.yaml b/bundle/windows-machine-config-operator.package.yaml index 8032586ac3..9e0f8f352c 100644 --- a/bundle/windows-machine-config-operator.package.yaml +++ b/bundle/windows-machine-config-operator.package.yaml @@ -1,4 +1,4 @@ channels: - - currentCSV: windows-machine-config-operator.v10.19.2 + - currentCSV: windows-machine-config-operator.v10.19.3 channels: alpha packageName: windows-machine-config-operator diff --git a/config/manifests/bases/windows-machine-config-operator.clusterserviceversion.yaml b/config/manifests/bases/windows-machine-config-operator.clusterserviceversion.yaml index 58217c35e7..d917e4c162 100644 --- a/config/manifests/bases/windows-machine-config-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/windows-machine-config-operator.clusterserviceversion.yaml @@ -18,7 +18,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - olm.skipRange: '>=10.18.0 <10.19.2' + olm.skipRange: '>=10.18.0 <10.19.3' operatorframework.io/cluster-monitoring: "true" operatorframework.io/suggested-namespace: openshift-windows-machine-config-operator operators.openshift.io/valid-subscription: '["Red Hat OpenShift support for Windows