Releases: k2tzumi/runn-action
Release v0.126.0
What's Changed
Breaking Changes 🛠
- Move exprtrace package to internal/exprtrace by @k1LoW in k1LoW/runn#1132
- Move store to internal/store by @k1LoW in k1LoW/runn#1137
- Move builtin to internal/builtin by @k1LoW in k1LoW/runn#1140
- Move flags to internal/flags by @k1LoW in k1LoW/runn#1141
Other Changes
- Move kv to internal/kv by @k1LoW in k1LoW/runn#1131
- Move eval to internal/eval by @k1LoW in k1LoW/runn#1134
- Rename internal/eval to internal/expr by @k1LoW in k1LoW/runn#1138
- Refactor internal/store by @k1LoW in k1LoW/runn#1139
- chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the dependencies group by @dependabot in k1LoW/runn#1135
Full Changelog: k1LoW/runn@v0.125.1...v0.126.0
Full Changelog: v0.125.0...v0.126.0
Release v0.125.1
What's Changed
Fix bug 🐛
- Fix a bug that caused store values to be lost when using
loop:
. by @k1LoW in k1LoW/runn#1129
Other Changes
- docs: Updated the link to the
expr
Language Definition with a richer one by @mi-wada in k1LoW/runn#1127 - chore(deps): bump the dependencies group across 1 directory with 9 updates by @dependabot in k1LoW/runn#1126
New Contributors
- @mi-wada made their first contribution in k1LoW/runn#1127
Full Changelog: k1LoW/runn@v0.125.0...v0.125.1
Full Changelog: v0.125.0...v0.125.1
Release v0.125.0
What's Changed
Breaking Changes 🛠
- Change the method of holding the list type step in store from slice to map. by @k1LoW in k1LoW/runn#1120
- Do not include
runn.*
in the include runner store. by @k1LoW in k1LoW/runn#1123
New Features 🎉
- Support
steps[*].defer:
steps.<key>.defer:
for deferring steps in a runbook by @k1LoW in k1LoW/runn#1119 - Support
steps[*].force:
steps.<key>.force:
for running step forcefully by @k1LoW in k1LoW/runn#1122
Other Changes
- Update golang.org/x/net by @k1LoW in k1LoW/runn#1124
Full Changelog: k1LoW/runn@v0.124.1...v0.125.0
Full Changelog: v0.124.1...v0.125.0
Release v0.124.1
What's Changed
Fix bug 🐛
- Fix new command. by @k1LoW in k1LoW/runn#1118
Other Changes
- Fix typo by @k1LoW in k1LoW/runn#1115
- chore(deps): bump the dependencies group with 2 updates by @dependabot in k1LoW/runn#1117
Full Changelog: k1LoW/runn@v0.124.0...v0.124.1
Full Changelog: v0.124.0...v0.124.1
Release v0.124.0
What's Changed
Breaking Changes 🛠
- Use goccy/go-yaml only by @k1LoW in k1LoW/runn#1088
- STDIN value is handled as
runn.stdin
, not as Runn ID(s). by @k1LoW in k1LoW/runn#1108
Fix bug 🐛
- Fix race condition in cdp.go by @k1LoW in k1LoW/runn#1112
Other Changes
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in k1LoW/runn#1110
- chore(deps): bump the dependencies group across 1 directory with 11 updates by @dependabot in k1LoW/runn#1113
- Fix lint warn by @k1LoW in k1LoW/runn#1114
Full Changelog: k1LoW/runn@v0.123.1...v0.124.0
Full Changelog: v0.123.1...v0.124.0
Release v0.123.1
What's Changed
Fix bug 🐛
- Update maskedio by @k1LoW in k1LoW/runn#1105
Full Changelog: k1LoW/runn@v0.123.0...v0.123.1
Full Changelog: v0.123.0...v0.123.1
Release v0.123.0
What's Changed
Breaking Changes 🛠
- Change the default shell (
sh
->bash
) and shell options for the Exec runner. by @k1LoW in k1LoW/runn#1101
Full Changelog: k1LoW/runn@v0.122.3...v0.123.0
Full Changelog: v0.122.3...v0.123.0
Release v0.122.3
What's Changed
Fix bug 🐛
- Fix SkipIncluded by @k1LoW in k1LoW/runn#1098
Full Changelog: k1LoW/runn@v0.122.2...v0.122.3
What's Changed
Full Changelog: v0.122.2...v0.122.3
Release v0.122.2
What's Changed
Fix bug 🐛
- Fix race condition by @k1LoW in k1LoW/runn#1092
Full Changelog: k1LoW/runn@v0.122.1...v0.122.2
What's Changed
- Support
latest
version by @k1LoW in #38 - Back merge manual release4 by @k2tzumi in #41
- feat: expand globstar by @karrybit in #45
Full Changelog: v0.122.1...v0.122.2
Release v0.122.1
What's Changed
Fix bug 🐛
- Revert goccy/go-yaml and k1LoW/expand by @k1LoW in k1LoW/runn#1086
Full Changelog: k1LoW/runn@v0.122.0...v0.122.1
Full Changelog: v0.122.0...v0.122.1