Skip to content

Releases: defenseunicorns/uds-cli

v0.3.1

17 Nov 22:34
2ec0951
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module helm.sh/helm/v3 to v3.13.2 by @renovate in #200
  • chore: address token permission vulnerabilities by @decleaver in #203
  • chore(deps): update github/codeql-action action to v2.22.7 by @renovate in #205
  • fix: ensure empty helm overrides don't break secrets by @UncleGedd in #207

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

v0.3.0

14 Nov 21:36
fb45770
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Nov 16:10
25470ef
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update golang.org/x/exp digest to 2478ac8 by @renovate in #185
  • feat: import remote tasks into runner by @UncleGedd in #184
  • test: add deploy from ghcr test by @anthonywendt in #59
  • fix(deps): update module github.com/defenseunicorns/zarf to v0.31.1 by @renovate in #186
  • chore(deps): update docker/login-action action to v3 by @renovate in #188
  • fix(deps): update golang.org/x/exp digest to 9a3e603 by @renovate in #189
  • fix: updates release CI to write to GHCR for e2e tests by @UncleGedd in #191

Full Changelog: v0.1.0...v0.2.0

v0.1.0

08 Nov 23:09
0151a6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12-alpha...v0.1.0

v0.0.12-alpha

08 Nov 00:41
9ee28bf
Compare
Choose a tag to compare
v0.0.12-alpha Pre-release
Pre-release

What's Changed

  • feat: add --set option for task runner variables by @decleaver in #170
  • feat: caching and OCI concurrency for remote packages during bundle create and deploy by @UncleGedd in #137
  • docs: uds runner by @UncleGedd in #168
  • chore(deps): update dependency go to v1.21.4 by @renovate in #175
  • chore(deps): update sigstore/cosign-installer action to v3.2.0 by @renovate in #173
  • fix: add shorthand instructions for publish command by @mikevanhemert in #176
  • fix: hotfix for broken pull operation by @UncleGedd in #178

New Contributors

Full Changelog: v0.0.11-alpha...v0.0.12-alpha

v0.0.11-alpha

06 Nov 17:04
b7d5f3a
Compare
Choose a tag to compare
v0.0.11-alpha Pre-release
Pre-release

What's Changed

  • fix(deps): update module golang.org/x/sync to v0.5.0 by @renovate in #164
  • fix(deps): update module github.com/spf13/cobra to v1.8.0 by @renovate in #163
  • feat: add UDS/Zarf arch env variable to runner by @jeff-mccoy in #160
  • chore(deps): update dependency go to v1.21.3 by @renovate in #165
  • fix(deps): update module github.com/pterm/pterm to v0.12.70 by @renovate in #162
  • fix: use system Zarf so that init works by @UncleGedd in #166

New Contributors

Full Changelog: v0.0.10-alpha...v0.0.11-alpha

v0.0.10-alpha

03 Nov 20:39
f253bcb
Compare
Choose a tag to compare
v0.0.10-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.9-alpha...v0.0.10-alpha

v0.0.9-alpha

02 Nov 23:23
1242b2b
Compare
Choose a tag to compare
v0.0.9-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.8-alpha...v0.0.9-alpha

v0.0.8-alpha

01 Nov 23:15
34c8d19
Compare
Choose a tag to compare
v0.0.8-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.7-alpha...v0.0.8-alpha

v0.0.7-alpha

25 Oct 17:18
4d61aec
Compare
Choose a tag to compare
v0.0.7-alpha Pre-release
Pre-release

What's Changed

  • update go version for ci by @corang in #79
  • Configure Renovate by @renovate in #84
  • Update golang.org/x/exp digest to 7918f67 by @renovate in #85
  • Add a scorecard.yaml workflow by @Racer159 in #78
  • Update module github.com/goccy/go-yaml to v1.11.2 by @renovate in #92
  • Update module github.com/pterm/pterm to v0.12.69 by @renovate in #94
  • Update actions/setup-go action to v4.1.0 by @renovate in #96
  • Update actions/checkout action to v3.6.0 by @renovate in #95
  • Update module github.com/opencontainers/image-spec to v1.1.0-rc5 by @renovate in #93
  • Update github/codeql-action action to v2.22.3 by @renovate in #99
  • Update docker/setup-buildx-action action to v2.10.0 by @renovate in #98
  • Update actions/upload-artifact action to v3.1.3 by @renovate in #91
  • Update sigstore/cosign-installer digest to c85d0e2 by @renovate in #86
  • Update goreleaser/goreleaser-action action to v4.6.0 by @renovate in #100
  • Update module github.com/spf13/viper to v1.17.0 by @renovate in #102
  • Update sigstore/cosign-installer action to v3 by @renovate in #108
  • Update goreleaser/goreleaser-action action to v5 by @renovate in #107
  • Update docker/setup-buildx-action action to v3 by @renovate in #106
  • Update actions/checkout action to v4.1.0 by @renovate in #105
  • Update ossf/scorecard-action action to v2.3.0 by @renovate in #104
  • feature: setup renovate by @TristanHoladay in #83
  • chore(deps): update actions/checkout action to v4.1.1 by @renovate in #111
  • adds decleaver to codeowners by @UncleGedd in #113
  • Restore OCI concurrency by @UncleGedd in #97
  • fix(deps): update module oras.land/oras-go/v2 to v2.3.0 by @renovate in #103
  • fix(deps): update module oras.land/oras-go/v2 to v2.3.1 by @renovate in #125
  • chore(deps): update github/codeql-action action to v2.22.4 by @renovate in #124
  • update Zarf to 0.30.x by @UncleGedd in #123
  • chore(deps): update ossf/scorecard-action action to v2.3.1 by @renovate in #128
  • adds brew config to goreleaser by @UncleGedd in #129
  • adds id to goreleaser by @UncleGedd in #132
  • renames binary when installed via brew by @UncleGedd in #133
  • fix(deps): update github.com/defenseunicorns/zarf digest to 4478cd6 by @renovate in #130
  • renames binary when installed via brew v2 by @UncleGedd in #134
  • adds architecture flag and renames test dirs by @UncleGedd in #131

New Contributors

Full Changelog: v0.0.6-alpha...v0.0.7-alpha