Skip to content

Commit ef85e2d

Browse files
Release v0.9.2 (#380)
Co-authored-by: David Collom <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ab5c71 commit ef85e2d

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
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/[email protected]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker
2222

2323
image: ## 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

2727
clean: ## clean up created files
2828
rm -rf \

deploy/charts/version-checker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: "v0.9.1"
3-
version: "v0.9.1"
2+
appVersion: "v0.9.2"
3+
version: "v0.9.2"
44
description: A Helm chart for version-checker
55
home: https://github.com/jetstack/version-checker
66
name: version-checker

deploy/charts/version-checker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm chart for version-checker
66

deploy/yaml/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
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

0 commit comments

Comments
 (0)