Skip to content

Commit

Permalink
updated version 2.6 => 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Disaiah Bennett <[email protected]>
  • Loading branch information
dislbenn committed Jul 3, 2024
1 parent 9cd0877 commit e5ae86f
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion COMPONENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.7.0
2 changes: 1 addition & 1 deletion Makefile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ regenerate-charts-from-bundles: ## Regenerates the operator charts from bundles

regenerate-operator-sha-commits: ## Regenerates the operator bundles
pip3 install -r hack/bundle-automation/requirements.txt
python3 ./hack/bundle-automation/generate-shell.py --update-commits --repo backplane-pipeline --branch 2.6-integration
python3 ./hack/bundle-automation/generate-shell.py --update-commits --repo backplane-pipeline --branch 2.7-integration

regenerate-charts: ## Regenerates the charts
pip3 install -r hack/bundle-automation/chart-requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions hack/bundle-automation/chart-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: A Helm chart for Kubernetes
name: test
type: application
version: 2.6.0
version: 2.7.0
2 changes: 1 addition & 1 deletion hack/prereqs/oc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: operators.coreos.com/v1
kind: OperatorCondition
metadata:
name: multicluster-engine.v2.6.0
name: multicluster-engine.v2.7.0
namespace: backplane-operator-system
4 changes: 2 additions & 2 deletions pkg/templates/charts/always/rbac-aggregates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: Manages RBAC aggregate roles
name: rbac-aggregates
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/hosted/server-foundation/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: server foundation components.
name: server-foundation
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/hosting/server-foundation/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: server foundation components.
name: server-foundation
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/assisted-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: The Infrastructure Operator for Red Hat OpenShift is responsible for
managing the deployment of the Assisted Service.
name: assisted-service
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/cluster-lifecycle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: cluster lifecycle components.
name: cluster-lifecycle
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/cluster-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: Manages the installation and upgrade of the ClusterManager.
name: cluster-manager
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/cluster-proxy-addon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v1
appVersion: 2.6.0
appVersion: 2.7.0
category: "Development"
description: Helm chart for ACM cluster-proxy-addon
keywords:
- acm
- cluster-proxy
name: cluster-proxy-addon
verified: "RHACM"
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/console-mce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v1
appVersion: 2.6.0
appVersion: 2.7.0
category: "Development"
description: Helm chart for console plugin for multicluster engine for Kubernetes
keywords:
- ui
kubeVersion: ">=1.10.0-0"
name: console-mce
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/discovery-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: This operator discovers OpenShift Conatiner Platform clusters which are
not yet under management by Open Cluster Management.
name: discovery-operator
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/hive-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: OpenShift cluster provisioning and management at scale.
name: hive-operator
type: application
version: 2.6.0
version: 2.7.0
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/hypershift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: HyperShift is a middleware for hosting OpenShift control planes at scale that solves for cost and time to provision, as well as portability cross cloud with strong separation of concerns between management and workloads. Clusters are fully compliant OpenShift Container Platform (OCP) clusters and are compatible with standard OCP and Kubernetes toolchains.
name: hypershift-preview
type: application
version: 2.6.0
version: 2.7.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: A Helm chart for Kubernetes
name: image-based-install-operator
type: application
version: 2.6.0
version: 2.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 1.0.0
description: A Helm chart for Managed ServiceAccount Addon
name: managed-serviceaccount
type: application
version: '2.6'
version: '2.7'
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/server-foundation/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright Contributors to the Open Cluster Management project

apiVersion: v2
appVersion: 2.6.0
appVersion: 2.7.0
description: server foundation components.
name: server-foundation
type: application
version: 2.6.0
version: 2.7.0

0 comments on commit e5ae86f

Please sign in to comment.