File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 9595 - name : Commit files
9696 if : steps.filter.outputs.versions == 'true'
9797 run : |
98+ set -x
9899 git config --local user.email "github-actions[bot]@users.noreply.github.com"
99100 git config --local user.name "github-actions[bot]"
100101 git status
@@ -110,6 +111,8 @@ jobs:
110111 - name : Build Changelog
111112 id : github_release
112113 uses : mikepenz/release-changelog-builder-action@v5
114+ with :
115+ ignorePreReleases : true
113116
114117 - name : Create Release PR
115118 uses : devops-infra/action-pull-request@v0.6.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker
2222
2323image : # # build docker image
2424 GOARCH=$(ARCH ) GOOS=linux CGO_ENABLED=0 go build -o ./bin/version-checker-linux ./cmd/.
25- docker build -t quay.io/jetstack/version-checker:v0.9.1 .
25+ docker build -t quay.io/jetstack/version-checker:v0.9.2 .
2626
2727clean : # # clean up created files
2828 rm -rf \
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : " v0.9.1 "
3- version : " v0.9.1 "
2+ appVersion : " v0.9.2 "
3+ version : " v0.9.2 "
44description : A Helm chart for version-checker
55home : https://github.com/jetstack/version-checker
66name : version-checker
Original file line number Diff line number Diff line change 11# version-checker
22
3- ![ Version: v0.9.1 ] ( https://img.shields.io/badge/Version-v0.9.1 -informational?style=flat-square ) ![ AppVersion: v0.9.1 ] ( https://img.shields.io/badge/AppVersion-v0.9.1 -informational?style=flat-square )
3+ ![ Version: v0.9.2 ] ( https://img.shields.io/badge/Version-v0.9.2 -informational?style=flat-square ) ![ AppVersion: v0.9.2 ] ( https://img.shields.io/badge/AppVersion-v0.9.2 -informational?style=flat-square )
44
55A Helm chart for version-checker
66
Original file line number Diff line number Diff line change 5050 spec :
5151 serviceAccountName : version-checker
5252 containers :
53- - image : quay.io/jetstack/version-checker:v0.9.1
53+ - image : quay.io/jetstack/version-checker:v0.9.2
5454 imagePullPolicy : Always
5555 ports :
5656 - containerPort : 8080
You can’t perform that action at this time.
0 commit comments