Skip to content

Commit

Permalink
Merge pull request #1981 from mansikulkarni96/release-4.13-z-stream-b…
Browse files Browse the repository at this point in the history
…ump-12-14

[release-4.13] WINC-1178: Update version to 8.1.2
  • Loading branch information
openshift-merge-bot[bot] committed Dec 18, 2023
2 parents c7a43f2 + 5b03782 commit 3a68e91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= 8.1.1
WMCO_VERSION ?= 8.1.2

# *_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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
certified: "false"
createdAt: REPLACE_DATE
description: An operator that enables Windows container workloads on OCP
olm.skipRange: '>=7.0.0 <8.1.1'
olm.skipRange: '>=7.0.0 <8.1.2'
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
Expand All @@ -17,7 +17,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.v8.1.1
name: windows-machine-config-operator.v8.1.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -483,4 +483,4 @@ spec:
minKubeVersion: 1.26.0
provider:
name: Red Hat
version: 8.1.1
version: 8.1.2
2 changes: 1 addition & 1 deletion bundle/windows-machine-config-operator.package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channels:
- currentCSV: windows-machine-config-operator.v8.1.1
- currentCSV: windows-machine-config-operator.v8.1.2
channels: alpha
packageName: windows-machine-config-operator
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
certified: "false"
createdAt: REPLACE_DATE
description: An operator that enables Windows container workloads on OCP
olm.skipRange: '>=7.0.0 <8.1.1'
olm.skipRange: '>=7.0.0 <8.1.2'
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
Expand Down

0 comments on commit 3a68e91

Please sign in to comment.