Releases: dhth/act3
Releases · dhth/act3
v2.0.0
Added
- Allow opening failed workflows
- Add command for generating act3's config
- Add command for validating act3's config
Changed
- Changed CLI interface to use dual flags (-g/--global)
- Improve HTML layout
- Allow fetching results for multiple repos
Changelog
v2.0.0-rc.1
Changelog
- 842882c add checkout step for changes
- a82de36 add command to generate config (#39)
- c965069 add command to validate config (#40)
- 1d4940f add release check (#34)
- 77a7684 add upper bound on max conc fetches (#35)
- c17b696 allow fetching results for multiple repos (#38)
- 455b239 build: upgrade go and deps (#20)
- 092d6a5 build: upgrade go and deps (#26)
- a03d1e8 change repos for demo page
- 0de8d95 chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#28)
- 7b5762e chore: upgrade to golangci-lint v2 (#21)
- d4a0dc6 don't execute test run for dependabot PRs
- b7c25d1 feat: allow opening failed workflows (#12)
- 99d7f2b feat: improve html layout (#27)
- 7fa21e1 fix links in changelog
- 9f16bb0 improve filters for ci workflow
- 6604738 improve git errors (#41)
- e319cb7 move cmd to internal
- 088f145 pin goreleaser to v2.9.0 (#37)
- bb67a51 separate pr and main workflows (#36)
- 6bbced5 upgrade go and deps, improve workflows (#33)
- 4e8eff5 upgrade tablewriter to v1 (#32)
- b47091f use correct badge
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Changes
- 🆕 - a new feature
- 🔄 - change in behaviour
- 🆕 - Tabular output using
-f table - 🔄 - Check suite state/conclusion is listed for non-successful runs
Changelog
v1.0.0
Changes
‼️ - breaking change- 🆕 - a new feature
- 🔄 - change in behaviour
‼️ -act3now relies on gh for authentication, which means authenticating via the environment variableACT3_ACCESS_TOKENis no longer necessary. Ifghis not available, authenticating via an env variable is still supported (viaGH_TOKEN).‼️ -act3now uses the repo associated with the current directory by default. Previous functionality (for fetching results for preset workflows configured via a config file) can still be achieved using the-g(stands for global) flag.
Thanks to @slavaGanzin for the idea!- 🆕 - fetch results for a specific repository using
-r - 🔄 - better highlighting for workflow runs, based on run conclusion
Changelog
- ff6dbdc build: dependency upgrades
- 0102ae6 build: update dependencies
- 8f3ce8a build: upgrade to go 1.22.5
- fdae7a0 chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#1)
- bd557d8 chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 (#2)
- 8feffa8 feat: use current repo by default (#5)