From 04ef2e4e02ba0457f87a1113678a4e0a4ae4543d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:55:01 +0100 Subject: [PATCH] Release v0.8.3 (#272) Co-authored-by: github-actions[bot] Co-authored-by: David Collom --- .github/workflows/helm-docs.yaml | 2 +- .github/workflows/release.yaml | 2 +- Makefile | 2 +- deploy/charts/version-checker/Chart.yaml | 4 ++-- deploy/charts/version-checker/README.md | 2 +- deploy/yaml/deploy.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index e903b13..3af87f5 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -37,7 +37,7 @@ jobs: if: steps.filter.outputs.values == 'true' uses: envoy/install-helm-docs@v1.0.0 with: - version: 1.11.0 + version: 1.14.2 - name: Update Helm Docs if: steps.filter.outputs.values == 'true' run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 25af08a..260dc02 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: - name: Install Helm Docs uses: envoy/install-helm-docs@v1.0.0 with: - version: 1.11.0 + version: 1.14.2 - name: Update Helm Docs run: | set -ex diff --git a/Makefile b/Makefile index 8f18ba0..5a82a6d 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker image: ## build docker image GOARCH=$(ARCH) GOOS=linux CGO_ENABLED=0 go build -o ./bin/version-checker-linux ./cmd/. - docker build -t quay.io/jetstack/version-checker:v0.8.2 . + docker build -t quay.io/jetstack/version-checker:v0.8.3 . clean: ## clean up created files rm -rf \ diff --git a/deploy/charts/version-checker/Chart.yaml b/deploy/charts/version-checker/Chart.yaml index c3c52fd..42e13b7 100644 --- a/deploy/charts/version-checker/Chart.yaml +++ b/deploy/charts/version-checker/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "v0.8.2" -version: "v0.8.2" +appVersion: "v0.8.3" +version: "v0.8.3" description: A Helm chart for version-checker home: https://github.com/jetstack/version-checker name: version-checker diff --git a/deploy/charts/version-checker/README.md b/deploy/charts/version-checker/README.md index 0812ca0..c5c1064 100644 --- a/deploy/charts/version-checker/README.md +++ b/deploy/charts/version-checker/README.md @@ -1,6 +1,6 @@ # version-checker -![Version: v0.8.2](https://img.shields.io/badge/Version-v0.8.2-informational?style=flat-square) ![AppVersion: v0.8.2](https://img.shields.io/badge/AppVersion-v0.8.2-informational?style=flat-square) +![Version: v0.8.3](https://img.shields.io/badge/Version-v0.8.3-informational?style=flat-square) ![AppVersion: v0.8.3](https://img.shields.io/badge/AppVersion-v0.8.3-informational?style=flat-square) A Helm chart for version-checker diff --git a/deploy/yaml/deploy.yaml b/deploy/yaml/deploy.yaml index 18ee073..e4cce04 100644 --- a/deploy/yaml/deploy.yaml +++ b/deploy/yaml/deploy.yaml @@ -50,7 +50,7 @@ spec: spec: serviceAccountName: version-checker containers: - - image: quay.io/jetstack/version-checker:v0.8.2 + - image: quay.io/jetstack/version-checker:v0.8.3 imagePullPolicy: Always ports: - containerPort: 8080