Skip to content

chore: update to zarf version 0.32.1#300

Merged
decleaver merged 2 commits intomainfrom
zarf-multiarch-updates
Jan 9, 2024
Merged

chore: update to zarf version 0.32.1#300
decleaver merged 2 commits intomainfrom
zarf-multiarch-updates

Conversation

@decleaver
Copy link
Copy Markdown
Contributor

Description

update uds-cli zarf version to v0.32.1 and supports zarf multi arch

Related Issue

Relates to #296

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Comment thread src/pkg/utils/sbom.go
return err
}
path := filepath.Join(dst, config.BundleSBOM, f.NameInArchive)
// todo: handle collisions? especially for zarf-component SBOM files?
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you more simply wrap the tarballs from each package that will naturally separate them and may simplify the logic for matching OCI descriptors and extracting things from them.

Also note how zarf package inspect <package> --sbom-out directory works (it makes sub dirs for the package by name).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic also clobbers the compare.html which will cause weirdness in the SBOM selector when going to the compare screen.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(it may be good to have a tech debt issue / discussion on how the Zarf team can help - it may be good for y'all to make your own high level compare file and such too).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Racer159 , created the following issue to address the above: #305

@decleaver decleaver marked this pull request as ready for review January 9, 2024 16:06
Copy link
Copy Markdown
Contributor

@mikevanhemert mikevanhemert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran well locally

@decleaver decleaver merged commit f06b610 into main Jan 9, 2024
@decleaver decleaver deleted the zarf-multiarch-updates branch January 9, 2024 20:13
mjnagel referenced this pull request in defenseunicorns/uds-core Jan 11, 2024
…3.0 (#77)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[defenseunicorns/uds-cli](https://github.com/defenseunicorns/uds-cli)
| patch | `0.5.2` -> `0.5.3` |

---

### Release Notes

<details>
<summary>defenseunicorns/uds-cli (defenseunicorns/uds-cli)</summary>

###
[`v0.5.3`](https://github.com/defenseunicorns/uds-cli/releases/tag/v0.5.3)

[Compare
Source](https://github.com/defenseunicorns/uds-cli/compare/v0.5.2...v0.5.3)

##### What's Changed

- chore(deps): update anchore/sbom-action action to v0.15.2 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/297](https://github.com/defenseunicorns/uds-cli/pull/297)
- chore(deps): update github/codeql-action action to v3.22.12 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/294](https://github.com/defenseunicorns/uds-cli/pull/294)
- chore(deps): update actions/download-artifact action to v4.1.0 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/291](https://github.com/defenseunicorns/uds-cli/pull/291)
- chore: update to zarf version 0.32.1 by
[@&#8203;decleaver](https://github.com/decleaver) in
[https://github.com/defenseunicorns/uds-cli/pull/300](https://github.com/defenseunicorns/uds-cli/pull/300)

**Full Changelog**:
defenseunicorns/uds-cli@v0.5.2...v0.5.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeff McCoy <code@jeffm.us>
Co-authored-by: Megamind <882485+jeff-mccoy@users.noreply.github.com>
Co-authored-by: razzle <harry@razzle.cloud>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants