Skip to content

Commit

Permalink
Changes for 0.5.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: leochr <leojc@ca.ibm.com>
  • Loading branch information
leochr committed Apr 28, 2020
1 parent 417cdd3 commit a55a4e3
Show file tree
Hide file tree
Showing 7 changed files with 5,516 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

LABEL vendor="Runtime Component Community" \
name="Runtime Component Operator" \
version="0.5.0" \
version="0.5.1" \
summary="Image for Runtime Component Operator" \
description="This image contains the controller for Runtime Component Operator. See https://github.com/application-stacks/runtime-component-operator"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: runtime-component-operator.v0.5.0
- currentCSV: runtime-component-operator.v0.5.1
name: beta
defaultChannel: beta
packageName: runtime-component-operator-certified

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: runtime-component-operator.v0.5.0
- currentCSV: runtime-component-operator.v0.5.1
name: beta
defaultChannel: beta
packageName: runtime-component-operator
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.5.0"
Version = "0.5.1"
)

0 comments on commit a55a4e3

Please sign in to comment.