Releases: k1LoW/runn
Releases · k1LoW/runn
v0.126.1
v0.126.0
What's Changed
Breaking Changes 🛠
- Move exprtrace package to internal/exprtrace by @k1LoW in #1132
- Move store to internal/store by @k1LoW in #1137
- Move builtin to internal/builtin by @k1LoW in #1140
- Move flags to internal/flags by @k1LoW in #1141
Other Changes
- Move kv to internal/kv by @k1LoW in #1131
- Move eval to internal/eval by @k1LoW in #1134
- Rename internal/eval to internal/expr by @k1LoW in #1138
- Refactor internal/store by @k1LoW in #1139
- chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the dependencies group by @dependabot in #1135
Full Changelog: v0.125.1...v0.126.0
v0.125.1
What's Changed
Fix bug 🐛
Other Changes
- docs: Updated the link to the
expr
Language Definition with a richer one by @mi-wada in #1127 - chore(deps): bump the dependencies group across 1 directory with 9 updates by @dependabot in #1126
New Contributors
Full Changelog: v0.125.0...v0.125.1
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 #1120
- Do not include
runn.*
in the include runner store. by @k1LoW in #1123
New Features 🎉
- Support
steps[*].defer:
steps.<key>.defer:
for deferring steps in a runbook by @k1LoW in #1119 - Support
steps[*].force:
steps.<key>.force:
for running step forcefully by @k1LoW in #1122
Other Changes
Full Changelog: v0.124.1...v0.125.0
v0.124.1
What's Changed
Fix bug 🐛
Other Changes
- Fix typo by @k1LoW in #1115
- chore(deps): bump the dependencies group with 2 updates by @dependabot in #1117
Full Changelog: v0.124.0...v0.124.1
v0.124.0
What's Changed
Breaking Changes 🛠
- Use goccy/go-yaml only by @k1LoW in #1088
- STDIN value is handled as
runn.stdin
, not as Runn ID(s). by @k1LoW in #1108
Fix bug 🐛
Other Changes
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in #1110
- chore(deps): bump the dependencies group across 1 directory with 11 updates by @dependabot in #1113
- Fix lint warn by @k1LoW in #1114
Full Changelog: v0.123.1...v0.124.0