3 Commits
Author SHA1 Message Date
CSRBot 31dc7673c0 chore(deps): update dependency mikefarah/yq to v2.4.1
Markdown linter / markdown-link-checker (push) Successful in 19s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-lint (push) Successful in 14s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 9s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (pull_request) Successful in 9s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (pull_request) Successful in 10s
Markdown linter / markdown-lint (pull_request) Successful in 15s
Markdown linter / markdown-link-checker (pull_request) Successful in 36s
2026-08-17 00:02:58 +00:00
CSRBot 82444f39b6 Merge pull request 'chore(deps): update dependency volker.raschek/ah-annotations to v0.1.2' (#8) from renovate/volker.raschek-ah-annotations-0.x into master
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 8s
Markdown linter / markdown-link-checker (push) Successful in 31s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 11s
Markdown linter / markdown-lint (push) Successful in 16s
2026-08-16 21:03:16 +00:00
CSRBot eeb09fdeb4 chore(deps): update dependency volker.raschek/ah-annotations to v0.1.2
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (pull_request) Successful in 11s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (pull_request) Successful in 8s
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
Markdown linter / markdown-link-checker (pull_request) Successful in 26s
Markdown linter / markdown-lint (pull_request) Successful in 32s
Markdown linter / markdown-link-checker (push) Successful in 26s
Markdown linter / markdown-lint (push) Successful in 31s
2026-08-16 21:02:07 +00:00
+3 -3
View File
@@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@v7.0.1 - uses: actions/checkout@v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.1.1 - uses: volker.raschek/ah-annotations@v0.1.2
``` ```
### Explicit tags ### Explicit tags
@@ -31,7 +31,7 @@ steps:
- uses: actions/checkout@v7.0.1 - uses: actions/checkout@v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.1.1 - uses: volker.raschek/ah-annotations@v0.1.2
with: with:
old-tag: v1.0.0 old-tag: v1.0.0
new-tag: v2.0.0 new-tag: v2.0.0
@@ -58,7 +58,7 @@ steps:
## Pre-releases ## Pre-releases
Tags matching the pattern `-rc` (e.g. `v1.0.0-rc.1`, `v2.0.0-rc`) are treated as pre-releases. Tags matching the pattern `-rc` (e.g. `v1.0.0-rc.1`, `2.4.1`) are treated as pre-releases.
When `new-tag` is a pre-release tag, the action: When `new-tag` is a pre-release tag, the action:
1. Sets `artifacthub.io/prerelease: "true"` in `Chart.yaml`. 1. Sets `artifacthub.io/prerelease: "true"` in `Chart.yaml`.