diff --git a/Dockerfile b/Dockerfile index 3ddf9ea8..11fbd34c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ LABEL base-image="quay.io/orchestrator/helm-operator:v1.35.0-cve-fixes-19DEC24" LABEL com.redhat.component="RHDH Orchestrator Helm Operator" LABEL distribution-scope="public" LABEL name="rhdh-orchestrator-helm-operator-bundle" -LABEL release="1.4.0-rc1" -LABEL version="1.4.0-rc1" +LABEL release="1.4.0-rc3" +LABEL version="1.4.0-rc3" LABEL maintainer="Red Hat jgil@redhat.com" LABEL url="https://github.com/rhdhorchestrator/orchestrator-helm-operator" LABEL vendor="Red Hat, Inc." diff --git a/Makefile b/Makefile index 36895e0f..b726295a 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 VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 1.4.0-rc2 +VERSION ?= 1.4.0-rc3 # 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 = "candidate,fast,stable") diff --git a/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml b/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml index 6bcc5ac6..986422f9 100644 --- a/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml +++ b/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml @@ -138,7 +138,7 @@ metadata: capabilities: Basic Install categories: Developer Tools console.openshift.io/disable-operand-delete: "true" - createdAt: "2024-12-25T07:40:07Z" + createdAt: "2025-01-06T18:47:48Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" @@ -162,7 +162,7 @@ metadata: operatorframework.io/arch.ppc64le: unsupported operatorframework.io/arch.s390x: unsupported operatorframework.io/suggested-namespace: orchestrator - name: orchestrator-operator.v1.4.0-rc2 + name: orchestrator-operator.v1.4.0-rc3 namespace: placeholder spec: apiservicedefinitions: {} @@ -484,7 +484,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect - --leader-election-id=orchestrator-operator - image: quay.io/orchestrator/orchestrator-operator:1.4.0-rc2 + image: quay.io/orchestrator/orchestrator-operator:1.4.0-rc3 livenessProbe: httpGet: path: /healthz @@ -573,4 +573,4 @@ spec: provider: name: Red Hat url: https://www.redhat.com - version: 1.4.0-rc2 + version: 1.4.0-rc3 diff --git a/bundle/manifests/rhdh.redhat.com_orchestrators.yaml b/bundle/manifests/rhdh.redhat.com_orchestrators.yaml index 28ed6446..3538fe41 100644 --- a/bundle/manifests/rhdh.redhat.com_orchestrators.yaml +++ b/bundle/manifests/rhdh.redhat.com_orchestrators.yaml @@ -209,7 +209,7 @@ spec: properties: argocd: description: ArgoCD specific configuration fields that are - injected to the backstage instance to allow the plugin to + injected to the Backstage instance to allow the plugin to communicate with ArgoCD. Note that ArgoCD must be deployed beforehand and the argocd.enabled field must be set to true as well. @@ -279,7 +279,7 @@ spec: type: object gitlab: description: Gitlab specific configuration fields that are - injected to the backstage instance to allow the plugin to + injected to the Backstage instance to allow the plugin to communicate with Gitlab. properties: host: @@ -300,7 +300,7 @@ spec: type: object k8s: description: Kubernetes specific configuration fields that - are injected to the backstage instance to allow the plugin + are injected to the Backstage instance to allow the plugin to communicate with the Kubernetes API Server. properties: clusterToken: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 99760475..dc77c213 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: quay.io/orchestrator/orchestrator-operator - newTag: 1.4.0-rc2 + newTag: 1.4.0-rc3 diff --git a/helm-charts/orchestrator/Chart.yaml b/helm-charts/orchestrator/Chart.yaml index 1489b1d9..87ba234a 100644 --- a/helm-charts/orchestrator/Chart.yaml +++ b/helm-charts/orchestrator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.0-rc2 +version: 1.4.0-rc3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to