Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: tagRelease.sh: bump to 1.3.1 in release-1.3 branch #318

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0'
name: rhdh-operator.v1.3.0
skipRange: '>=1.0.0 <1.3.1'
name: rhdh-operator.v1.3.1
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.0
version: 1.3.1
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.0
VERSION ?= 0.3.1

# 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 @@ -25,8 +25,8 @@ metadata:
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.0'
name: backstage-operator.v0.3.0
skipRange: '>=0.0.1 <0.3.1'
name: backstage-operator.v0.3.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -316,4 +316,4 @@ spec:
- image: quay.io/rhdh/rhdh-hub-rhel9:next
name: backstage
replaces: backstage-operator.v0.2.0
version: 0.3.0
version: 0.3.1
Loading