Skip to content

Commit

Permalink
Merge pull request #471 from jenniferubah/release-rc3
Browse files Browse the repository at this point in the history
Release prep for RC 3
  • Loading branch information
jenniferubah authored Jan 6, 2025
2 parents d7e1459 + 76daeb8 commit 131ac86
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]"
LABEL url="https://github.com/rhdhorchestrator/orchestrator-helm-operator"
LABEL vendor="Red Hat, Inc."
Expand Down
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 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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -573,4 +573,4 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com
version: 1.4.0-rc2
version: 1.4.0-rc3
6 changes: 3 additions & 3 deletions bundle/manifests/rhdh.redhat.com_orchestrators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm-charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 131ac86

Please sign in to comment.