Skip to content
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PROFILE_SHORT := $(shell echo $(PROFILE) | cut -d. -f1)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
# Set a default VERSION if it is not defined
ifeq ($(origin VERSION), undefined)
VERSION ?= 0.10.0
VERSION ?= 0.10.1
DEFAULT_VERSION := true
else
DEFAULT_VERSION := false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
operatorframework.io/suggested-namespace: rhdh-operator
operators.openshift.io/valid-subscription: '["Red Hat Developer Hub"]'
repository: https://gitlab.cee.redhat.com/rhidp/rhdh/
skipRange: '>=1.0.0 <1.10.0'
skipRange: '>=1.0.0 <1.10.1'
support: Red Hat
labels:
operatorframework.io/arch.amd64: supported
Expand Down Expand Up @@ -116,5 +116,5 @@ spec:
provider:
name: Red Hat Inc.
url: https://www.redhat.com/
replaces: rhdh-operator.v1.9.0
version: 1.10.0
replaces: rhdh-operator.v1.10.0
version: 1.10.1
2 changes: 1 addition & 1 deletion config/profile/backstage.io/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
images:
- name: controller
newName: quay.io/rhdh-community/operator
newTag: 0.10.0
newTag: 0.10.1

generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion dist/backstage.io/install.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading