4 Commits
Author SHA1 Message Date
CSRBot 7959e52208 Merge pull request 'chore(deps): update dependency mikefarah/yq to v4.53.6' (#16) from renovate/mikefarah-yq-4.x into master
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 6s
Auto release tagged / tag_on_change (push) Successful in 11s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 9s
Markdown linter / markdown-link-checker (push) Successful in 17s
Markdown linter / markdown-lint (push) Successful in 26s
2026-08-20 12:06:59 +00:00
CSRBot 8bb52c9806 chore(deps): update dependency mikefarah/yq to v4.53.6
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 6s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 11s
Markdown linter / markdown-link-checker (push) Successful in 22s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (pull_request) Successful in 6s
Markdown linter / markdown-lint (push) Successful in 29s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (pull_request) Successful in 11s
Markdown linter / markdown-link-checker (pull_request) Successful in 18s
Markdown linter / markdown-lint (pull_request) Successful in 27s
2026-08-20 12:05:22 +00:00
CSRBot 28a065318a Merge pull request 'chore(deps): update dependency volker.raschek/ah-annotations to v0.2.1' (#15) from renovate/volker.raschek-ah-annotations-0.x into master
Markdown linter / markdown-link-checker (push) Successful in 22s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-lint (push) Successful in 15s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 9s
2026-08-19 09:04:24 +00:00
CSRBot aa07ea131e chore(deps): update dependency volker.raschek/ah-annotations to v0.2.1
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 7s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 11s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (pull_request) Successful in 13s
Markdown linter / markdown-lint (push) Successful in 17s
Markdown linter / markdown-lint (pull_request) Successful in 16s
Markdown linter / markdown-link-checker (pull_request) Successful in 35s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (pull_request) Successful in 8s
Markdown linter / markdown-link-checker (push) Successful in 34s
2026-08-19 09:02:51 +00:00
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.2.0
- uses: volker.raschek/ah-annotations@v0.2.1
```
### Explicit tags
@@ -31,7 +31,7 @@ steps:
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.2.0
- uses: volker.raschek/ah-annotations@v0.2.1
with:
old-tag: v1.0.0
new-tag: v2.0.0
@@ -44,7 +44,7 @@ steps:
| `chart-path` | no | `${{ github.workspace }}/Chart.yaml` | Path to the Helm chart file. |
| `old-tag` | no | auto-detected | Start tag for changelog generation. |
| `new-tag` | no | auto-detected | End tag for changelog generation. |
| `yq-version` | no | `v4.53.4` | Version of yq to install. |
| `yq-version` | no | `v4.53.6` | Version of yq to install. |
| `yq-arch` | no | auto-detected | Architecture of yq binary to download. |
| `yq-os` | no | auto-detected | Operating system of yq binary to download. |
| `yq-binary-name` | no | `yq` | Name of the yq binary to download. |
+1 -1
View File
@@ -35,7 +35,7 @@ inputs:
yq-version:
description: "Version of yq to install"
required: false
default: "v4.53.4" # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
default: "v4.53.6" # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
runs:
using: "composite"
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
internal_yq_version=v4.53.4 # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
internal_yq_version=v4.53.6 # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
# Use :- for unset and handle empty strings from composite action inputs
YQ_BINARY_NAME="${YQ_BINARY_NAME:="yq"}"