Skip to content

Commit

Permalink
chore: tagRelease.sh: bump to 1.3.5 in release-1.3 branch (#719)
Browse files Browse the repository at this point in the history
* chore: tagRelease.sh: bump to 1.3.5 in release-1.3 branch

Signed-off-by: rhdh-bot service account <[email protected]>

* Regenerate bundle manifests

Co-authored-by: rhdh-bot <[email protected]>

---------

Signed-off-by: rhdh-bot service account <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: rhdh-bot <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent fd6e379 commit 5c257c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .rhdh/bundle/manifests/rhdh-operator.csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ metadata:
features.operators.openshift.io/token-auth-gcp: "false"
repository: https://gitlab.cee.redhat.com/rhidp/rhdh/
support: Red Hat
skipRange: '>=1.0.0 <1.3.4'
name: rhdh-operator.v1.3.4
skipRange: '>=1.0.0 <1.3.5'
name: rhdh-operator.v1.3.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -356,5 +356,5 @@ spec:
provider:
name: Red Hat Inc.
url: https://www.redhat.com/
version: 1.3.4
version: 1.3.5
replaces: rhdh-operator.v1.1.1
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 ?= 0.3.4
VERSION ?= 0.3.5

# Using docker or podman to build and push images
CONTAINER_ENGINE ?= docker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ metadata:
}
]
capabilities: Seamless Upgrades
createdAt: "2024-12-17T22:34:51Z"
createdAt: "2025-01-28T19:57:07Z"
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.36.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
skipRange: '>=0.0.1 <0.3.2'
name: backstage-operator.v0.3.4
name: backstage-operator.v0.3.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -214,7 +214,7 @@ spec:
value: quay.io/fedora/postgresql-15:latest
- name: RELATED_IMAGE_backstage
value: quay.io/rhdh/rhdh-hub-rhel9:1.3
image: quay.io/rhdh-community/operator:0.3.4
image: quay.io/rhdh-community/operator:0.3.5
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -316,4 +316,4 @@ spec:
- image: quay.io/rhdh/rhdh-hub-rhel9:1.3
name: backstage
replaces: backstage-operator.v0.2.0
version: 0.3.4
version: 0.3.5
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/rhdh-community/operator
newTag: 0.3.4
newTag: 0.3.5
patches:
- patch: |-
- op: replace
Expand Down

0 comments on commit 5c257c5

Please sign in to comment.