Skip to content

Releases: k1LoW/runn

v0.126.1

08 Jan 07:41
b9d3384
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • fix(loadt): Fix a bug that overwrote the original error by @mi-wada in #1143

Full Changelog: v0.126.0...v0.126.1

v0.126.0

31 Dec 15:30
c5c49bf
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

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

24 Dec 06:32
049172d
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Fix a bug that caused store values to be lost when using loop:. by @k1LoW in #1129

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

20 Dec 07:23
6e2267c
Compare
Choose a tag to compare

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

16 Dec 06:21
ea242a3
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

Other Changes

Full Changelog: v0.124.0...v0.124.1

v0.124.0

13 Dec 10:55
6ea63ce
Compare
Choose a tag to compare

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

v0.123.1

10 Dec 03:05
3c4a175
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

Full Changelog: v0.123.0...v0.123.1

v0.123.0

08 Dec 23:32
11ee56c
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Change the default shell (sh -> bash) and shell options for the Exec runner. by @k1LoW in #1101

Full Changelog: v0.122.3...v0.123.0

v0.122.3

05 Dec 07:19
4bb1a84
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

Full Changelog: v0.122.2...v0.122.3

v0.122.2

04 Dec 08:52
561e6b5
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

Full Changelog: v0.122.1...v0.122.2