Releases: defenseunicorns/uds-cli
Releases · defenseunicorns/uds-cli
v0.12.0
What's Changed
- feat: uds monitor pepr by @jeff-mccoy in #696
- docs: remove out of place quotation by @zachariahmiller in #706
- chore: ensure nginx shorthand in dev tests by @UncleGedd in #700
- chore(deps): update actions/checkout action to v4.1.7 by @renovate in #697
- chore(deps): update homebrew/actions digest to 1be15ef by @renovate in #683
- fix(deps): update module github.com/fatih/color to v1.17.0 by @renovate in #678
- fix(deps): update golang.org/x/exp digest to 7f521ea by @renovate in #642
- chore(deps): update github/codeql-action action to v3.25.10 by @renovate in #649
- fix(deps): update module helm.sh/helm/v3 to v3.15.2 by @renovate in #690
- chore: adr for caching implementation by @decleaver in #707
- chore: add monitor docs and tests by @UncleGedd in #715
- chore(deps): update zarf to v0.35.0 by @renovate in #711
- fix(engine): use k8s timestamps instead of pepr timestamps by @jeff-mccoy in #717
- chore(deps): update homebrew/actions digest to 68fa6ae by @renovate in #713
- fix(deps): update module github.com/spf13/cobra to v1.8.1 by @renovate in #710
- chore: uds engine install adr by @decleaver in #699
- fix: update bundle-anatomy.md by @Madeline-UX in #720
- chore: various doc linting fixes by @UnicornChance in #724
- feat: fall back to non-strict unmarshalling by @decleaver in #721
- chore(deps): update podinfo to v6.7.0 by @renovate in #723
- feat: distinguish between stdout and stderr output by @UncleGedd in #730
- fix(deps): update kubernetes packages to v0.30.2 by @renovate in #702
- chore(deps): update actions/create-github-app-token action to v1.10.2 by @renovate in #727
- feat(ci): included dependency review action by @naveensrinivasan in #479
- chore(deps): update actions/dependency-review-action action to v4.3.3 by @renovate in #732
- chore(deps): update actions/checkout action to v4.1.7 by @renovate in #731
- fix: ensure inspected image list is machine readable by @UncleGedd in #734
- fix: release pipeline by @UncleGedd in #739
- fix: release pipeline again by @UncleGedd in #740
New Contributors
- @Madeline-UX made their first contribution in #720
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- chore: fix valuesFiles examples by @decleaver in #686
- chore: uds engine installation adr by @decleaver in #682
- fix: take docker namespace into account during deploy by @UncleGedd in #698
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- chore: run CI tests in parallel, remove alpha status by @UncleGedd in #645
- fix(deps): update module github.com/defenseunicorns/pkg/helpers to v2 by @renovate in #635
- chore: update codeowners by @TristanHoladay in #647
- docs: add note about UDS_ARCH by @UncleGedd in #652
- feat: add file type variables to bundles by @TristanHoladay in #631
- fix: arch check in PreDeployValidation by @TristanHoladay in #657
- fix(deps): update module github.com/spf13/viper to v1.19.0 by @renovate in #651
- chore(deps): update homebrew/actions digest to 24e4659 by @renovate in #650
- fix(deps): update module golang.org/x/mod to v0.18.0 by @renovate in #659
- feat: uds security hub integration by @naveensrinivasan in #662
- feat: adds --list-images arg to inspect by @eFAILution in #599
- chore: small refactors and docs updates by @UncleGedd in #671
- feat: dev deploy --ref and --flavor flags by @decleaver in #638
- fix(deps): update module github.com/defenseunicorns/uds-security-hub to v0.0.7 by @renovate in #673
- chore: fix typos by @beholdenkey in #676
- chore: cleans up lang file and docs, use PRs for brew releases by @UncleGedd in #675
- chore(deps): update goreleaser/goreleaser-action action to v6 by @renovate in #661
- feat: integrated docs between uds and uds-cli by @UnicornChance in #646
- chore: shorten readme before docs site roll out by @UncleGedd in #679
- fix: install trivy for security hub and parallelize release by @UncleGedd in #680
- fix: release workflow typos by @UncleGedd in #681
New Contributors
- @eFAILution made their first contribution in #599
- @beholdenkey made their first contribution in #676
- @UnicornChance made their first contribution in #646
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- chore(deps): update actions/upload-artifact action to v4.3.2 by @renovate in #574
- fix(deps): update golang.org/x/exp digest to fe59bbe by @renovate in #571
- chore(deps): update github/codeql-action action to v3.25.1 by @renovate in #570
- fix(deps): update module github.com/defenseunicorns/pkg/oci to v0.0.2 by @renovate in #576
- fix: permit absolute paths for bundle create by @ZachGallagher in #554
- fix: ensure we handle paths correctly in dev deploy by @UncleGedd in #582
- chore(deps): update actions/download-artifact action to v4.1.7 by @renovate in #573
- fix(deps): update module github.com/defenseunicorns/pkg/helpers to v1.1.1 by @renovate in #575
- chore(deps): update actions/checkout action to v4.1.4 by @renovate in #578
- chore(deps): update actions/upload-artifact action to v4.3.3 by @renovate in #579
- chore(deps): update github/codeql-action action to v3.25.3 by @renovate in #580
- chore(deps): update anchore/sbom-action action to v0.15.11 by @renovate in #587
- chore: ensure vendored tools versions print out by @TristanHoladay in #586
- chore(deps): update actions/checkout action to v4.1.5 by @renovate in #597
- chore(deps): update github/codeql-action action to v3.25.4 by @renovate in #595
- fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 by @renovate in #593
- chore(deps): update actions/setup-go action to v5.0.1 by @renovate in #590
- chore: update contributing doc by @UncleGedd in #598
- chore: swap Makefile for Maru by @UncleGedd in #602
- chore(deps): update github/codeql-action action to v3.25.5 by @renovate in #606
- fix(deps): update module github.com/defenseunicorns/pkg/helpers to v1.1.2 by @renovate in #605
- chore(deps): update ossf/scorecard-action action to v2.3.3 by @renovate in #601
- chore(deps): update goreleaser/goreleaser-action action to v5.1.0 by @renovate in #604
- chore: bump Go version to 1.21.10 by @UncleGedd in #609
- feat: remove q for canceling deploy by @UncleGedd in #603
- chore: remove dead end code by @UncleGedd in #611
- chore: test getArch by @TristanHoladay in #621
- chore(deps): update actions/checkout action to v4.1.6 by @renovate in #619
- chore(deps): update homebrew/actions digest to 677db44 by @renovate in #620
- chore(deps): update github/codeql-action action to v3.25.6 by @renovate in #625
- chore(deps): update anchore/sbom-action action to v0.16.0 by @renovate in #623
- feat: allow helm overrides from valuesfile by @decleaver in #594
- chore: removes bubbletea tui by @UncleGedd in #626
- chore: update linting configuration by @TristanHoladay in #627
- docs: dev deploy ADR by @decleaver in #560
- fix(deps): update module helm.sh/helm/v3 to v3.15.0 by @renovate in #612
- feat: strict bundle yaml validation by @decleaver in #596
- feat: dev deploy remote bundles by @decleaver in #629
- chore: update to de-zarfed Maru by @Racer159 in #636
- fix(deps): update module helm.sh/helm/v3 to v3.15.1 by @renovate in #634
- chore(deps): update docker/login-action action to v3.2.0 by @renovate in #640
- chore(deps): update homebrew/actions digest to a618804 by @renovate in #632
- fix(deps): update golang.org/x/exp digest to 4c93da0 by @renovate in #639
- chore(deps): update podinfo to v6.6.3 by @renovate in #633
- chore(deps): update zarf to v0.33.1 by @renovate in #585
- feat: remove unnecessary bundle layers and refactor verification by @UncleGedd in #622
- feat: uds config validation by @decleaver in #618
- fix: ensures partial pkgs are correct and adds smoke test to workflows by @UncleGedd in #643
- fix: typo in Zarf pkg name and refactor smoke test workflow by @UncleGedd in #644
Full Changelog: v0.10.4...v0.11.0
v0.10.4
What's Changed
- feat: uds dev deploy by @decleaver in #536
- feat: add ability to uds create to local output path by @TristanHoladay in #547
- chore: adds dup pkgs docs by @UncleGedd in #545
- feat:
uds dev deploy
beta note, packages flag, skip sbom by @decleaver in #557 - ci: pin k3s version in k3d action to sidestep containerd issue by @ZachGallagher in #565
- chore(deps): update docker/setup-buildx-action action to v3.3.0 by @renovate in #559
- chore(deps): update github/codeql-action action to v3.24.10 by @renovate in #556
- fix(deps): update golang.org/x/exp digest to 93d18d7 by @renovate in #555
- fix: typo in docs by @UncleGedd in #561
- chore(deps): update zarf to v0.33.0 by @renovate in #562
- fix(deps): update module helm.sh/helm/v3 to v3.14.4 by @renovate in #566
- chore(deps): update pre-commit/action digest to f7acafa by @renovate in #564
- chore(deps): update podinfo to v6.6.2 by @renovate in #563
- chore(deps): update sigstore/cosign-installer action to v3.5.0 by @renovate in #568
- chore: refactor dev mode docs by @UncleGedd in #567
- chore: swap release workflow to GH app by @UncleGedd in #569
New Contributors
- @ZachGallagher made their first contribution in #565
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- fix: ensure we are pulling all components by @UncleGedd in #543
- feat: allow dup pkgs in a bundle by @UncleGedd in #533
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- chore: adds TUI tests by @UncleGedd in #530
- feat: adds retries flag by @UncleGedd in #532
- chore(deps): update podinfo to v6.6.1 by @renovate in #528
- fix: nil check pkg components in TUI by @UncleGedd in #538
- fix: bumps retries to 3 by default to match Zarf by @UncleGedd in #535
- chore: adds registry health check for tests by @UncleGedd in #534
- feat: enables setting namespaces in bundled Helm charts by @UncleGedd in #539
- fix: adds global GracefulPanic and checks to deploy TUI by @UncleGedd in #542
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- chore(deps): update anchore/sbom-action action to v0.15.10 by @renovate in #526
- fix(deps): update module github.com/charmbracelet/lipgloss to v0.10.0 by @renovate in #525
- fix(deps): update module github.com/charmbracelet/bubbles to v0.18.0 by @renovate in #524
- fix(deps): update golang.org/x/exp digest to a685a6e by @renovate in #522
- fix(deps): update module oras.land/oras-go/v2 to v2.5.0 by @renovate in #520
- fix: err when deploying with BubbleTea with no cluster by @UncleGedd in #527
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore: update uds to zarf v0.32.5 by @decleaver in #511
- chore(deps): update github/codeql-action action to v3.24.8 by @renovate in #512
- fix(deps): update golang.org/x/exp digest to a85f2c6 by @renovate in #510
- feat: adds --set to helm override vars by @UncleGedd in #515
- fix: vendored in zarf version tag by @decleaver in #518
- chore(deps): update github/codeql-action action to v3.24.9 by @renovate in #519
- feat: beautiful TUI round 3 by @UncleGedd in #509
Full Changelog: v0.9.4...v0.10.0
v0.9.4
What's Changed
- fix: error when removing bundles with short names by @UncleGedd in #490
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #484
- chore: enhance development workflow with unified linting and tool by @naveensrinivasan in #472
- fix: add a wait to the registry startup during tests by @UncleGedd in #499
- fix: ensure manifest config is included with pulls by @UncleGedd in #503
- fix: autocomplete and vendor refactor by @decleaver in #502
- chore(deps): update docker/setup-buildx-action action to v3.2.0 by @renovate in #508
- chore(deps): update docker/login-action action to v3.1.0 by @renovate in #504
- chore(deps): update github/codeql-action action to v3.24.7 by @renovate in #501
- fix(deps): update module helm.sh/helm/v3 to v3.14.3 by @renovate in #507
- fix: pass UDS_ARCHITECTURE to runner by @decleaver in #506
- chore(deps): update anchore/sbom-action action to v0.15.9 by @renovate in #489
Full Changelog: v0.9.3...v0.9.4