Skip to content

Commit

Permalink
Release velero 0.4.4 (#401)
Browse files Browse the repository at this point in the history
Release velero 0.4.4
  • Loading branch information
blakelead authored Dec 22, 2020
1 parent 5093925 commit 2e76dd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ features:
version: 0.4.4
- name: velero
image: scalair/robokops-velero
version: 0.4.3
version: 0.4.4
4 changes: 4 additions & 0 deletions k8s/velero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.4 - 2020-12-22
### Changed
- Release 0.4.4

## 0.4.3 - 2020-12-22
### Changed
- Release 0.4.3
Expand Down
2 changes: 1 addition & 1 deletion k8s/velero/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scalair/robokops-base:0.5.3
FROM scalair/robokops-base:0.5.4
COPY src /home/builder/src
RUN sudo chown -R builder:builder /home/builder
RUN echo 'velero' | sudo tee /name
Expand Down

0 comments on commit 2e76dd7

Please sign in to comment.