Skip to content

Releases: blue-build/cli

v0.9.36

Choose a tag to compare

@gmpinder gmpinder released this 06 Jul 19:17
v0.9.36
0805999

What's Changed

  • chore: bump cosign to 3.0.6 by @RoyalOughtness in #748
  • fix: update rust-overlay to a more recent version in flake.lock by @esteve in #745
  • chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #741
  • chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #742
  • chore(deps): bump regclient/actions from c1f0aebc5919e68a6eb528c75c0410dc48fa392e to 7c7e6f032ce752dc58585af38e242635f4e7cd8e by @dependabot[bot] in #740
  • chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.15.2 to 1.15.4 by @dependabot[bot] in #739
  • chore(deps): bump which from 8.0.0 to 8.0.2 by @dependabot[bot] in #738
  • chore(deps): bump nix from 0.30.1 to 0.31.2 by @dependabot[bot] in #736
  • chore(deps): bump clap from 4.5.57 to 4.5.60 by @dependabot[bot] in #735
  • chore(deps): bump anyhow from 1.0.101 to 1.0.102 by @dependabot[bot] in #734
  • chore(deps): bump github/codeql-action from 4.31.9 to 4.32.4 by @dependabot[bot] in #722
  • fix(recipe): change serde alias to rename by @alexandregv in #751
  • fix: Actually enable squash by @gmpinder in #765
  • fix: use 0700 permissions for all temporary directories by @HastD in #766
  • fix: Allow container_image_reference to be optional by @gmpinder in #764
  • chore(deps): bump rand from 0.9.2 to 0.9.3 in the cargo group across 1 directory by @dependabot[bot] in #761
  • chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 by @dependabot[bot] in #759
  • chore(deps): bump github/codeql-action from 4.32.4 to 4.35.1 by @dependabot[bot] in #758
  • chore(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.1 by @dependabot[bot] in #757
  • chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #756
  • chore(deps): bump semver from 1.0.27 to 1.0.28 by @dependabot[bot] in #755
  • chore(deps): bump uuid from 1.21.0 to 1.23.1 by @dependabot[bot] in #754
  • chore(deps): bump yaml-rust2 from 0.10.4 to 0.11.0 by @dependabot[bot] in #753
  • chore(deps): bump lazy-regex from 3.5.1 to 3.6.0 by @dependabot[bot] in #752
  • chore(deps): bump extractions/setup-just from 3.1.0 to 4.0.0 by @dependabot[bot] in #760
  • chore(deps): bump rustls-webpki from 0.103.10 to 0.103.13 in the cargo group across 1 directory by @dependabot[bot] in #767
  • fix: --pull=always, not --pull=true by @HastD in #768
  • chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 by @dependabot[bot] in #778
  • chore(deps): bump signal-hook from 0.4.3 to 0.4.4 by @dependabot[bot] in #777
  • chore(deps): bump tempfile from 3.24.0 to 3.27.0 by @dependabot[bot] in #776
  • chore(deps): bump regclient/actions from 7c7e6f032ce752dc58585af38e242635f4e7cd8e to f3c6d87835906c175eb6ccfc18b348b69bb447e7 by @dependabot[bot] in #775
  • chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #774
  • chore(deps): bump DeterminateSystems/nix-installer-action from 21 to 22 by @dependabot[bot] in #772
  • chore(deps): bump astral-sh/setup-uv from 7.3.1 to 8.1.0 by @dependabot[bot] in #771
  • chore(deps): bump clap_complete from 4.6.0 to 4.6.5 by @dependabot[bot] in #770
  • chore(deps): bump open from 5.3.3 to 5.3.5 by @dependabot[bot] in #769
  • feat: Add environment variable expansion in top-level recipe fields by @gmpinder in #749
  • chore(deps): bump regclient/actions from f3c6d87835906c175eb6ccfc18b348b69bb447e7 to c70ad64367908075211b10dcd2ab9fad4bfa1816 by @dependabot[bot] in #787
  • chore(deps): bump rayon from 1.11.0 to 1.12.0 by @dependabot[bot] in #782
  • chore(deps): bump github/codeql-action from 4.35.2 to 4.35.5 by @dependabot[bot] in #785
  • chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.15.4 to 1.16.1 by @dependabot[bot] in #786
  • chore(deps): bump clap from 4.6.0 to 4.6.1 by @dependabot[bot] in #784
  • chore(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.2 by @dependabot[bot] in #783
  • chore(deps): bump yaml-rust2 from 0.10.4 to 0.11.0 by @dependabot[bot] in #781
  • chore(deps): bump clap_complete_nushell from 4.5.10 to 4.6.0 by @dependabot[bot] in #780
  • feat(recipe): Recipe V2 by @gmpinder in #789
  • Fix keylessImage signing by @MaxHerrmannSVA in #801
  • chore: bump cosign to v3.1.1 by @RoyalOughtness in #805
  • feat: support rechunking using Chunkah by @HastD in #790
  • feat: pull with retries before building by @HastD in #809

New Contributors

Full Changelog: v0.9.35...v0.9.36

v0.9.35

Choose a tag to compare

@gmpinder gmpinder released this 30 Mar 16:15
v0.9.35
6fc443c

Full Changelog: v0.9.34...v0.9.35

v0.9.34

Choose a tag to compare

@gmpinder gmpinder released this 29 Mar 19:03
v0.9.34
a233b1e

What's Changed

  • fix: check for existence of rpm-ostree-base-db by @HastD in #733

Full Changelog: v0.9.33...v0.9.34

v0.9.33

Choose a tag to compare

@gmpinder gmpinder released this 27 Mar 21:01
v0.9.33
136ebf8

What's Changed

  • feat: ensure consecutive colors aren't too similar by @HastD in #715
  • fix: Add another path for pacman cache by @gmpinder in #714
  • fix: update to the latest stable nixpkgs from flakehub by @esteve in #726
  • fix: fix link to nix flake on flakehub by @esteve in #727
  • fix: Check if container run fails when checking version by @gmpinder in #729
  • chore(deps): bump git2 from 0.20.3 to 0.20.4 by @dependabot[bot] in #717
  • chore(deps): bump astral-sh/setup-uv from 7.3.0 to 7.3.1 by @dependabot[bot] in #725
  • chore(deps): bump regclient/actions from da9319db8e44e8b062b3a147e1dfb2f574d41a03 to c1f0aebc5919e68a6eb528c75c0410dc48fa392e by @dependabot[bot] in #724
  • chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #723
  • chore(deps): bump clap_complete from 4.5.65 to 4.5.66 by @dependabot[bot] in #720
  • chore(deps): bump askama from 0.15.1 to 0.15.4 by @dependabot[bot] in #721
  • chore(deps): bump extractions/setup-just from 3.0.0 to 3.1.0 by @dependabot[bot] in #719
  • chore(deps): bump time from 0.3.44 to 0.3.47 in the cargo group across 1 directory by @dependabot[bot] in #730
  • chore(deps): bump the cargo group across 1 directory with 3 updates by @dependabot[bot] in #731
  • fix: relink rpm-ostree-base-db to system rpmdb by @HastD in #732

New Contributors

Full Changelog: v0.9.32...v0.9.33

v0.9.32

Choose a tag to compare

@gmpinder gmpinder released this 24 Feb 18:39
v0.9.32
6c92bdd

What's Changed

  • chore: bump cosign to v3.0.5 by @RoyalOughtness in #703
  • fix: Only run setup if required programs don't exist by @gmpinder in #712
  • fix(sigstore_driver): Get all the digests in the image ref and sign them by @gmpinder in #705
  • chore(deps): bump regex from 1.12.2 to 1.12.3 by @dependabot[bot] in #710
  • chore(deps): bump uuid from 1.19.0 to 1.21.0 by @dependabot[bot] in #708
  • chore(deps): bump chrono from 0.4.42 to 0.4.43 by @dependabot[bot] in #707
  • chore(deps): bump anyhow from 1.0.100 to 1.0.101 by @dependabot[bot] in #706
  • chore(deps): bump regclient/actions from 6c6b75855b974ce802ca128f748109531d049a7f to da9319db8e44e8b062b3a147e1dfb2f574d41a03 by @dependabot[bot] in #709

Full Changelog: v0.9.31...v0.9.32

v0.9.31

Choose a tag to compare

@gmpinder gmpinder released this 18 Feb 15:43
v0.9.31
8b31c09

What's Changed

  • chore(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 by @dependabot[bot] in #681
  • chore(deps): bump regclient/actions from 109c465fe01d2c5a6d0a9bb81df7e1b1981dda52 to 148669fe4b19151fcab6e00c6df2db43b9e2b097 by @dependabot[bot] in #680
  • chore(deps): bump clap_complete from 4.5.61 to 4.5.65 by @dependabot[bot] in #679
  • chore(deps): bump lazy-regex from 3.4.2 to 3.5.1 by @dependabot[bot] in #678
  • chore(deps): bump serde_json from 1.0.145 to 1.0.149 by @dependabot[bot] in #677
  • chore(deps): bump indexmap from 2.12.1 to 2.13.0 by @dependabot[bot] in #676
  • chore(deps): bump tempfile from 3.23.0 to 3.24.0 by @dependabot[bot] in #675
  • fix: ensure generated ANSI colors have adequate contrast by @HastD in #683
  • chore(deps): bump bon from 3.8.1 to 3.8.2 by @dependabot[bot] in #689
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #687
  • chore(deps): bump rust-embed from 8.9.0 to 8.11.0 by @dependabot[bot] in #688
  • chore(deps): bump thiserror from 2.0.17 to 2.0.18 by @dependabot[bot] in #686
  • chore(deps): bump colored from 3.0.0 to 3.1.1 by @dependabot[bot] in #684
  • feat(bootc): Add support for new package managers by @gmpinder in #649
  • chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #696
  • chore(deps): bump astral-sh/setup-uv from 7.2.0 to 7.3.0 by @dependabot[bot] in #698
  • chore(deps): bump regclient/actions from 148669fe4b19151fcab6e00c6df2db43b9e2b097 to 6c6b75855b974ce802ca128f748109531d049a7f by @dependabot[bot] in #697
  • chore(deps): bump clap from 4.5.54 to 4.5.56 by @dependabot[bot] in #695
  • chore(deps): bump signal-hook from 0.3.18 to 0.4.3 by @dependabot[bot] in #694
  • chore(deps): bump shadow-rs from 1.5.0 to 1.7.0 by @dependabot[bot] in #693
  • chore(deps): bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #690

Full Changelog: v0.9.30...v0.9.31

v0.9.30

Choose a tag to compare

@gmpinder gmpinder released this 15 Jan 20:07
v0.9.30
f82e974

What's Changed

  • chore: bump cosign to v3.0.3 by @RoyalOughtness in #665
  • chore: bump cosign to v3.0.4 by @RoyalOughtness in #666
  • feat: add option to remove base image after building new image by @HastD in #663
  • chore(deps): bump rsa from 0.9.8 to 0.9.10 in the cargo group across 1 directory by @dependabot[bot] in #664
  • chore(deps): bump reqwest from 0.12.24 to 0.12.26 by @dependabot[bot] in #657
  • chore(deps): bump shadow-rs from 1.4.0 to 1.5.0 by @dependabot[bot] in #658
  • chore(deps): bump os_info from 3.13.0 to 3.14.0 by @dependabot[bot] in #656
  • chore(deps): bump yaml-rust2 from 0.10.4 to 0.11.0 by @dependabot[bot] in #655
  • chore(deps): bump git2 from 0.20.2 to 0.20.3 by @dependabot[bot] in #654
  • chore(deps): bump github/codeql-action from 3.30.8 to 4.31.9 by @dependabot[bot] in #660
  • chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #659
  • chore: prune after removing base image when rechunking by @HastD in #667
  • feat(stages): Add the ability to set the platform for a stage by @gmpinder in #653
  • chore(deps): bump requestty from 0.6.2 to 0.6.3 by @dependabot[bot] in #672
  • chore(deps): bump clap from 4.5.53 to 4.5.54 by @dependabot[bot] in #671
  • chore(deps): bump askama from 0.14.0 to 0.15.1 by @dependabot[bot] in #670
  • chore(deps): bump yaml-rust2 from 0.10.4 to 0.11.0 by @dependabot[bot] in #669
  • chore(deps): bump tokio from 1.48.0 to 1.49.0 by @dependabot[bot] in #668
  • chore(deps): bump regclient/actions from 495560f7c3b510b71ff9f22d6c667c2c429b8e45 to 109c465fe01d2c5a6d0a9bb81df7e1b1981dda52 by @dependabot[bot] in #673

Full Changelog: v0.9.28...v0.9.30

v0.9.28

Choose a tag to compare

@gmpinder gmpinder released this 29 Dec 21:59
v0.9.28
0a6bb7c

What's Changed

  • fix: Continue initializing logger if it can't create log files by @gmpinder in #625
  • chore(deps): bump indexmap from 2.12.0 to 2.12.1 by @dependabot[bot] in #632
  • chore(deps): bump open from 5.3.2 to 5.3.3 by @dependabot[bot] in #630
  • chore(deps): bump astral-sh/setup-uv from 7.1.2 to 7.1.4 by @dependabot[bot] in #629
  • chore(deps): bump requestty from 0.6.1 to 0.6.2 by @dependabot[bot] in #628
  • chore(deps): bump os_info from 3.12.0 to 3.13.0 by @dependabot[bot] in #627
  • fix: ensure layer annotations for build-chunked-oci are preserved by @HastD in #644
  • fix: pull prior build for build-chunked-oci to use as baseline by @HastD in #650
  • chore(deps): bump clap from 4.5.51 to 4.5.53 by @dependabot[bot] in #634
  • chore(deps): bump clap_complete from 4.5.60 to 4.5.61 by @dependabot[bot] in #636
  • chore(deps): bump log from 0.4.28 to 0.4.29 by @dependabot[bot] in #640
  • chore(deps): bump uuid from 1.18.1 to 1.19.0 by @dependabot[bot] in #641
  • chore(deps): bump actions/checkout from 4.2.2 to 6.0.1 by @dependabot[bot] in #642
  • chore(deps): bump astral-sh/setup-uv from 7.1.4 to 7.1.6 by @dependabot[bot] in #646
  • chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #647
  • chore(ci): add concurrency limits for all jobs by @HastD in #651
  • fix(ci): remove concurrency limits from reusable workflows by @HastD in #652
  • fix: set compression format in manifest_push by @HastD in #645

Full Changelog: v0.9.27...v0.9.28

v0.9.27

Choose a tag to compare

@gmpinder gmpinder released this 26 Nov 04:42
v0.9.27
9786ec6

What's Changed

  • fix: "or", not "and", in Recipe::should_install_bins by @HastD in #619
  • chore(deps): bump jsonschema from 0.30.0 to 0.33.0 by @dependabot[bot] in #528
  • chore(deps): bump DeterminateSystems/nix-installer-action from 20 to 21 by @dependabot[bot] in #620
  • fix: run build-chunked-oci steps serially by @HastD in #622
  • fix: Support more lenient version strings by @gmpinder in #621

Full Changelog: v0.9.26...v0.9.27

v0.9.26

Choose a tag to compare

@gmpinder gmpinder released this 23 Nov 15:38
v0.9.26
741b5f5

What's Changed

  • chore(exports.sh): Export OS_ARCH variable to be from the container… by @fiftydinar in #614
  • fix(podman_driver): Attempt to fix podman manifest create failures by @gmpinder in #615
  • feat: support rechunking with build-chunked-oci by @HastD in #610
  • chore(build_chunked_oci): Clean up and consolidate chunked logic by @gmpinder in #616
  • chore(deps): bump sigstore/cosign-installer from 3.9.2 to 4.0.0 by @dependabot[bot] in #609
  • chore(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #608
  • chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.13.0 to 1.15.2 by @dependabot[bot] in #607

New Contributors

Full Changelog: v0.9.25...v0.9.26