Skip to content

Commit df4aa9a

Browse files
chore(deps): update github actions
1 parent 8c9c708 commit df4aa9a

4 files changed

Lines changed: 17 additions & 14 deletions

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
- no changes
1+
# [hub-manager_v1.0.0](https://github.com/traefik/traefik-helm-chart/compare/hub-manager_v1.0.0-rc.1...hub-manager_v1.0.0) (2026-07-30)
2+
3+
## :package: Others
4+
5+
- docs(hub-manager): 📚 rewrite EXAMPLES into a README install guide #1948 by @darkweaver87
6+
7+

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build Changelog
8080
id: changelog
81-
uses: mikepenz/release-changelog-builder-action@c9bcd8238b6f41e05561348339429d360b1c0247 # v6.2.3
81+
uses: mikepenz/release-changelog-builder-action@cb021f9b36a51a7c6f18e4679b6fa2cb77a1260c # v6.3.0
8282
with:
8383
fromTag: ${{ steps.previous_tag.outputs.tag }}
8484
toTag: ${{ steps.tag_version.outputs.new_tag }}
@@ -210,13 +210,13 @@ jobs:
210210

211211
- name: Render changelog configuration
212212
env:
213-
REGEXP: '\\((hub-manager-.+)\\)'
213+
REGEXP: '\\((hub-manager.*)\\)'
214214
run: ./hack/render-changelog-config.sh hub-manager
215215
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
216216

217217
- name: Build Changelog
218218
id: changelog
219-
uses: mikepenz/release-changelog-builder-action@c9bcd8238b6f41e05561348339429d360b1c0247 # v6.2.3
219+
uses: mikepenz/release-changelog-builder-action@cb021f9b36a51a7c6f18e4679b6fa2cb77a1260c # v6.3.0
220220
with:
221221
fromTag: ${{ steps.previous_tag.outputs.tag }}
222222
toTag: ${{ steps.tag_version.outputs.new_tag }}

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ls -R $CACHE_DIR
5555
5656
- name: Self-hosted Renovate
57-
uses: renovatebot/github-action@5402b206248e5a8c8427a15102702eb9c1793efc # v46.2.4
57+
uses: renovatebot/github-action@39b914146caeff8cd512e61c8992f1d5913af85c # v46.2.5
5858
with:
5959
configurationFile: .github/renovate.json5
6060
token: ${{ steps.get_token.outputs.token }}

.github/workflows/test-changelog.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Build Changelog
3939
id: changelog
40-
uses: mikepenz/release-changelog-builder-action@c9bcd8238b6f41e05561348339429d360b1c0247 # v6.2.3
40+
uses: mikepenz/release-changelog-builder-action@cb021f9b36a51a7c6f18e4679b6fa2cb77a1260c # v6.3.0
4141
with:
4242
fromTag: v34.1.0
4343
toTag: v34.2.0
@@ -72,19 +72,16 @@ jobs:
7272

7373
- name: Render hub-manager changelog configuration
7474
env:
75-
REGEXP: '\\((hub-manager-.+)\\)'
76-
DATE: '2025-01-13'
75+
REGEXP: '\\((hub-manager.*)\\)'
76+
DATE: '2026-07-30'
7777
run: ./hack/render-changelog-config.sh hub-manager
7878

79-
# TODO: hub-manager has no released tag yet, so this range is empty and the
80-
# fixture is a placeholder. Once two hub-manager tags exist, set a real range
81-
# and regenerate .github/fixtures/changelog-hub-manager.md.
8279
- name: Build Changelog
8380
id: changelog
84-
uses: mikepenz/release-changelog-builder-action@c9bcd8238b6f41e05561348339429d360b1c0247 # v6.2.3
81+
uses: mikepenz/release-changelog-builder-action@cb021f9b36a51a7c6f18e4679b6fa2cb77a1260c # v6.3.0
8582
with:
86-
fromTag: hub-manager_1.0.0-rc
87-
toTag: hub-manager_1.0.0-rc
83+
fromTag: hub-manager_v1.0.0-rc.1
84+
toTag: hub-manager_v1.0.0
8885
configuration: "/tmp/changelog.json"
8986
fetchViaCommits: true
9087
env:

0 commit comments

Comments
 (0)