Skip to content

Commit

Permalink
Release jenkins 0.5.4 (#481)
Browse files Browse the repository at this point in the history
Release jenkins 0.5.4
  • Loading branch information
blakelead committed May 25, 2021
1 parent 6ea32bb commit 28b81ba
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 @@ -29,7 +29,7 @@ features:
version: 0.5.4
- name: jenkins
image: scalair/robokops-jenkins
version: 0.5.3
version: 0.5.4
- name: kubewatch
image: scalair/robokops-kubewatch
version: 0.4.6
Expand Down
4 changes: 4 additions & 0 deletions k8s/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.4 - 2021-05-25
### Changed
- Release 0.5.4

## 0.5.3 - 2021-05-25
### Changed
- Release 0.5.3
Expand Down
2 changes: 1 addition & 1 deletion k8s/jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scalair/robokops-base:0.6.4
FROM scalair/robokops-base:0.6.5
COPY src /home/builder/src
RUN sudo chown -R builder:builder /home/builder
RUN echo 'jenkins' | sudo tee /name
Expand Down

0 comments on commit 28b81ba

Please sign in to comment.