Skip to content

Releases: siderolabs/go-cmd

v0.1.3

28 Oct 15:46
v0.1.3
d735250
Compare
Choose a tag to compare

go-cmd 0.1.3 (2024-10-28)

Welcome to the v0.1.3 release of go-cmd!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-cmd/issues.

Contributors

  • Artem Chernyshev
  • Dmitry Sharshakov
  • Andrey Smirnov
  • Andrey Smirnov

Changes

8 commits

  • d735250 fix: return an error on process nonzero exit code
  • 5662c7f feat: add an equivalent of WaitWrapper for os.Process
  • 71fced6 chore: rekres and move to GHA
  • 0aea518 chore: rekres and update
  • 68eb006 feat: return typed error for exit error
  • 333ccf1 feat: add stdin support into the Run methods
  • c5c8f1c feat: extract cmd module from Talos into a separate module
  • 77685fc Initial commit

Changes since v0.1.2

1 commit

  • d735250 fix: return an error on process nonzero exit code

Dependency Changes

This release has no dependency changes

v0.1.2

21 Oct 15:00
v0.1.2
5662c7f
Compare
Choose a tag to compare

go-cmd 0.1.2 (2024-10-18)

Welcome to the v0.1.2 release of go-cmd!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-cmd/issues.

Contributors

  • Artem Chernyshev
  • Andrey Smirnov
  • Andrey Smirnov
  • Dmitry Sharshakov

Changes

7 commits

  • 5662c7f feat: add an equivalent of WaitWrapper for os.Process
  • 71fced6 chore: rekres and move to GHA
  • 0aea518 chore: rekres and update
  • 68eb006 feat: return typed error for exit error
  • 333ccf1 feat: add stdin support into the Run methods
  • c5c8f1c feat: extract cmd module from Talos into a separate module
  • 77685fc Initial commit

Changes since v0.1.1

2 commits

  • 5662c7f feat: add an equivalent of WaitWrapper for os.Process
  • 71fced6 chore: rekres and move to GHA

Dependency Changes

This release has no dependency changes

v0.1.1

01 Nov 07:26
v0.1.1
0aea518
Compare
Choose a tag to compare

go-cmd 0.1.1 (2022-11-01)

Welcome to the v0.1.1 release of go-cmd!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-cmd/issues.

Contributors

  • Artem Chernyshev
  • Andrey Smirnov

Changes

5 commits

  • 0aea518 chore: rekres and update
  • 68eb006 feat: return typed error for exit error
  • 333ccf1 feat: add stdin support into the Run methods
  • c5c8f1c feat: extract cmd module from Talos into a separate module
  • 77685fc Initial commit

Changes since v0.1.0

1 commit

Dependency Changes

This release has no dependency changes

v0.1.0

24 Jun 13:59
Compare
Choose a tag to compare
feat: return typed error for exit error

Otherwise it's hard to read actual int exit code.

Signed-off-by: Artem Chernyshev <[email protected]>