Skip to content

Commit

Permalink
[bundle] Prep for 6.0.0 release
Browse files Browse the repository at this point in the history
Ran `make bundle`.
  • Loading branch information
saifshaikh48 committed Jun 3, 2022
1 parent 26d1e83 commit e14ddf2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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 ?= 5.0.0
WMCO_VERSION ?= 6.0.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL com.redhat.delivery.operator.bundle=true

# This second label tells the pipeline which versions of OpenShift the operator supports.
# This is used to control which index images should include this operator.
LABEL com.redhat.openshift.versions="=v4.10"
LABEL com.redhat.openshift.versions="=v4.11"

# This third label tells the pipeline that this operator should *also* be supported on OCP 4.4 and
# earlier. It is used to control whether or not the pipeline should attempt to automatically
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: '>=4.0.0 <5.0.0'
olm.skipRange: '>=5.0.0 <6.0.0'
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,16 +17,16 @@ 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.v5.0.0
name: windows-machine-config-operator.v6.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions: {}
description: |-
### Introduction
The Windows Machine Config Operator configures Windows Machines into nodes, enabling Windows container workloads to
be run on OCP clusters. Windows instances can be added either by creating a [MachineSet](https://docs.openshift.com/container-platform/latest/machine_management/creating_machinesets/creating-machineset-aws.html#machine-api-overview_creating-machineset-aws),
or by specifying existing instances through a [ConfigMap](https://docs.openshift.com/container-platform/latest/windows_containers/configuring-byoh-windows-instance.html)
be run on OCP clusters. Windows instances can be added either by creating a [MachineSet](https://docs.openshift.com/container-platform/4.11/machine_management/creating_machinesets/creating-machineset-aws.html#machine-api-overview_creating-machineset-aws),
or by specifying existing instances through a [ConfigMap](https://docs.openshift.com/container-platform/4.11/windows_containers/configuring-byoh-windows-instance.html)
The operator completes all the necessary steps to configure the Windows instance so that it can join the cluster as a worker node.
Usage of this operator requires an OpenShift Container Platform for Windows Containers subscription. Users looking to
Expand All @@ -35,9 +35,9 @@ spec:
official support.
### Pre-requisites
* A Red Hat OpenShift Container Platform for Windows Containers subscription [subscription page](https://access.redhat.com/support/policy/updates/openshift#windows)
* OCP 4.10 cluster running on Azure, AWS or vSphere configured with hybrid OVN Kubernetes networking
* [WMCO prerequisites](https://docs.openshift.com/container-platform/4.10/windows_containers/understanding-windows-container-workloads.html#wmco-prerequisites__understanding-windows-container-workloads)
* A Red Hat OpenShift Container Platform for Windows Containers [subscription](https://access.redhat.com/support/policy/updates/openshift#windows)
* OCP 4.11 cluster running on Azure, AWS or vSphere configured with hybrid OVN Kubernetes networking
* [WMCO prerequisites](https://docs.openshift.com/container-platform/4.11/windows_containers/understanding-windows-container-workloads.html#wmco-prerequisites__understanding-windows-container-workloads)
### Usage
Once the `openshift-windows-machine-config-operator` namespace has been created, a secret must be created containing
Expand Down Expand Up @@ -443,4 +443,4 @@ spec:
minKubeVersion: 1.23.0
provider:
name: Red Hat
version: 5.0.0
version: 6.0.0
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.v5.0.0
- currentCSV: windows-machine-config-operator.v6.0.0
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: '>=4.0.0 <5.0.0'
olm.skipRange: '>=5.0.0 <6.0.0'
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 @@ -23,8 +23,8 @@ spec:
description: |-
### Introduction
The Windows Machine Config Operator configures Windows Machines into nodes, enabling Windows container workloads to
be run on OCP clusters. Windows instances can be added either by creating a [MachineSet](https://docs.openshift.com/container-platform/latest/machine_management/creating_machinesets/creating-machineset-aws.html#machine-api-overview_creating-machineset-aws),
or by specifying existing instances through a [ConfigMap](https://docs.openshift.com/container-platform/latest/windows_containers/configuring-byoh-windows-instance.html)
be run on OCP clusters. Windows instances can be added either by creating a [MachineSet](https://docs.openshift.com/container-platform/4.11/machine_management/creating_machinesets/creating-machineset-aws.html#machine-api-overview_creating-machineset-aws),
or by specifying existing instances through a [ConfigMap](https://docs.openshift.com/container-platform/4.11/windows_containers/configuring-byoh-windows-instance.html)
The operator completes all the necessary steps to configure the Windows instance so that it can join the cluster as a worker node.
Usage of this operator requires an OpenShift Container Platform for Windows Containers subscription. Users looking to
Expand All @@ -33,9 +33,9 @@ spec:
official support.
### Pre-requisites
* A Red Hat OpenShift Container Platform for Windows Containers subscription
* OCP 4.10 cluster running on Azure, AWS or vSphere configured with hybrid OVN Kubernetes networking
* [WMCO prerequisites](https://docs.openshift.com/container-platform/4.10/windows_containers/understanding-windows-container-workloads.html#wmco-prerequisites__understanding-windows-container-workloads)
* A Red Hat OpenShift Container Platform for Windows Containers [subscription](https://access.redhat.com/support/policy/updates/openshift#windows)
* OCP 4.11 cluster running on Azure, AWS or vSphere configured with hybrid OVN Kubernetes networking
* [WMCO prerequisites](https://docs.openshift.com/container-platform/4.11/windows_containers/understanding-windows-container-workloads.html#wmco-prerequisites__understanding-windows-container-workloads)
### Usage
Once the `openshift-windows-machine-config-operator` namespace has been created, a secret must be created containing
Expand Down

0 comments on commit e14ddf2

Please sign in to comment.