Skip to content

Releases: defenseunicorns/maru-runner

v0.6.0

13 Mar 22:17
v0.6.0
675192f

Choose a tag to compare

What's Changed

  • feat: add support for --with CLI flag for task inputs by @RothAndrew in #184

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Jan 23:02
v0.5.0
5026635

Choose a tag to compare

What's Changed

  • chore(deps): update maru support dependencies by @renovate in #175
  • chore(deps): update support-deps to v0.46.0 by @renovate in #177
  • chore(deps): update maru support dependencies by @renovate in #178
  • feat: add authentication and GitLab URL support by @Racer159 in #172
  • fix(deps): update maru code dependencies by @renovate in #176

Full Changelog: v0.4.1...v0.5.0

v0.4.1

19 Dec 17:13
v0.4.1
b6c57c7

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Oct 15:22
v0.4.0
385a952

Choose a tag to compare

What's Changed

  • chore: correct logging behavior when vendored alongside other pterm apps by @Racer159 in #160
  • fix: allow include loops while preventing task loops by @Racer159 in #161

Full Changelog: v0.3.1...v0.4.0

v0.3.1

15 Oct 18:43
v0.3.1
82b30db

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Oct 16:52
v0.3.0
8d4b966

Choose a tag to compare

What's Changed

  • feat!: better handling of included tasks - variable merging and URL pathing by @Racer159 in #152

Caution

⚠️ BREAKING CHANGE - This has the potential to be breaking depending on where things are defined in your setup - if you are currently relying on variables or local pathing from remote tasks to not work this may break your setup. Also #122 may be more pronounced in complex setups because we are now able to load in more tasks.

  • chore(deps): update maru support dependencies by @renovate in #147

Full Changelog: v0.2.3...v0.3.0

v0.2.3

20 Sep 16:37
v0.2.3
73fcda7

Choose a tag to compare

What's Changed

  • fix: sort slices before comparing in test by @catsby in #142
  • chore: use go-list to filter out e2e tests in test-unit step by @catsby in #140
  • feat: add templated conditionals to tasks by @zachariahmiller in #139
  • fix: update log level handling by @catsby in #141
  • fix(deps): update code-deps to v1.12.0 by @renovate in #130
  • fix: pattern not properly being checked by @Racer159 in #145
  • chore(deps): update maru support dependencies by @renovate in #128
  • feat: allow direct calling of tasks with inputs when required inputs have default values by @zachariahmiller in #146

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

12 Jul 14:16
v0.2.2
5352582

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Jun 21:49
v0.2.1
5bcee5d

Choose a tag to compare

What's Changed

Feats

Fixes

  • chore: improve spinner when used with --no-progress by @Racer159 in #105
  • fix: correct the tasks schema to not include intermediate types by @Racer159 in #113

Deps

Dev

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 May 00:55
v0.2.0
849a3b3

Choose a tag to compare

What's Changed

⚠️ Breaking Changes

  • files has been removed as a feature - please migrate to curl or another CLI program
  • RUN prefixed env vas and $HOME/.run/run-config configs are now prefixed as MARU, $HOME/.maru and maru-config
  • ${} templating is no longer performed directly on cmd values and are handled as env vars instead

Features

  • feat!: add maru=true variable for tasks to know they are running in Maru by @ericwyles in #97

Chores

  • chore: allow vendor overrides for env var variables by @Racer159 in #100
  • refactor!: de-zarfify maru-runner by @Racer159 in #73

Dependencies

  • chore(deps): update actions/checkout action to v4.1.6 by @renovate in #72
  • chore(deps): update maru support dependencies by @renovate in #99
  • chore: update to proper pkg/helpers/v2 by @Racer159 in #92
  • chore(deps): update sigstore/cosign-installer action to v3.5.0 by @renovate in #48
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #54
  • chore(deps): update actions/upload-artifact action to v4.3.2 by @renovate in #53
  • chore(deps): update actions/download-artifact action to v4.1.5 by @renovate in #52
  • chore(deps): update github/codeql-action action to v3.25.1 by @renovate in #50
  • build(deps): bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4 by @dependabot in #49
  • chore(deps): update actions/checkout action to v4.1.3 by @renovate in #56
  • fix(deps): update module github.com/defenseunicorns/pkg/helpers to v1.1.0 by @renovate in #55
  • chore(deps): update actions/upload-artifact action to v4.3.3 by @renovate in #58
  • chore(deps): update actions/download-artifact action to v4.1.6 by @renovate in #57
  • fix(deps): update module github.com/defenseunicorns/pkg/helpers to v1.1.1 by @renovate in #59
  • chore(deps): update github/codeql-action action to v3.25.3 by @renovate in #61
  • chore(deps): update actions/download-artifact action to v4.1.7 by @renovate in #62
  • chore(deps): update actions/checkout action to v4.1.4 by @renovate in #63
  • chore(deps): update anchore/sbom-action action to v0.15.11 by @renovate in #65

Docs

Development

  • chore: swap CODEOWNERS over to the swf team by @Racer159 in #71
  • chore: update release process to allow RCs by @Racer159 in #94

New Contributors

Full Changelog: v0.2.0-rc1...v0.2.0