Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: data injection to return errors #2720

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

phillebaba
Copy link
Member

Description

This changes the data injection signature to defer parallelization to the caller, enabling it to return errors. It also replaces the wait group with a error group to handle the errors.

Related Issue

Relates to #2719
Relates to #2576

Checklist before merging

@phillebaba phillebaba requested review from dgershman and a team as code owners July 12, 2024 10:30
Copy link

netlify bot commented Jul 12, 2024

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit e762a95
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/6696598374f6cd00087db4b6

Copy link

codecov bot commented Jul 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 72 lines in your changes missing coverage. Please review.

Project coverage is 19.44%. Comparing base (891e96e) to head (e762a95).

Files Patch % Lines
src/pkg/cluster/data.go 0.00% 64 Missing ⚠️
src/pkg/packager/deploy.go 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2720      +/-   ##
==========================================
- Coverage   19.44%   19.44%   -0.01%     
==========================================
  Files         171      171              
  Lines       12161    12162       +1     
==========================================
  Hits         2365     2365              
- Misses       9495     9496       +1     
  Partials      301      301              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phillebaba phillebaba force-pushed the fix/data-injection-errors branch 2 times, most recently from 6758b50 to 4c8186a Compare July 12, 2024 10:42
src/pkg/cluster/data.go Outdated Show resolved Hide resolved
src/pkg/cluster/data.go Outdated Show resolved Hide resolved
src/pkg/packager/deploy.go Show resolved Hide resolved
@phillebaba phillebaba force-pushed the fix/data-injection-errors branch 2 times, most recently from 5a5b746 to e762a95 Compare July 16, 2024 11:29
@AustinAbro321 AustinAbro321 added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit 1c3e426 Jul 22, 2024
25 checks passed
@AustinAbro321 AustinAbro321 deleted the fix/data-injection-errors branch July 22, 2024 19:40
AustinAbro321 pushed a commit that referenced this pull request Jul 23, 2024
Signed-off-by: Philip Laine <[email protected]>
Signed-off-by: Austin Abro <[email protected]>
Racer159 pushed a commit to defenseunicorns/uds-package-sonarqube that referenced this pull request Jul 30, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) | |
minor | `v0.36.1` -> `v0.37.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.14` -> `v3.25.15` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) |
action | minor | `v2.3.3` -> `v2.4.0` |
|
[python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
| repository | patch | `0.29.0` -> `0.29.1` |
|
[renovatebot/pre-commit-hooks](https://github.com/renovatebot/pre-commit-hooks)
| repository | minor | `38.5.0` -> `38.13.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

### [`v0.37.0`](https://github.com/zarf-dev/zarf/releases/tag/v0.37.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.36.1...v0.37.0)

#### What's Changed

- chore: update s3 injector by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2730
- docs: fix codeowners file by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2736
- refactor: rename image references by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2733
- chore: move public test repo by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2739
- fix: update README.md by
[@&#8203;schristoff-du](https://github.com/schristoff-du) in
[zarf-dev/zarf#2729
- docs: update to openssf code of conduct by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2734
- chore: update project name references by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2741
- chore: move context.TODO to context.Background() by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2742
- docs: charter update by
[@&#8203;KennyPaul](https://github.com/KennyPaul) in
[zarf-dev/zarf#2731
- chore: update CODEOWNERS to protect TSC files by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2744
- fix: replace debug logs with returning errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2719
- fix: data injection to return errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2720
- feat: revert "feat: remove .metadata.image from schema
([#&#8203;2606](https://github.com/defenseunicorns/zarf/issues/2606))"
by [@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2618
- chore: update permissions for eks & ecr nightly tests by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2745
- refactor: move setup CLI to only run once in root command by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2722
- chore: move context.TODO to context.Background() (3) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2747
- fix(deps): update github.com/anchore/clio digest to
[`ac88e09`](https://github.com/defenseunicorns/zarf/commit/ac88e09) by
[@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2527
- refactor: add error handling to view SBOM files by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2752
- feat: annotate image mutation by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2755
- chore: move context.TODO to context.Background() (2) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2746
- docs: update repo name across docs by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2735
- fix: add whitespace linter and fix all warnings by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2764
- chore: move context.TODO to context.Background() (5) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2750
- feat: run schema validation on create by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2585
- refactor: remove overly verbose debug logs by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2751
- ci: improve nightly eks test by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2759
- chore: logging ADR by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2588
- test: decrease reliance on dockerhub by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2766
- refactor: replace warning logs with returning errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2762
- fix: type assertion error checking and enforce linter by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2770
- chore: fix string formatting for several debug statements by
[@&#8203;YrrepNoj](https://github.com/YrrepNoj) in
[zarf-dev/zarf#2769
- chore: stop releasing to s3 by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2774
- fix: error formatting and comparison and enable errorlint by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2771
- fix(deps): update module github.com/fluxcd/helm-controller/api to v1
by [@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2487
- refactor: load state to return error if loading fails by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2763
- fix: zarf dev instead of zerf-dev by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2779
- fix: goreleaser by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2782

#### New Contributors

- [@&#8203;KennyPaul](https://github.com/KennyPaul) made their first
contribution in
[zarf-dev/zarf#2731

**Full Changelog**:
zarf-dev/zarf@v0.36.1...v0.37.0

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.15`](https://github.com/github/codeql-action/compare/v3.25.14...v3.25.15)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.14...v3.25.15)

</details>

<details>
<summary>ossf/scorecard-action (ossf/scorecard-action)</summary>

###
[`v2.4.0`](https://github.com/ossf/scorecard-action/releases/tag/v2.4.0)

[Compare
Source](https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0)

#### What's Changed

This update bumps the Scorecard version to the v5 release. For a
complete list of changes, please refer to the [v5.0.0 release
notes](https://github.com/ossf/scorecard/releases/tag/v5.0.0). Of
special note to Scorecard Action is the Maintainer Annotation feature,
which can be used to suppress some Code Scanning false positives. Alerts
will not be generated for any Scorecard Check with an annotation.

- 🌱 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0
by [@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1410
- 🐛 lower license sarif alert threshold to 9 by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1411

##### Documentation

- docs: dogfooding badge by
[@&#8203;jkowalleck](https://github.com/jkowalleck) in
[ossf/scorecard-action#1399

#### New Contributors

- [@&#8203;jkowalleck](https://github.com/jkowalleck) made their first
contribution in
[ossf/scorecard-action#1399

**Full Changelog**:
ossf/scorecard-action@v2.3.3...v2.4.0

</details>

<details>
<summary>python-jsonschema/check-jsonschema
(python-jsonschema/check-jsonschema)</summary>

###
[`v0.29.1`](https://github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0291)

[Compare
Source](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1)

-   Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate,
    woodpecker-ci (2024-07-21)
-   Fix a bug which could result in local file URI resolution failing on
non-Windows platforms in certain cases. Thanks :user:`bukzor`!
(:pr:`465`)
- Fix caching behaviors to ensure that caches are correctly preserved
across
instancefiles during `--schemafile` evaluation. This also fixes a bug in
the
    remote `$ref` cache.
    Thanks :user:`alex1701c` for reporting! (:issue:`463`, :pr:`466`)

</details>

<details>
<summary>renovatebot/pre-commit-hooks
(renovatebot/pre-commit-hooks)</summary>

###
[`v38.13.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.13.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.12.0...38.13.0)

See https://github.com/renovatebot/renovate/releases/tag/38.13.0 for
more changes

###
[`v38.12.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.12.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.11.1...38.12.0)

See https://github.com/renovatebot/renovate/releases/tag/38.12.0 for
more changes

###
[`v38.11.1`](https://github.com/renovatebot/pre-commit-hooks/compare/38.11.0...38.11.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.11.0...38.11.1)

###
[`v38.11.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.11.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.10.0...38.11.0)

See https://github.com/renovatebot/renovate/releases/tag/38.11.0 for
more changes

###
[`v38.10.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.10.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.9.3...38.10.0)

See https://github.com/renovatebot/renovate/releases/tag/38.10.0 for
more changes

###
[`v38.9.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.9.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.9.0...38.9.3)

See https://github.com/renovatebot/renovate/releases/tag/38.9.3 for more
changes

###
[`v38.9.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.9.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.5...38.9.0)

See https://github.com/renovatebot/renovate/releases/tag/38.9.0 for more
changes

###
[`v38.8.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.4...38.8.5)

See https://github.com/renovatebot/renovate/releases/tag/38.8.5 for more
changes

###
[`v38.8.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.3...38.8.4)

See https://github.com/renovatebot/renovate/releases/tag/38.8.4 for more
changes

###
[`v38.8.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.2...38.8.3)

See https://github.com/renovatebot/renovate/releases/tag/38.8.3 for more
changes

###
[`v38.8.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.1...38.8.2)

See https://github.com/renovatebot/renovate/releases/tag/38.8.2 for more
changes

###
[`v38.8.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.0...38.8.1)

See https://github.com/renovatebot/renovate/releases/tag/38.8.1 for more
changes

###
[`v38.8.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.7.1...38.8.0)

See https://github.com/renovatebot/renovate/releases/tag/38.8.0 for more
changes

###
[`v38.7.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.7.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.7.0...38.7.1)

See https://github.com/renovatebot/renovate/releases/tag/38.7.1 for more
changes

###
[`v38.7.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.7.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.5.0...38.7.0)

See https://github.com/renovatebot/renovate/releases/tag/38.7.0 for more
changes

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-sonarqube).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chaospuppy pushed a commit to chaospuppy/zarf that referenced this pull request Aug 5, 2024
Signed-off-by: Philip Laine <[email protected]>
Signed-off-by: Tim Seagren <[email protected]>
Racer159 pushed a commit to defenseunicorns/uds-package-mattermost that referenced this pull request Aug 7, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/upload-artifact](https://github.com/actions/upload-artifact)
| action | patch | `v4.3.4` -> `v4.3.6` |
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) | |
minor | `v0.36.1` -> `v0.37.0` |
|
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)
| action | minor | `v3.5.0` -> `v3.6.1` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | minor | `v3.25.14` -> `v3.26.0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) |
action | minor | `v2.3.3` -> `v2.4.0` |
|
[python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
| repository | patch | `0.29.0` -> `0.29.1` |
|
[renovatebot/pre-commit-hooks](https://github.com/renovatebot/pre-commit-hooks)
| repository | minor | `38.7.0` -> `38.21.1` |
|
[step-security/harden-runner](https://github.com/step-security/harden-runner)
| action | patch | `v2.9.0` -> `v2.9.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>

###
[`v4.3.6`](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6)

###
[`v4.3.5`](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5)

</details>

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

### [`v0.37.0`](https://github.com/zarf-dev/zarf/releases/tag/v0.37.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.36.1...v0.37.0)

##### What's Changed

- chore: update s3 injector by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2730
- docs: fix codeowners file by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2736
- refactor: rename image references by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2733
- chore: move public test repo by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2739
- fix: update README.md by
[@&#8203;schristoff-du](https://github.com/schristoff-du) in
[zarf-dev/zarf#2729
- docs: update to openssf code of conduct by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2734
- chore: update project name references by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2741
- chore: move context.TODO to context.Background() by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2742
- docs: charter update by
[@&#8203;KennyPaul](https://github.com/KennyPaul) in
[zarf-dev/zarf#2731
- chore: update CODEOWNERS to protect TSC files by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2744
- fix: replace debug logs with returning errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2719
- fix: data injection to return errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2720
- feat: revert "feat: remove .metadata.image from schema
([#&#8203;2606](https://github.com/defenseunicorns/zarf/issues/2606))"
by [@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2618
- chore: update permissions for eks & ecr nightly tests by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2745
- refactor: move setup CLI to only run once in root command by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2722
- chore: move context.TODO to context.Background() (3) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2747
- fix(deps): update github.com/anchore/clio digest to
[`ac88e09`](https://github.com/defenseunicorns/zarf/commit/ac88e09) by
[@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2527
- refactor: add error handling to view SBOM files by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2752
- feat: annotate image mutation by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2755
- chore: move context.TODO to context.Background() (2) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2746
- docs: update repo name across docs by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2735
- fix: add whitespace linter and fix all warnings by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2764
- chore: move context.TODO to context.Background() (5) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2750
- feat: run schema validation on create by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2585
- refactor: remove overly verbose debug logs by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2751
- ci: improve nightly eks test by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2759
- chore: logging ADR by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2588
- test: decrease reliance on dockerhub by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2766
- refactor: replace warning logs with returning errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2762
- fix: type assertion error checking and enforce linter by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2770
- chore: fix string formatting for several debug statements by
[@&#8203;YrrepNoj](https://github.com/YrrepNoj) in
[zarf-dev/zarf#2769
- chore: stop releasing to s3 by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2774
- fix: error formatting and comparison and enable errorlint by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2771
- fix(deps): update module github.com/fluxcd/helm-controller/api to v1
by [@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2487
- refactor: load state to return error if loading fails by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2763
- fix: zarf dev instead of zerf-dev by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2779
- fix: goreleaser by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2782

##### New Contributors

- [@&#8203;KennyPaul](https://github.com/KennyPaul) made their first
contribution in
[zarf-dev/zarf#2731

**Full Changelog**:
zarf-dev/zarf@v0.36.1...v0.37.0

</details>

<details>
<summary>docker/setup-buildx-action
(docker/setup-buildx-action)</summary>

###
[`v3.6.1`](https://github.com/docker/setup-buildx-action/releases/tag/v3.6.1)

[Compare
Source](https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1)

- Check for malformed docker context by
[@&#8203;crazy-max](https://github.com/crazy-max) in
[docker/setup-buildx-action#347

**Full Changelog**:
docker/setup-buildx-action@v3.6.0...v3.6.1

###
[`v3.6.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.6.0)

[Compare
Source](https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0)

- Create temp docker context if default one has TLS data loaded before
creating a container builder by
[@&#8203;crazy-max](https://github.com/crazy-max) in
[docker/setup-buildx-action#341

**Full Changelog**:
docker/setup-buildx-action@v3.5.0...v3.6.0

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.26.0`](https://github.com/github/codeql-action/compare/v3.25.15...v3.26.0)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.15...v3.26.0)

###
[`v3.25.15`](https://github.com/github/codeql-action/compare/v3.25.14...v3.25.15)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.14...v3.25.15)

</details>

<details>
<summary>ossf/scorecard-action (ossf/scorecard-action)</summary>

###
[`v2.4.0`](https://github.com/ossf/scorecard-action/releases/tag/v2.4.0)

[Compare
Source](https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0)

#### What's Changed

This update bumps the Scorecard version to the v5 release. For a
complete list of changes, please refer to the [v5.0.0 release
notes](https://github.com/ossf/scorecard/releases/tag/v5.0.0). Of
special note to Scorecard Action is the Maintainer Annotation feature,
which can be used to suppress some Code Scanning false positives. Alerts
will not be generated for any Scorecard Check with an annotation.

- 🌱 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0
by [@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1410
- 🐛 lower license sarif alert threshold to 9 by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1411

##### Documentation

- docs: dogfooding badge by
[@&#8203;jkowalleck](https://github.com/jkowalleck) in
[ossf/scorecard-action#1399

#### New Contributors

- [@&#8203;jkowalleck](https://github.com/jkowalleck) made their first
contribution in
[ossf/scorecard-action#1399

**Full Changelog**:
ossf/scorecard-action@v2.3.3...v2.4.0

</details>

<details>
<summary>python-jsonschema/check-jsonschema
(python-jsonschema/check-jsonschema)</summary>

###
[`v0.29.1`](https://github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0291)

[Compare
Source](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1)

-   Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate,
    woodpecker-ci (2024-07-21)
-   Fix a bug which could result in local file URI resolution failing on
non-Windows platforms in certain cases. Thanks :user:`bukzor`!
(:pr:`465`)
- Fix caching behaviors to ensure that caches are correctly preserved
across
instancefiles during `--schemafile` evaluation. This also fixes a bug in
the
    remote `$ref` cache.
    Thanks :user:`alex1701c` for reporting! (:issue:`463`, :pr:`466`)

</details>

<details>
<summary>renovatebot/pre-commit-hooks
(renovatebot/pre-commit-hooks)</summary>

###
[`v38.21.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.21.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.21.0...38.21.1)

See https://github.com/renovatebot/renovate/releases/tag/38.21.1 for
more changes

###
[`v38.21.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.21.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.20.1...38.21.0)

See https://github.com/renovatebot/renovate/releases/tag/38.21.0 for
more changes

###
[`v38.20.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.20.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.19.2...38.20.1)

See https://github.com/renovatebot/renovate/releases/tag/38.20.1 for
more changes

###
[`v38.19.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.19.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.19.1...38.19.2)

See https://github.com/renovatebot/renovate/releases/tag/38.19.2 for
more changes

###
[`v38.19.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.19.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.19.0...38.19.1)

See https://github.com/renovatebot/renovate/releases/tag/38.19.1 for
more changes

###
[`v38.19.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.19.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.17...38.19.0)

See https://github.com/renovatebot/renovate/releases/tag/38.19.0 for
more changes

###
[`v38.18.17`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.17)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.16...38.18.17)

See https://github.com/renovatebot/renovate/releases/tag/38.18.17 for
more changes

###
[`v38.18.16`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.16)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.15...38.18.16)

See https://github.com/renovatebot/renovate/releases/tag/38.18.16 for
more changes

###
[`v38.18.15`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.15)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.14...38.18.15)

See https://github.com/renovatebot/renovate/releases/tag/38.18.15 for
more changes

###
[`v38.18.14`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.14)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.12...38.18.14)

See https://github.com/renovatebot/renovate/releases/tag/38.18.14 for
more changes

###
[`v38.18.12`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.12)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.11...38.18.12)

See https://github.com/renovatebot/renovate/releases/tag/38.18.12 for
more changes

###
[`v38.18.11`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.11)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.10...38.18.11)

See https://github.com/renovatebot/renovate/releases/tag/38.18.11 for
more changes

###
[`v38.18.10`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.10)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.9...38.18.10)

See https://github.com/renovatebot/renovate/releases/tag/38.18.10 for
more changes

###
[`v38.18.9`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.9)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.8...38.18.9)

See https://github.com/renovatebot/renovate/releases/tag/38.18.9 for
more changes

###
[`v38.18.8`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.8)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.7...38.18.8)

See https://github.com/renovatebot/renovate/releases/tag/38.18.8 for
more changes

###
[`v38.18.7`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.7)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.5...38.18.7)

See https://github.com/renovatebot/renovate/releases/tag/38.18.7 for
more changes

###
[`v38.18.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.4...38.18.5)

See https://github.com/renovatebot/renovate/releases/tag/38.18.5 for
more changes

###
[`v38.18.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.1...38.18.4)

See https://github.com/renovatebot/renovate/releases/tag/38.18.4 for
more changes

###
[`v38.18.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.0...38.18.1)

See https://github.com/renovatebot/renovate/releases/tag/38.18.1 for
more changes

###
[`v38.18.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.17.1...38.18.0)

See https://github.com/renovatebot/renovate/releases/tag/38.18.0 for
more changes

###
[`v38.17.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.17.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.16.0...38.17.1)

See https://github.com/renovatebot/renovate/releases/tag/38.17.1 for
more changes

###
[`v38.16.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.16.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.15.0...38.16.0)

See https://github.com/renovatebot/renovate/releases/tag/38.16.0 for
more changes

###
[`v38.15.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.15.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.14.0...38.15.0)

See https://github.com/renovatebot/renovate/releases/tag/38.15.0 for
more changes

###
[`v38.14.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.14.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.13.4...38.14.0)

See https://github.com/renovatebot/renovate/releases/tag/38.14.0 for
more changes

###
[`v38.13.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.13.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.13.3...38.13.4)

See https://github.com/renovatebot/renovate/releases/tag/38.13.4 for
more changes

###
[`v38.13.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.13.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.13.0...38.13.3)

See https://github.com/renovatebot/renovate/releases/tag/38.13.3 for
more changes

###
[`v38.13.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.13.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.12.0...38.13.0)

See https://github.com/renovatebot/renovate/releases/tag/38.13.0 for
more changes

###
[`v38.12.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.12.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.11.1...38.12.0)

See https://github.com/renovatebot/renovate/releases/tag/38.12.0 for
more changes

###
[`v38.11.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.11.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.11.0...38.11.1)

See https://github.com/renovatebot/renovate/releases/tag/38.11.1 for
more changes

###
[`v38.11.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.11.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.10.0...38.11.0)

See https://github.com/renovatebot/renovate/releases/tag/38.11.0 for
more changes

###
[`v38.10.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.10.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.9.3...38.10.0)

See https://github.com/renovatebot/renovate/releases/tag/38.10.0 for
more changes

###
[`v38.9.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.9.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.9.0...38.9.3)

See https://github.com/renovatebot/renovate/releases/tag/38.9.3 for more
changes

###
[`v38.9.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.9.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.5...38.9.0)

See https://github.com/renovatebot/renovate/releases/tag/38.9.0 for more
changes

###
[`v38.8.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.4...38.8.5)

See https://github.com/renovatebot/renovate/releases/tag/38.8.5 for more
changes

###
[`v38.8.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.3...38.8.4)

See https://github.com/renovatebot/renovate/releases/tag/38.8.4 for more
changes

###
[`v38.8.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.2...38.8.3)

See https://github.com/renovatebot/renovate/releases/tag/38.8.3 for more
changes

###
[`v38.8.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.1...38.8.2)

See https://github.com/renovatebot/renovate/releases/tag/38.8.2 for more
changes

###
[`v38.8.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.0...38.8.1)

See https://github.com/renovatebot/renovate/releases/tag/38.8.1 for more
changes

###
[`v38.8.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.7.1...38.8.0)

See https://github.com/renovatebot/renovate/releases/tag/38.8.0 for more
changes

###
[`v38.7.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.7.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.7.0...38.7.1)

See https://github.com/renovatebot/renovate/releases/tag/38.7.1 for more
changes

</details>

<details>
<summary>step-security/harden-runner
(step-security/harden-runner)</summary>

###
[`v2.9.1`](https://github.com/step-security/harden-runner/releases/tag/v2.9.1)

[Compare
Source](https://github.com/step-security/harden-runner/compare/v2.9.0...v2.9.1)

##### What's Changed

Release v2.9.1 by [@&#8203;h0x0er](https://github.com/h0x0er) and
[@&#8203;varunsh-coder](https://github.com/varunsh-coder) in
[#&#8203;440](https://github.com/step-security/harden-runner/issues/440)
This release includes two changes:

1. Updated markdown displayed in the job summary by the Harden-Runner
Action.
2. Fixed a bug affecting Enterprise Tier customers where the agent
attempted to upload telemetry for jobs with disable-telemetry set to
true. No telemetry was uploaded as the endpoint was not in the allowed
list.

**Full Changelog**:
step-security/harden-runner@v2...v2.9.1

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-mattermost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInN1cHBvcnQtZGVwcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
zachariahmiller pushed a commit to defenseunicorns/uds-package-gitlab that referenced this pull request Aug 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/upload-artifact](https://github.com/actions/upload-artifact)
| action | patch | `v4.3.4` -> `v4.3.6` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| | minor | `v0.9.0` -> `v0.11.2` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| action | minor | `v0.9.0` -> `v0.11.2` |
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) | |
minor | `v0.36.1` -> `v0.38.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | minor | `v3.25.15` -> `v3.26.0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) |
action | minor | `v2.3.3` -> `v2.4.0` |
|
[python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
| repository | patch | `0.29.0` -> `0.29.1` |
|
[renovatebot/pre-commit-hooks](https://github.com/renovatebot/pre-commit-hooks)
| repository | minor | `38.7.1` -> `38.23.2` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>

###
[`v4.3.6`](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6)

###
[`v4.3.5`](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5)

</details>

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

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

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.11.1...v0.11.2)

##### Miscellaneous

- refine package selection logic for publishing
([#&#8203;207](https://github.com/defenseunicorns/uds-common/issues/207))
([7e1c03a](https://github.com/defenseunicorns/uds-common/commit/7e1c03abede1d4a3f91bb122fe5fff6abbb73311))

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

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.11.0...v0.11.1)

##### Bug Fixes

- renovate ghcr host docker type
([#&#8203;201](https://github.com/defenseunicorns/uds-common/issues/201))
([9c298e0](https://github.com/defenseunicorns/uds-common/commit/9c298e08417ce928dbbf4356c23182f8b1a62ffb))
- renovate typo token/password
([#&#8203;202](https://github.com/defenseunicorns/uds-common/issues/202))
([5d7ea03](https://github.com/defenseunicorns/uds-common/commit/5d7ea03815929a662c529b2078bdf895d8f3ac1b))
- update renovate creds
([#&#8203;200](https://github.com/defenseunicorns/uds-common/issues/200))
([1c6eb24](https://github.com/defenseunicorns/uds-common/commit/1c6eb24f37b4059589a70c9addeffb80895d450b))

##### Miscellaneous

- add renovate support for org ghcr packages
([#&#8203;199](https://github.com/defenseunicorns/uds-common/issues/199))
([2c5de9c](https://github.com/defenseunicorns/uds-common/commit/2c5de9cc41cad9d1e02faf39c0cad364933f335f))
- **deps:** update uds common support dependencies
([#&#8203;195](https://github.com/defenseunicorns/uds-common/issues/195))
([04b6409](https://github.com/defenseunicorns/uds-common/commit/04b64091ba0528463713f66d8167572a533e0c3d))
- fix codeowners
([#&#8203;196](https://github.com/defenseunicorns/uds-common/issues/196))
([856ef22](https://github.com/defenseunicorns/uds-common/commit/856ef221b39e65070e966942b42e79d408f59b76))

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

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.10.0...v0.11.0)

##### Features

- add support for uds-core snapshots
([#&#8203;193](https://github.com/defenseunicorns/uds-common/issues/193))
([7a39915](https://github.com/defenseunicorns/uds-common/commit/7a39915ceff7a1a9e319846042ab74390fda6f2b))

##### Miscellaneous

- **deps:** update uds common support dependencies
([#&#8203;187](https://github.com/defenseunicorns/uds-common/issues/187))
([a0bbfb0](https://github.com/defenseunicorns/uds-common/commit/a0bbfb043e670a175fbdc44585e2bbb5b695acf7))

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

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.9.0...v0.10.0)

##### Features

- add task for determining target repo based on flavor
([#&#8203;188](https://github.com/defenseunicorns/uds-common/issues/188))
([6810324](https://github.com/defenseunicorns/uds-common/commit/681032402a315c8db80975571242ed8db73e78bf))

</details>

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

###
[`v0.38.0`](https://github.com/defenseunicorns/zarf/compare/v0.37.0...v0.38.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.37.0...v0.38.0)

### [`v0.37.0`](https://github.com/zarf-dev/zarf/releases/tag/v0.37.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.36.1...v0.37.0)

##### What's Changed

- chore: update s3 injector by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2730
- docs: fix codeowners file by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2736
- refactor: rename image references by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2733
- chore: move public test repo by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2739
- fix: update README.md by
[@&#8203;schristoff-du](https://github.com/schristoff-du) in
[zarf-dev/zarf#2729
- docs: update to openssf code of conduct by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2734
- chore: update project name references by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2741
- chore: move context.TODO to context.Background() by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2742
- docs: charter update by
[@&#8203;KennyPaul](https://github.com/KennyPaul) in
[zarf-dev/zarf#2731
- chore: update CODEOWNERS to protect TSC files by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2744
- fix: replace debug logs with returning errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2719
- fix: data injection to return errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2720
- feat: revert "feat: remove .metadata.image from schema
([#&#8203;2606](https://github.com/defenseunicorns/zarf/issues/2606))"
by [@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2618
- chore: update permissions for eks & ecr nightly tests by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2745
- refactor: move setup CLI to only run once in root command by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2722
- chore: move context.TODO to context.Background() (3) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2747
- fix(deps): update github.com/anchore/clio digest to
[`ac88e09`](https://github.com/defenseunicorns/zarf/commit/ac88e09) by
[@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2527
- refactor: add error handling to view SBOM files by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2752
- feat: annotate image mutation by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2755
- chore: move context.TODO to context.Background() (2) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2746
- docs: update repo name across docs by
[@&#8203;salaxander](https://github.com/salaxander) in
[zarf-dev/zarf#2735
- fix: add whitespace linter and fix all warnings by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2764
- chore: move context.TODO to context.Background() (5) by
[@&#8203;schristoff](https://github.com/schristoff) in
[zarf-dev/zarf#2750
- feat: run schema validation on create by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2585
- refactor: remove overly verbose debug logs by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2751
- ci: improve nightly eks test by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2759
- chore: logging ADR by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2588
- test: decrease reliance on dockerhub by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2766
- refactor: replace warning logs with returning errors by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2762
- fix: type assertion error checking and enforce linter by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2770
- chore: fix string formatting for several debug statements by
[@&#8203;YrrepNoj](https://github.com/YrrepNoj) in
[zarf-dev/zarf#2769
- chore: stop releasing to s3 by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2774
- fix: error formatting and comparison and enable errorlint by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2771
- fix(deps): update module github.com/fluxcd/helm-controller/api to v1
by [@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2487
- refactor: load state to return error if loading fails by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2763
- fix: zarf dev instead of zerf-dev by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2779
- fix: goreleaser by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2782

##### New Contributors

- [@&#8203;KennyPaul](https://github.com/KennyPaul) made their first
contribution in
[zarf-dev/zarf#2731

**Full Changelog**:
zarf-dev/zarf@v0.36.1...v0.37.0

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.26.0`](https://github.com/github/codeql-action/compare/v3.25.15...v3.26.0)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.15...v3.26.0)

</details>

<details>
<summary>ossf/scorecard-action (ossf/scorecard-action)</summary>

###
[`v2.4.0`](https://github.com/ossf/scorecard-action/releases/tag/v2.4.0)

[Compare
Source](https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0)

#### What's Changed

This update bumps the Scorecard version to the v5 release. For a
complete list of changes, please refer to the [v5.0.0 release
notes](https://github.com/ossf/scorecard/releases/tag/v5.0.0). Of
special note to Scorecard Action is the Maintainer Annotation feature,
which can be used to suppress some Code Scanning false positives. Alerts
will not be generated for any Scorecard Check with an annotation.

- 🌱 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0
by [@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1410
- 🐛 lower license sarif alert threshold to 9 by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1411

##### Documentation

- docs: dogfooding badge by
[@&#8203;jkowalleck](https://github.com/jkowalleck) in
[ossf/scorecard-action#1399

#### New Contributors

- [@&#8203;jkowalleck](https://github.com/jkowalleck) made their first
contribution in
[ossf/scorecard-action#1399

**Full Changelog**:
ossf/scorecard-action@v2.3.3...v2.4.0

</details>

<details>
<summary>python-jsonschema/check-jsonschema
(python-jsonschema/check-jsonschema)</summary>

###
[`v0.29.1`](https://github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0291)

[Compare
Source](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1)

-   Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate,
    woodpecker-ci (2024-07-21)
-   Fix a bug which could result in local file URI resolution failing on
non-Windows platforms in certain cases. Thanks :user:`bukzor`!
(:pr:`465`)
- Fix caching behaviors to ensure that caches are correctly preserved
across
instancefiles during `--schemafile` evaluation. This also fixes a bug in
the
    remote `$ref` cache.
    Thanks :user:`alex1701c` for reporting! (:issue:`463`, :pr:`466`)

</details>

<details>
<summary>renovatebot/pre-commit-hooks
(renovatebot/pre-commit-hooks)</summary>

###
[`v38.23.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.23.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.23.1...38.23.2)

See https://github.com/renovatebot/renovate/releases/tag/38.23.2 for
more changes

###
[`v38.23.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.23.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.23.0...38.23.1)

See https://github.com/renovatebot/renovate/releases/tag/38.23.1 for
more changes

###
[`v38.23.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.23.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.21.4...38.23.0)

See https://github.com/renovatebot/renovate/releases/tag/38.23.0 for
more changes

###
[`v38.21.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.21.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.21.3...38.21.4)

See https://github.com/renovatebot/renovate/releases/tag/38.21.4 for
more changes

###
[`v38.21.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.21.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.21.2...38.21.3)

See https://github.com/renovatebot/renovate/releases/tag/38.21.3 for
more changes

###
[`v38.21.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.21.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.21.1...38.21.2)

See https://github.com/renovatebot/renovate/releases/tag/38.21.2 for
more changes

###
[`v38.21.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.21.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.21.0...38.21.1)

See https://github.com/renovatebot/renovate/releases/tag/38.21.1 for
more changes

###
[`v38.21.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.21.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.20.1...38.21.0)

See https://github.com/renovatebot/renovate/releases/tag/38.21.0 for
more changes

###
[`v38.20.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.20.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.19.2...38.20.1)

See https://github.com/renovatebot/renovate/releases/tag/38.20.1 for
more changes

###
[`v38.19.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.19.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.19.1...38.19.2)

See https://github.com/renovatebot/renovate/releases/tag/38.19.2 for
more changes

###
[`v38.19.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.19.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.19.0...38.19.1)

See https://github.com/renovatebot/renovate/releases/tag/38.19.1 for
more changes

###
[`v38.19.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.19.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.17...38.19.0)

See https://github.com/renovatebot/renovate/releases/tag/38.19.0 for
more changes

###
[`v38.18.17`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.17)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.16...38.18.17)

See https://github.com/renovatebot/renovate/releases/tag/38.18.17 for
more changes

###
[`v38.18.16`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.16)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.15...38.18.16)

See https://github.com/renovatebot/renovate/releases/tag/38.18.16 for
more changes

###
[`v38.18.15`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.15)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.14...38.18.15)

See https://github.com/renovatebot/renovate/releases/tag/38.18.15 for
more changes

###
[`v38.18.14`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.14)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.12...38.18.14)

See https://github.com/renovatebot/renovate/releases/tag/38.18.14 for
more changes

###
[`v38.18.12`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.12)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.11...38.18.12)

See https://github.com/renovatebot/renovate/releases/tag/38.18.12 for
more changes

###
[`v38.18.11`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.11)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.10...38.18.11)

See https://github.com/renovatebot/renovate/releases/tag/38.18.11 for
more changes

###
[`v38.18.10`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.10)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.9...38.18.10)

See https://github.com/renovatebot/renovate/releases/tag/38.18.10 for
more changes

###
[`v38.18.9`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.9)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.8...38.18.9)

See https://github.com/renovatebot/renovate/releases/tag/38.18.9 for
more changes

###
[`v38.18.8`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.8)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.7...38.18.8)

See https://github.com/renovatebot/renovate/releases/tag/38.18.8 for
more changes

###
[`v38.18.7`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.7)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.5...38.18.7)

See https://github.com/renovatebot/renovate/releases/tag/38.18.7 for
more changes

###
[`v38.18.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.4...38.18.5)

See https://github.com/renovatebot/renovate/releases/tag/38.18.5 for
more changes

###
[`v38.18.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.1...38.18.4)

See https://github.com/renovatebot/renovate/releases/tag/38.18.4 for
more changes

###
[`v38.18.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.18.0...38.18.1)

See https://github.com/renovatebot/renovate/releases/tag/38.18.1 for
more changes

###
[`v38.18.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.18.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.17.1...38.18.0)

See https://github.com/renovatebot/renovate/releases/tag/38.18.0 for
more changes

###
[`v38.17.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.17.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.16.0...38.17.1)

See https://github.com/renovatebot/renovate/releases/tag/38.17.1 for
more changes

###
[`v38.16.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.16.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.15.0...38.16.0)

See https://github.com/renovatebot/renovate/releases/tag/38.16.0 for
more changes

###
[`v38.15.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.15.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.14.0...38.15.0)

See https://github.com/renovatebot/renovate/releases/tag/38.15.0 for
more changes

###
[`v38.14.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.14.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.13.4...38.14.0)

See https://github.com/renovatebot/renovate/releases/tag/38.14.0 for
more changes

###
[`v38.13.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.13.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.13.3...38.13.4)

See https://github.com/renovatebot/renovate/releases/tag/38.13.4 for
more changes

###
[`v38.13.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.13.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.13.0...38.13.3)

See https://github.com/renovatebot/renovate/releases/tag/38.13.3 for
more changes

###
[`v38.13.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.13.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.12.0...38.13.0)

See https://github.com/renovatebot/renovate/releases/tag/38.13.0 for
more changes

###
[`v38.12.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.12.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.11.1...38.12.0)

See https://github.com/renovatebot/renovate/releases/tag/38.12.0 for
more changes

###
[`v38.11.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.11.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.11.0...38.11.1)

See https://github.com/renovatebot/renovate/releases/tag/38.11.1 for
more changes

###
[`v38.11.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.11.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.10.0...38.11.0)

See https://github.com/renovatebot/renovate/releases/tag/38.11.0 for
more changes

###
[`v38.10.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.10.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.9.3...38.10.0)

See https://github.com/renovatebot/renovate/releases/tag/38.10.0 for
more changes

###
[`v38.9.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.9.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.9.0...38.9.3)

See https://github.com/renovatebot/renovate/releases/tag/38.9.3 for more
changes

###
[`v38.9.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.9.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.5...38.9.0)

See https://github.com/renovatebot/renovate/releases/tag/38.9.0 for more
changes

###
[`v38.8.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.4...38.8.5)

See https://github.com/renovatebot/renovate/releases/tag/38.8.5 for more
changes

###
[`v38.8.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.3...38.8.4)

See https://github.com/renovatebot/renovate/releases/tag/38.8.4 for more
changes

###
[`v38.8.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.2...38.8.3)

See https://github.com/renovatebot/renovate/releases/tag/38.8.3 for more
changes

###
[`v38.8.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.1...38.8.2)

See https://github.com/renovatebot/renovate/releases/tag/38.8.2 for more
changes

###
[`v38.8.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.8.0...38.8.1)

See https://github.com/renovatebot/renovate/releases/tag/38.8.1 for more
changes

###
[`v38.8.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/38.8.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/38.7.1...38.8.0)

See https://github.com/renovatebot/renovate/releases/tag/38.8.0 for more
changes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7am and before 9am every
weekday" in timezone America/New_York, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-gitlab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInN1cHBvcnQtZGVwcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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