File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ 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
Original file line number Diff line number Diff line change @@ -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
8481 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 :
You can’t perform that action at this time.
0 commit comments