-
Notifications
You must be signed in to change notification settings - Fork 171
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
refactor: move k8s tunnel to cluster package #2566
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
Tests are failing because they depend on the old tunnel logic. The old logic would list pods according to a service selector, order them by creation timestamp and wait for them to be ready. The issue is that when the registry credentials are updated the command does not block until the registry has restarted. So the tunnel is created to the old registry pod. I have no idea if this was the intended design or just a fluke which allowed the test to pass. I will solve this issue by making sure that update credentials blocks until all pods have restarted instead. |
6c1903b
to
d3bf1c7
Compare
Blocked until defenseunicorns/pkg#98 is merged. |
d3bf1c7
to
f8548fa
Compare
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | | minor | `v0.5.0` -> `v0.6.0` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | action | minor | `v0.5.0` -> `v0.6.0` | | [defenseunicorns/zarf](https://togithub.com/defenseunicorns/zarf) | | minor | `v0.34.0` -> `v0.35.0` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.6` -> `v3.25.10` | | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | repository | patch | `v1.59.0` -> `v1.59.1` | | [python-jsonschema/check-jsonschema](https://togithub.com/python-jsonschema/check-jsonschema) | repository | patch | `0.28.4` -> `0.28.5` | | [renovatebot/pre-commit-hooks](https://togithub.com/renovatebot/pre-commit-hooks) | repository | minor | `37.382.0` -> `37.413.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776) </details> <details> <summary>defenseunicorns/uds-common (defenseunicorns/uds-common)</summary> ### [`v0.6.0`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.6.0) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.5.1...v0.6.0) ##### Features - lula lint integration ([#​147](https://togithub.com/defenseunicorns/uds-common/issues/147)) ([7f357e0](https://togithub.com/defenseunicorns/uds-common/commit/7f357e0b42859b0178e90047885494ee03542be7)) ##### Miscellaneous - add a common bundle remove task ([#​153](https://togithub.com/defenseunicorns/uds-common/issues/153)) ([f3b287c](https://togithub.com/defenseunicorns/uds-common/commit/f3b287c909c626e9f11d47b9e13d79312d3f3a99)) - **deps:** update uds common support dependencies ([#​148](https://togithub.com/defenseunicorns/uds-common/issues/148)) ([b5854de](https://togithub.com/defenseunicorns/uds-common/commit/b5854de37ccb9e46751c17cecd8101411f9fac32)) ### [`v0.5.1`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.5.1) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.5.0...v0.5.1) ##### Miscellaneous - upgrade uds cli-cli to v0.11.2 ([#​150](https://togithub.com/defenseunicorns/uds-common/issues/150)) ([3f23c6d](https://togithub.com/defenseunicorns/uds-common/commit/3f23c6d9845cec860851f4476e54eb0199e20625)) </details> <details> <summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary> ### [`v0.35.0`](https://togithub.com/defenseunicorns/zarf/releases/tag/v0.35.0) [Compare Source](https://togithub.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0) ##### What's Changed - refactor: remove use of k8s info and nodes by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2551](https://togithub.com/defenseunicorns/zarf/pull/2551) - test: shutdown http test servers by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2559](https://togithub.com/defenseunicorns/zarf/pull/2559) - feat: adding labels to all resources mutated by the agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2557](https://togithub.com/defenseunicorns/zarf/pull/2557) - test: zarf init state by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2556](https://togithub.com/defenseunicorns/zarf/pull/2556) - refactor: remove use of k8s deprecations by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2560](https://togithub.com/defenseunicorns/zarf/pull/2560) - test: remove validate pkg arch e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2563](https://togithub.com/defenseunicorns/zarf/pull/2563) - test: remove TestMismatchedVersions e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2564](https://togithub.com/defenseunicorns/zarf/pull/2564) - test: delete agent e2e label test by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2568](https://togithub.com/defenseunicorns/zarf/pull/2568) - fix: add custom error printing for Zarf commands by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2575](https://togithub.com/defenseunicorns/zarf/pull/2575) - refactor: remove use of k8s dynamic by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2561](https://togithub.com/defenseunicorns/zarf/pull/2561) - refactor: remove use of k8s namespace by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2550](https://togithub.com/defenseunicorns/zarf/pull/2550) - fix: cancel Cobra parent context on interrupt by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2567](https://togithub.com/defenseunicorns/zarf/pull/2567) - refactor: use root ctx in agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2578](https://togithub.com/defenseunicorns/zarf/pull/2578) - chore: deprecate DeprecatedKeys by [@​schristoff-du](https://togithub.com/schristoff-du) in [https://github.com/defenseunicorns/zarf/pull/2581](https://togithub.com/defenseunicorns/zarf/pull/2581) - test: validate package by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2569](https://togithub.com/defenseunicorns/zarf/pull/2569) - chore: fix typos by [@​beholdenkey](https://togithub.com/beholdenkey) in [https://github.com/defenseunicorns/zarf/pull/2590](https://togithub.com/defenseunicorns/zarf/pull/2590) - fix: docker containerd blob error by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2593](https://togithub.com/defenseunicorns/zarf/pull/2593) - fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2511](https://togithub.com/defenseunicorns/zarf/pull/2511) - fix: change so that second SIGINT signal immediately exits program by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2598](https://togithub.com/defenseunicorns/zarf/pull/2598) - refactor: add context in packager by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2597](https://togithub.com/defenseunicorns/zarf/pull/2597) - chore: update go version to 1.22.4 by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2595](https://togithub.com/defenseunicorns/zarf/pull/2595) - fix: handle errors in version command by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2589](https://togithub.com/defenseunicorns/zarf/pull/2589) - fix: cosign image pulls by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2599](https://togithub.com/defenseunicorns/zarf/pull/2599) - refactor: move k8s tunnel to cluster package by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2566](https://togithub.com/defenseunicorns/zarf/pull/2566) - test: cleanup e2e tests by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2601](https://togithub.com/defenseunicorns/zarf/pull/2601) - refactor: enable errcheck linter by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2501](https://togithub.com/defenseunicorns/zarf/pull/2501) - fix: crane option argument parameters by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2609](https://togithub.com/defenseunicorns/zarf/pull/2609) - feat: remove .metadata.image from schema by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2606](https://togithub.com/defenseunicorns/zarf/pull/2606) - refactor: remove use of k8s pods by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2553](https://togithub.com/defenseunicorns/zarf/pull/2553) - fix: pass image reference to syft sbom source object by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2612](https://togithub.com/defenseunicorns/zarf/pull/2612) - fix: only build a single binary in the init-package make target by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2614](https://togithub.com/defenseunicorns/zarf/pull/2614) - fix: avoid injector pod name collisions by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2620](https://togithub.com/defenseunicorns/zarf/pull/2620) - fix: no longer remove the agent ignore label from namespaces by [@​Racer159](https://togithub.com/Racer159) in [https://github.com/defenseunicorns/zarf/pull/2623](https://togithub.com/defenseunicorns/zarf/pull/2623) - refactor: remove use of k8s secret by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2565](https://togithub.com/defenseunicorns/zarf/pull/2565) - fix: using a new s3 backend for test data by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2630](https://togithub.com/defenseunicorns/zarf/pull/2630) - chore(deps): update goreleaser/goreleaser-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2596](https://togithub.com/defenseunicorns/zarf/pull/2596) **Full Changelog**: zarf-dev/zarf@v0.34.0...v0.35.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.25.10`](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) ### [`v3.25.9`](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) ### [`v3.25.8`](https://togithub.com/github/codeql-action/compare/v3.25.7...v3.25.8) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.7...v3.25.8) ### [`v3.25.7`](https://togithub.com/github/codeql-action/compare/v3.25.6...v3.25.7) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.6...v3.25.7) </details> <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.59.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1) 1. Updated linters - `go-errorlint`: from 1.5.1 to 1.5.2 - `gomnd`: deprecated configuration compatibility - `intrange`: add `style` preset - `misspell`: from 0.5.1 to 0.6.0 - `sloglint`: from 0.7.0 to 0.7.1 - `testifylint`: from 1.3.0 to 1.3.1 - `unparam`: bump to HEAD - `usestdlibvars`: from 1.25.0 to 1.26.0 2. Fixes - SARIF: init empty result slice - SARIF: issue column >= 1 3. Documentation - update `revive` configuration </details> <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.28.5`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0285) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.28.5) - Update vendored schemas: bitbucket-pipelines, dependabot, github-actions, github-workflows, gitlab-ci, readthedocs, renovate (2024-06-10) - Update bitbucket schema to use the option from the intellij-bitbucket-references-plugin . For more details on this decision, see :issue:`440` . Thanks [@​blade2005](https://togithub.com/blade2005) for the PR! (:pr:`442`) </details> <details> <summary>renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)</summary> ### [`v37.413.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.1...37.413.2) See https://github.com/renovatebot/renovate/releases/tag/37.413.2 for more changes ### [`v37.413.1`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1) ### [`v37.413.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.412.2...37.413.0) See https://github.com/renovatebot/renovate/releases/tag/37.413.0 for more changes ### [`v37.412.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.412.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.412.1...37.412.2) See https://github.com/renovatebot/renovate/releases/tag/37.412.2 for more changes ### [`v37.412.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.412.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.411.0...37.412.1) See https://github.com/renovatebot/renovate/releases/tag/37.412.1 for more changes ### [`v37.411.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.411.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.3...37.411.0) See https://github.com/renovatebot/renovate/releases/tag/37.411.0 for more changes ### [`v37.410.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.2...37.410.3) See https://github.com/renovatebot/renovate/releases/tag/37.410.3 for more changes ### [`v37.410.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.1...37.410.2) See https://github.com/renovatebot/renovate/releases/tag/37.410.2 for more changes ### [`v37.410.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.1...37.410.1) See https://github.com/renovatebot/renovate/releases/tag/37.410.1 for more changes ### [`v37.409.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.0...37.409.1) See https://github.com/renovatebot/renovate/releases/tag/37.409.1 for more changes ### [`v37.409.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.3...37.409.0) See https://github.com/renovatebot/renovate/releases/tag/37.409.0 for more changes ### [`v37.408.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.2...37.408.3) See https://github.com/renovatebot/renovate/releases/tag/37.408.3 for more changes ### [`v37.408.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.1...37.408.2) See https://github.com/renovatebot/renovate/releases/tag/37.408.2 for more changes ### [`v37.408.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.0...37.408.1) See https://github.com/renovatebot/renovate/releases/tag/37.408.1 for more changes ### [`v37.408.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.4...37.408.0) See https://github.com/renovatebot/renovate/releases/tag/37.408.0 for more changes ### [`v37.407.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.3...37.407.4) See https://github.com/renovatebot/renovate/releases/tag/37.407.4 for more changes ### [`v37.407.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.2...37.407.3) See https://github.com/renovatebot/renovate/releases/tag/37.407.3 for more changes ### [`v37.407.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.1...37.407.2) See https://github.com/renovatebot/renovate/releases/tag/37.407.2 for more changes ### [`v37.407.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.2...37.407.1) See https://github.com/renovatebot/renovate/releases/tag/37.407.1 for more changes ### [`v37.406.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.1...37.406.2) See https://github.com/renovatebot/renovate/releases/tag/37.406.2 for more changes ### [`v37.406.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.0...37.406.1) See https://github.com/renovatebot/renovate/releases/tag/37.406.1 for more changes ### [`v37.406.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.405.0...37.406.0) See https://github.com/renovatebot/renovate/releases/tag/37.406.0 for more changes ### [`v37.405.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.405.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.9...37.405.0) See https://github.com/renovatebot/renovate/releases/tag/37.405.0 for more changes ### [`v37.399.9`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.9) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.8...37.399.9) See https://github.com/renovatebot/renovate/releases/tag/37.399.9 for more changes ### [`v37.399.8`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.8) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.6...37.399.8) See https://github.com/renovatebot/renovate/releases/tag/37.399.8 for more changes ### [`v37.399.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.5...37.399.6) See https://github.com/renovatebot/renovate/releases/tag/37.399.6 for more changes ### [`v37.399.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.3...37.399.5) See https://github.com/renovatebot/renovate/releases/tag/37.399.5 for more changes ### [`v37.399.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.0...37.399.3) See https://github.com/renovatebot/renovate/releases/tag/37.399.3 for more changes ### [`v37.399.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.398.2...37.399.0) See https://github.com/renovatebot/renovate/releases/tag/37.399.0 for more changes ### [`v37.398.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.398.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.398.1...37.398.2) See https://github.com/renovatebot/renovate/releases/tag/37.398.2 for more changes ### [`v37.398.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.398.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.398.0...37.398.1) See https://github.com/renovatebot/renovate/releases/tag/37.398.1 for more changes ### [`v37.398.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.398.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.397.0...37.398.0) See https://github.com/renovatebot/renovate/releases/tag/37.398.0 for more changes ### [`v37.397.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.397.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.396.0...37.397.0) See https://github.com/renovatebot/renovate/releases/tag/37.397.0 for more changes ### [`v37.396.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.396.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.395.0...37.396.0) See https://github.com/renovatebot/renovate/releases/tag/37.396.0 for more changes ### [`v37.395.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.395.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.393.0...37.395.0) See https://github.com/renovatebot/renovate/releases/tag/37.395.0 for more changes ### [`v37.393.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.393.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.392.0...37.393.0) See https://github.com/renovatebot/renovate/releases/tag/37.393.0 for more changes ### [`v37.392.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.392.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.391.3...37.392.0) See https://github.com/renovatebot/renovate/releases/tag/37.392.0 for more changes ### [`v37.391.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.391.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.391.2...37.391.3) See https://github.com/renovatebot/renovate/releases/tag/37.391.3 for more changes ### [`v37.391.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.391.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.391.0...37.391.2) See https://github.com/renovatebot/renovate/releases/tag/37.391.2 for more changes ### [`v37.391.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.391.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.390.1...37.391.0) See https://github.com/renovatebot/renovate/releases/tag/37.391.0 for more changes ### [`v37.390.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.390.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.390.0...37.390.1) See https://github.com/renovatebot/renovate/releases/tag/37.390.1 for more changes ### [`v37.390.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.390.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.388.2...37.390.0) See https://github.com/renovatebot/renovate/releases/tag/37.390.0 for more changes ### [`v37.388.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.388.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.388.1...37.388.2) See https://github.com/renovatebot/renovate/releases/tag/37.388.2 for more changes ### [`v37.388.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.388.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.388.0...37.388.1) See https://github.com/renovatebot/renovate/releases/tag/37.388.1 for more changes ### [`v37.388.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.388.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.387.3...37.388.0) See https://github.com/renovatebot/renovate/releases/tag/37.388.0 for more changes ### [`v37.387.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.387.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.387.2...37.387.3) See https://github.com/renovatebot/renovate/releases/tag/37.387.3 for more changes ### [`v37.387.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.387.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.387.0...37.387.2) See https://github.com/renovatebot/renovate/releases/tag/37.387.2 for more changes ### [`v37.387.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.387.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.385.0...37.387.0) See https://github.com/renovatebot/renovate/releases/tag/37.387.0 for more changes ### [`v37.385.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.385.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.384.1...37.385.0) See https://github.com/renovatebot/renovate/releases/tag/37.385.0 for more changes ### [`v37.384.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.384.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.384.0...37.384.1) See https://github.com/renovatebot/renovate/releases/tag/37.384.1 for more changes ### [`v37.384.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.384.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.5...37.384.0) See https://github.com/renovatebot/renovate/releases/tag/37.384.0 for more changes ### [`v37.382.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.4...37.382.5) See https://github.com/renovatebot/renovate/releases/tag/37.382.5 for more changes ### [`v37.382.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.3...37.382.4) See https://github.com/renovatebot/renovate/releases/tag/37.382.4 for more changes ### [`v37.382.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.2...37.382.3) See https://github.com/renovatebot/renovate/releases/tag/37.382.3 for more changes ### [`v37.382.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.0...37.382.2) See https://github.com/renovatebot/renovate/releases/tag/37.382.2 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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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-package-sonarqube). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Release-As: 9.9.5-uds.1
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | | minor | `v0.5.0` -> `v0.6.0` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | action | minor | `v0.5.0` -> `v0.6.0` | | [defenseunicorns/zarf](https://togithub.com/defenseunicorns/zarf) | | minor | `v0.34.0` -> `v0.35.0` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.8` -> `v3.25.10` | | [renovatebot/pre-commit-hooks](https://togithub.com/renovatebot/pre-commit-hooks) | repository | minor | `37.399.9` -> `37.413.3` | 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://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776) </details> <details> <summary>defenseunicorns/uds-common (defenseunicorns/uds-common)</summary> ### [`v0.6.0`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.6.0) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.5.1...v0.6.0) ##### Features - lula lint integration ([#​147](https://togithub.com/defenseunicorns/uds-common/issues/147)) ([7f357e0](https://togithub.com/defenseunicorns/uds-common/commit/7f357e0b42859b0178e90047885494ee03542be7)) ##### Miscellaneous - add a common bundle remove task ([#​153](https://togithub.com/defenseunicorns/uds-common/issues/153)) ([f3b287c](https://togithub.com/defenseunicorns/uds-common/commit/f3b287c909c626e9f11d47b9e13d79312d3f3a99)) - **deps:** update uds common support dependencies ([#​148](https://togithub.com/defenseunicorns/uds-common/issues/148)) ([b5854de](https://togithub.com/defenseunicorns/uds-common/commit/b5854de37ccb9e46751c17cecd8101411f9fac32)) ### [`v0.5.1`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.5.1) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.5.0...v0.5.1) ##### Miscellaneous - upgrade uds cli-cli to v0.11.2 ([#​150](https://togithub.com/defenseunicorns/uds-common/issues/150)) ([3f23c6d](https://togithub.com/defenseunicorns/uds-common/commit/3f23c6d9845cec860851f4476e54eb0199e20625)) </details> <details> <summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary> ### [`v0.35.0`](https://togithub.com/defenseunicorns/zarf/releases/tag/v0.35.0) [Compare Source](https://togithub.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0) ##### What's Changed - refactor: remove use of k8s info and nodes by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2551](https://togithub.com/defenseunicorns/zarf/pull/2551) - test: shutdown http test servers by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2559](https://togithub.com/defenseunicorns/zarf/pull/2559) - feat: adding labels to all resources mutated by the agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2557](https://togithub.com/defenseunicorns/zarf/pull/2557) - test: zarf init state by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2556](https://togithub.com/defenseunicorns/zarf/pull/2556) - refactor: remove use of k8s deprecations by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2560](https://togithub.com/defenseunicorns/zarf/pull/2560) - test: remove validate pkg arch e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2563](https://togithub.com/defenseunicorns/zarf/pull/2563) - test: remove TestMismatchedVersions e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2564](https://togithub.com/defenseunicorns/zarf/pull/2564) - test: delete agent e2e label test by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2568](https://togithub.com/defenseunicorns/zarf/pull/2568) - fix: add custom error printing for Zarf commands by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2575](https://togithub.com/defenseunicorns/zarf/pull/2575) - refactor: remove use of k8s dynamic by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2561](https://togithub.com/defenseunicorns/zarf/pull/2561) - refactor: remove use of k8s namespace by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2550](https://togithub.com/defenseunicorns/zarf/pull/2550) - fix: cancel Cobra parent context on interrupt by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2567](https://togithub.com/defenseunicorns/zarf/pull/2567) - refactor: use root ctx in agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2578](https://togithub.com/defenseunicorns/zarf/pull/2578) - chore: deprecate DeprecatedKeys by [@​schristoff-du](https://togithub.com/schristoff-du) in [https://github.com/defenseunicorns/zarf/pull/2581](https://togithub.com/defenseunicorns/zarf/pull/2581) - test: validate package by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2569](https://togithub.com/defenseunicorns/zarf/pull/2569) - chore: fix typos by [@​beholdenkey](https://togithub.com/beholdenkey) in [https://github.com/defenseunicorns/zarf/pull/2590](https://togithub.com/defenseunicorns/zarf/pull/2590) - fix: docker containerd blob error by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2593](https://togithub.com/defenseunicorns/zarf/pull/2593) - fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2511](https://togithub.com/defenseunicorns/zarf/pull/2511) - fix: change so that second SIGINT signal immediately exits program by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2598](https://togithub.com/defenseunicorns/zarf/pull/2598) - refactor: add context in packager by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2597](https://togithub.com/defenseunicorns/zarf/pull/2597) - chore: update go version to 1.22.4 by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2595](https://togithub.com/defenseunicorns/zarf/pull/2595) - fix: handle errors in version command by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2589](https://togithub.com/defenseunicorns/zarf/pull/2589) - fix: cosign image pulls by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2599](https://togithub.com/defenseunicorns/zarf/pull/2599) - refactor: move k8s tunnel to cluster package by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2566](https://togithub.com/defenseunicorns/zarf/pull/2566) - test: cleanup e2e tests by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2601](https://togithub.com/defenseunicorns/zarf/pull/2601) - refactor: enable errcheck linter by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2501](https://togithub.com/defenseunicorns/zarf/pull/2501) - fix: crane option argument parameters by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2609](https://togithub.com/defenseunicorns/zarf/pull/2609) - feat: remove .metadata.image from schema by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2606](https://togithub.com/defenseunicorns/zarf/pull/2606) - refactor: remove use of k8s pods by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2553](https://togithub.com/defenseunicorns/zarf/pull/2553) - fix: pass image reference to syft sbom source object by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2612](https://togithub.com/defenseunicorns/zarf/pull/2612) - fix: only build a single binary in the init-package make target by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2614](https://togithub.com/defenseunicorns/zarf/pull/2614) - fix: avoid injector pod name collisions by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2620](https://togithub.com/defenseunicorns/zarf/pull/2620) - fix: no longer remove the agent ignore label from namespaces by [@​Racer159](https://togithub.com/Racer159) in [https://github.com/defenseunicorns/zarf/pull/2623](https://togithub.com/defenseunicorns/zarf/pull/2623) - refactor: remove use of k8s secret by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2565](https://togithub.com/defenseunicorns/zarf/pull/2565) - fix: using a new s3 backend for test data by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2630](https://togithub.com/defenseunicorns/zarf/pull/2630) - chore(deps): update goreleaser/goreleaser-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2596](https://togithub.com/defenseunicorns/zarf/pull/2596) **Full Changelog**: zarf-dev/zarf@v0.34.0...v0.35.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.25.10`](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) ### [`v3.25.9`](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) </details> <details> <summary>renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)</summary> ### [`v37.413.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.2...37.413.3) See https://github.com/renovatebot/renovate/releases/tag/37.413.3 for more changes ### [`v37.413.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.1...37.413.2) See https://github.com/renovatebot/renovate/releases/tag/37.413.2 for more changes ### [`v37.413.1`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1) ### [`v37.413.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.412.2...37.413.0) See https://github.com/renovatebot/renovate/releases/tag/37.413.0 for more changes ### [`v37.412.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.412.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.412.1...37.412.2) See https://github.com/renovatebot/renovate/releases/tag/37.412.2 for more changes ### [`v37.412.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.412.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.411.0...37.412.1) See https://github.com/renovatebot/renovate/releases/tag/37.412.1 for more changes ### [`v37.411.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.411.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.3...37.411.0) See https://github.com/renovatebot/renovate/releases/tag/37.411.0 for more changes ### [`v37.410.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.2...37.410.3) See https://github.com/renovatebot/renovate/releases/tag/37.410.3 for more changes ### [`v37.410.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.1...37.410.2) See https://github.com/renovatebot/renovate/releases/tag/37.410.2 for more changes ### [`v37.410.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.1...37.410.1) See https://github.com/renovatebot/renovate/releases/tag/37.410.1 for more changes ### [`v37.409.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.0...37.409.1) See https://github.com/renovatebot/renovate/releases/tag/37.409.1 for more changes ### [`v37.409.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.3...37.409.0) See https://github.com/renovatebot/renovate/releases/tag/37.409.0 for more changes ### [`v37.408.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.2...37.408.3) See https://github.com/renovatebot/renovate/releases/tag/37.408.3 for more changes ### [`v37.408.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.1...37.408.2) See https://github.com/renovatebot/renovate/releases/tag/37.408.2 for more changes ### [`v37.408.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.0...37.408.1) See https://github.com/renovatebot/renovate/releases/tag/37.408.1 for more changes ### [`v37.408.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.4...37.408.0) See https://github.com/renovatebot/renovate/releases/tag/37.408.0 for more changes ### [`v37.407.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.3...37.407.4) See https://github.com/renovatebot/renovate/releases/tag/37.407.4 for more changes ### [`v37.407.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.2...37.407.3) See https://github.com/renovatebot/renovate/releases/tag/37.407.3 for more changes ### [`v37.407.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.1...37.407.2) See https://github.com/renovatebot/renovate/releases/tag/37.407.2 for more changes ### [`v37.407.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.2...37.407.1) See https://github.com/renovatebot/renovate/releases/tag/37.407.1 for more changes ### [`v37.406.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.1...37.406.2) See https://github.com/renovatebot/renovate/releases/tag/37.406.2 for more changes ### [`v37.406.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.0...37.406.1) See https://github.com/renovatebot/renovate/releases/tag/37.406.1 for more changes ### [`v37.406.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.405.0...37.406.0) See https://github.com/renovatebot/renovate/releases/tag/37.406.0 for more changes ### [`v37.405.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.405.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.9...37.405.0) See https://github.com/renovatebot/renovate/releases/tag/37.405.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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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-package-mattermost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Release-As: 9.8.1-uds.1
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | | [defenseunicorns/uds-cli](https://togithub.com/defenseunicorns/uds-cli) | | patch | `v0.11.0` -> `v0.11.2` | | [defenseunicorns/zarf](https://togithub.com/defenseunicorns/zarf) | | minor | `v0.34.0` -> `v0.35.0` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.6` -> `v3.25.10` | | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | repository | patch | `v1.59.0` -> `v1.59.1` | | [python-jsonschema/check-jsonschema](https://togithub.com/python-jsonschema/check-jsonschema) | repository | patch | `0.28.4` -> `0.28.6` | | [renovatebot/pre-commit-hooks](https://togithub.com/renovatebot/pre-commit-hooks) | repository | minor | `37.381.11` -> `37.420.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://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776) </details> <details> <summary>defenseunicorns/uds-cli (defenseunicorns/uds-cli)</summary> ### [`v0.11.2`](https://togithub.com/defenseunicorns/uds-cli/releases/tag/v0.11.2) [Compare Source](https://togithub.com/defenseunicorns/uds-cli/compare/v0.11.1...v0.11.2) ##### What's Changed - chore: fix valuesFiles examples by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/686](https://togithub.com/defenseunicorns/uds-cli/pull/686) - chore: uds engine installation adr by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/682](https://togithub.com/defenseunicorns/uds-cli/pull/682) - fix: take docker namespace into account during deploy by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/698](https://togithub.com/defenseunicorns/uds-cli/pull/698) **Full Changelog**: defenseunicorns/uds-cli@v0.11.1...v0.11.2 ### [`v0.11.1`](https://togithub.com/defenseunicorns/uds-cli/releases/tag/v0.11.1) [Compare Source](https://togithub.com/defenseunicorns/uds-cli/compare/v0.11.0...v0.11.1) ##### What's Changed - chore: run CI tests in parallel, remove alpha status by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/645](https://togithub.com/defenseunicorns/uds-cli/pull/645) - fix(deps): update module github.com/defenseunicorns/pkg/helpers to v2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/635](https://togithub.com/defenseunicorns/uds-cli/pull/635) - chore: update codeowners by [@​TristanHoladay](https://togithub.com/TristanHoladay) in [https://github.com/defenseunicorns/uds-cli/pull/647](https://togithub.com/defenseunicorns/uds-cli/pull/647) - docs: add note about UDS_ARCH by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/652](https://togithub.com/defenseunicorns/uds-cli/pull/652) - feat: add file type variables to bundles by [@​TristanHoladay](https://togithub.com/TristanHoladay) in [https://github.com/defenseunicorns/uds-cli/pull/631](https://togithub.com/defenseunicorns/uds-cli/pull/631) - fix: arch check in PreDeployValidation by [@​TristanHoladay](https://togithub.com/TristanHoladay) in [https://github.com/defenseunicorns/uds-cli/pull/657](https://togithub.com/defenseunicorns/uds-cli/pull/657) - fix(deps): update module github.com/spf13/viper to v1.19.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/651](https://togithub.com/defenseunicorns/uds-cli/pull/651) - chore(deps): update homebrew/actions digest to [`24e4659`](https://togithub.com/defenseunicorns/uds-cli/commit/24e4659) by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/650](https://togithub.com/defenseunicorns/uds-cli/pull/650) - fix(deps): update module golang.org/x/mod to v0.18.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/659](https://togithub.com/defenseunicorns/uds-cli/pull/659) - feat: uds security hub integration by [@​naveensrinivasan](https://togithub.com/naveensrinivasan) in [https://github.com/defenseunicorns/uds-cli/pull/662](https://togithub.com/defenseunicorns/uds-cli/pull/662) - feat: adds --list-images arg to inspect by [@​eFAILution](https://togithub.com/eFAILution) in [https://github.com/defenseunicorns/uds-cli/pull/599](https://togithub.com/defenseunicorns/uds-cli/pull/599) - chore: small refactors and docs updates by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/671](https://togithub.com/defenseunicorns/uds-cli/pull/671) - feat: dev deploy --ref and --flavor flags by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/638](https://togithub.com/defenseunicorns/uds-cli/pull/638) - fix(deps): update module github.com/defenseunicorns/uds-security-hub to v0.0.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/673](https://togithub.com/defenseunicorns/uds-cli/pull/673) - chore: fix typos by [@​beholdenkey](https://togithub.com/beholdenkey) in [https://github.com/defenseunicorns/uds-cli/pull/676](https://togithub.com/defenseunicorns/uds-cli/pull/676) - chore: cleans up lang file and docs, use PRs for brew releases by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/675](https://togithub.com/defenseunicorns/uds-cli/pull/675) - chore(deps): update goreleaser/goreleaser-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/661](https://togithub.com/defenseunicorns/uds-cli/pull/661) - feat: integrated docs between uds and uds-cli by [@​UnicornChance](https://togithub.com/UnicornChance) in [https://github.com/defenseunicorns/uds-cli/pull/646](https://togithub.com/defenseunicorns/uds-cli/pull/646) - chore: shorten readme before docs site roll out by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/679](https://togithub.com/defenseunicorns/uds-cli/pull/679) - fix: install trivy for security hub and parallelize release by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/680](https://togithub.com/defenseunicorns/uds-cli/pull/680) - fix: release workflow typos by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/681](https://togithub.com/defenseunicorns/uds-cli/pull/681) ##### New Contributors - [@​eFAILution](https://togithub.com/eFAILution) made their first contribution in [https://github.com/defenseunicorns/uds-cli/pull/599](https://togithub.com/defenseunicorns/uds-cli/pull/599) - [@​beholdenkey](https://togithub.com/beholdenkey) made their first contribution in [https://github.com/defenseunicorns/uds-cli/pull/676](https://togithub.com/defenseunicorns/uds-cli/pull/676) - [@​UnicornChance](https://togithub.com/UnicornChance) made their first contribution in [https://github.com/defenseunicorns/uds-cli/pull/646](https://togithub.com/defenseunicorns/uds-cli/pull/646) **Full Changelog**: defenseunicorns/uds-cli@v0.11.0...v0.11.1 </details> <details> <summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary> ### [`v0.35.0`](https://togithub.com/defenseunicorns/zarf/releases/tag/v0.35.0) [Compare Source](https://togithub.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0) ##### What's Changed - refactor: remove use of k8s info and nodes by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2551](https://togithub.com/defenseunicorns/zarf/pull/2551) - test: shutdown http test servers by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2559](https://togithub.com/defenseunicorns/zarf/pull/2559) - feat: adding labels to all resources mutated by the agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2557](https://togithub.com/defenseunicorns/zarf/pull/2557) - test: zarf init state by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2556](https://togithub.com/defenseunicorns/zarf/pull/2556) - refactor: remove use of k8s deprecations by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2560](https://togithub.com/defenseunicorns/zarf/pull/2560) - test: remove validate pkg arch e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2563](https://togithub.com/defenseunicorns/zarf/pull/2563) - test: remove TestMismatchedVersions e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2564](https://togithub.com/defenseunicorns/zarf/pull/2564) - test: delete agent e2e label test by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2568](https://togithub.com/defenseunicorns/zarf/pull/2568) - fix: add custom error printing for Zarf commands by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2575](https://togithub.com/defenseunicorns/zarf/pull/2575) - refactor: remove use of k8s dynamic by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2561](https://togithub.com/defenseunicorns/zarf/pull/2561) - refactor: remove use of k8s namespace by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2550](https://togithub.com/defenseunicorns/zarf/pull/2550) - fix: cancel Cobra parent context on interrupt by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2567](https://togithub.com/defenseunicorns/zarf/pull/2567) - refactor: use root ctx in agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2578](https://togithub.com/defenseunicorns/zarf/pull/2578) - chore: deprecate DeprecatedKeys by [@​schristoff-du](https://togithub.com/schristoff-du) in [https://github.com/defenseunicorns/zarf/pull/2581](https://togithub.com/defenseunicorns/zarf/pull/2581) - test: validate package by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2569](https://togithub.com/defenseunicorns/zarf/pull/2569) - chore: fix typos by [@​beholdenkey](https://togithub.com/beholdenkey) in [https://github.com/defenseunicorns/zarf/pull/2590](https://togithub.com/defenseunicorns/zarf/pull/2590) - fix: docker containerd blob error by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2593](https://togithub.com/defenseunicorns/zarf/pull/2593) - fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2511](https://togithub.com/defenseunicorns/zarf/pull/2511) - fix: change so that second SIGINT signal immediately exits program by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2598](https://togithub.com/defenseunicorns/zarf/pull/2598) - refactor: add context in packager by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2597](https://togithub.com/defenseunicorns/zarf/pull/2597) - chore: update go version to 1.22.4 by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2595](https://togithub.com/defenseunicorns/zarf/pull/2595) - fix: handle errors in version command by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2589](https://togithub.com/defenseunicorns/zarf/pull/2589) - fix: cosign image pulls by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2599](https://togithub.com/defenseunicorns/zarf/pull/2599) - refactor: move k8s tunnel to cluster package by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2566](https://togithub.com/defenseunicorns/zarf/pull/2566) - test: cleanup e2e tests by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2601](https://togithub.com/defenseunicorns/zarf/pull/2601) - refactor: enable errcheck linter by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2501](https://togithub.com/defenseunicorns/zarf/pull/2501) - fix: crane option argument parameters by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2609](https://togithub.com/defenseunicorns/zarf/pull/2609) - feat: remove .metadata.image from schema by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2606](https://togithub.com/defenseunicorns/zarf/pull/2606) - refactor: remove use of k8s pods by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2553](https://togithub.com/defenseunicorns/zarf/pull/2553) - fix: pass image reference to syft sbom source object by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2612](https://togithub.com/defenseunicorns/zarf/pull/2612) - fix: only build a single binary in the init-package make target by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2614](https://togithub.com/defenseunicorns/zarf/pull/2614) - fix: avoid injector pod name collisions by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2620](https://togithub.com/defenseunicorns/zarf/pull/2620) - fix: no longer remove the agent ignore label from namespaces by [@​Racer159](https://togithub.com/Racer159) in [https://github.com/defenseunicorns/zarf/pull/2623](https://togithub.com/defenseunicorns/zarf/pull/2623) - refactor: remove use of k8s secret by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2565](https://togithub.com/defenseunicorns/zarf/pull/2565) - fix: using a new s3 backend for test data by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2630](https://togithub.com/defenseunicorns/zarf/pull/2630) - chore(deps): update goreleaser/goreleaser-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2596](https://togithub.com/defenseunicorns/zarf/pull/2596) **Full Changelog**: zarf-dev/zarf@v0.34.0...v0.35.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.25.10`](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) ### [`v3.25.9`](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) ### [`v3.25.8`](https://togithub.com/github/codeql-action/compare/v3.25.7...v3.25.8) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.7...v3.25.8) ### [`v3.25.7`](https://togithub.com/github/codeql-action/compare/v3.25.6...v3.25.7) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.6...v3.25.7) </details> <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.59.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1) 1. Updated linters - `go-errorlint`: from 1.5.1 to 1.5.2 - `gomnd`: deprecated configuration compatibility - `intrange`: add `style` preset - `misspell`: from 0.5.1 to 0.6.0 - `sloglint`: from 0.7.0 to 0.7.1 - `testifylint`: from 1.3.0 to 1.3.1 - `unparam`: bump to HEAD - `usestdlibvars`: from 1.25.0 to 1.26.0 2. Fixes - SARIF: init empty result slice - SARIF: issue column >= 1 3. Documentation - update `revive` configuration </details> <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.28.6`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0286) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.5...0.28.6) - Update vendored schemas: bitbucket-pipelines, circle-ci, readthedocs, renovate (2024-06-23) - Add CircleCI schema and pre-commit hook. Thanks :user:`jrdnbradford`! (:pr:`444`) ### [`v0.28.5`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0285) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.28.5) - Update vendored schemas: bitbucket-pipelines, dependabot, github-actions, github-workflows, gitlab-ci, readthedocs, renovate (2024-06-10) - Update bitbucket schema to use the option from the intellij-bitbucket-references-plugin . For more details on this decision, see :issue:`440` . Thanks [@​blade2005](https://togithub.com/blade2005) for the PR! (:pr:`442`) </details> <details> <summary>renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)</summary> ### [`v37.420.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.420.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.420.0...37.420.1) See https://github.com/renovatebot/renovate/releases/tag/37.420.1 for more changes ### [`v37.420.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.420.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.419.1...37.420.0) See https://github.com/renovatebot/renovate/releases/tag/37.420.0 for more changes ### [`v37.419.1`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.2...37.419.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.2...37.419.1) ### [`v37.418.2`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.1...37.418.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.1...37.418.2) ### [`v37.418.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.418.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.417.1...37.418.1) See https://github.com/renovatebot/renovate/releases/tag/37.418.1 for more changes ### [`v37.417.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.417.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.417.0...37.417.1) See https://github.com/renovatebot/renovate/releases/tag/37.417.1 for more changes ### [`v37.417.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.417.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.416.0...37.417.0) See https://github.com/renovatebot/renovate/releases/tag/37.417.0 for more changes ### [`v37.416.0`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.415.0...37.416.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.415.0...37.416.0) ### [`v37.415.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.415.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.414.1...37.415.0) See https://github.com/renovatebot/renovate/releases/tag/37.415.0 for more changes ### [`v37.414.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.414.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.414.0...37.414.1) See https://github.com/renovatebot/renovate/releases/tag/37.414.1 for more changes ### [`v37.414.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.414.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.4...37.414.0) See https://github.com/renovatebot/renovate/releases/tag/37.414.0 for more changes ### [`v37.413.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.3...37.413.4) See https://github.com/renovatebot/renovate/releases/tag/37.413.4 for more changes ### [`v37.413.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.2...37.413.3) See https://github.com/renovatebot/renovate/releases/tag/37.413.3 for more changes ### [`v37.413.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.1...37.413.2) See https://github.com/renovatebot/renovate/releases/tag/37.413.2 for more changes ### [`v37.413.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1) See https://github.com/renovatebot/renovate/releases/tag/37.413.1 for more changes ### [`v37.413.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.412.2...37.413.0) See https://github.com/renovatebot/renovate/releases/tag/37.413.0 for more changes ### [`v37.412.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.412.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.412.1...37.412.2) See https://github.com/renovatebot/renovate/releases/tag/37.412.2 for more changes ### [`v37.412.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.412.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.411.0...37.412.1) See https://github.com/renovatebot/renovate/releases/tag/37.412.1 for more changes ### [`v37.411.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.411.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.3...37.411.0) See https://github.com/renovatebot/renovate/releases/tag/37.411.0 for more changes ### [`v37.410.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.2...37.410.3) See https://github.com/renovatebot/renovate/releases/tag/37.410.3 for more changes ### [`v37.410.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.1...37.410.2) See https://github.com/renovatebot/renovate/releases/tag/37.410.2 for more changes ### [`v37.410.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.1...37.410.1) See https://github.com/renovatebot/renovate/releases/tag/37.410.1 for more changes ### [`v37.409.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.0...37.409.1) See https://github.com/renovatebot/renovate/releases/tag/37.409.1 for more changes ### [`v37.409.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.3...37.409.0) See https://github.com/renovatebot/renovate/releases/tag/37.409.0 for more changes ### [`v37.408.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.2...37.408.3) See https://github.com/renovatebot/renovate/releases/tag/37.408.3 for more changes ### [`v37.408.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.1...37.408.2) See https://github.com/renovatebot/renovate/releases/tag/37.408.2 for more changes ### [`v37.408.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.0...37.408.1) See https://github.com/renovatebot/renovate/releases/tag/37.408.1 for more changes ### [`v37.408.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.4...37.408.0) See https://github.com/renovatebot/renovate/releases/tag/37.408.0 for more changes ### [`v37.407.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.3...37.407.4) See https://github.com/renovatebot/renovate/releases/tag/37.407.4 for more changes ### [`v37.407.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.2...37.407.3) See https://github.com/renovatebot/renovate/releases/tag/37.407.3 for more changes ### [`v37.407.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.1...37.407.2) See https://github.com/renovatebot/renovate/releases/tag/37.407.2 for more changes ### [`v37.407.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.2...37.407.1) See https://github.com/renovatebot/renovate/releases/tag/37.407.1 for more changes ### [`v37.406.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.1...37.406.2) See https://github.com/renovatebot/renovate/releases/tag/37.406.2 for more changes ### [`v37.406.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.0...37.406.1) See https://github.com/renovatebot/renovate/releases/tag/37.406.1 for more changes ### [`v37.406.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.405.0...37.406.0) See https://github.com/renovatebot/renovate/releases/tag/37.406.0 for more changes ### [`v37.405.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.405.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.9...37.405.0) See https://github.com/renovatebot/renovate/releases/tag/37.405.0 for more changes ### [`v37.399.9`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.9) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.8...37.399.9) See https://github.com/renovatebot/renovate/releases/tag/37.399.9 for more changes ### [`v37.399.8`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.8) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.6...37.399.8) See https://github.com/renovatebot/renovate/releases/tag/37.399.8 for more changes ### [`v37.399.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.5...37.399.6) See https://github.com/renovatebot/renovate/releases/tag/37.399.6 for more changes ### [`v37.399.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.3...37.399.5) See https://github.com/renovatebot/renovate/releases/tag/37.399.5 for more changes ### [`v37.399.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.0...37.399.3) See https://github.com/renovatebot/renovate/releases/tag/37.399.3 for more changes ### [`v37.399.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.398.2...37.399.0) See https://github.com/renovatebot/renovate/releases/tag/37.399.0 for more changes ### [`v37.398.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.398.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.398.1...37.398.2) See https://github.com/renovatebot/renovate/releases/tag/37.398.2 for more changes ### [`v37.398.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.398.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.398.0...37.398.1) See https://github.com/renovatebot/renovate/releases/tag/37.398.1 for more changes ### [`v37.398.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.398.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.397.0...37.398.0) See https://github.com/renovatebot/renovate/releases/tag/37.398.0 for more changes ### [`v37.397.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.397.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.396.0...37.397.0) See https://github.com/renovatebot/renovate/releases/tag/37.397.0 for more changes ### [`v37.396.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.396.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.395.0...37.396.0) See https://github.com/renovatebot/renovate/releases/tag/37.396.0 for more changes ### [`v37.395.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.395.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.393.0...37.395.0) See https://github.com/renovatebot/renovate/releases/tag/37.395.0 for more changes ### [`v37.393.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.393.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.392.0...37.393.0) See https://github.com/renovatebot/renovate/releases/tag/37.393.0 for more changes ### [`v37.392.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.392.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.391.3...37.392.0) See https://github.com/renovatebot/renovate/releases/tag/37.392.0 for more changes ### [`v37.391.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.391.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.391.2...37.391.3) See https://github.com/renovatebot/renovate/releases/tag/37.391.3 for more changes ### [`v37.391.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.391.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.391.0...37.391.2) See https://github.com/renovatebot/renovate/releases/tag/37.391.2 for more changes ### [`v37.391.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.391.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.390.1...37.391.0) See https://github.com/renovatebot/renovate/releases/tag/37.391.0 for more changes ### [`v37.390.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.390.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.390.0...37.390.1) See https://github.com/renovatebot/renovate/releases/tag/37.390.1 for more changes ### [`v37.390.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.390.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.388.2...37.390.0) See https://github.com/renovatebot/renovate/releases/tag/37.390.0 for more changes ### [`v37.388.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.388.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.388.1...37.388.2) See https://github.com/renovatebot/renovate/releases/tag/37.388.2 for more changes ### [`v37.388.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.388.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.388.0...37.388.1) See https://github.com/renovatebot/renovate/releases/tag/37.388.1 for more changes ### [`v37.388.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.388.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.387.3...37.388.0) See https://github.com/renovatebot/renovate/releases/tag/37.388.0 for more changes ### [`v37.387.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.387.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.387.2...37.387.3) See https://github.com/renovatebot/renovate/releases/tag/37.387.3 for more changes ### [`v37.387.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.387.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.387.0...37.387.2) See https://github.com/renovatebot/renovate/releases/tag/37.387.2 for more changes ### [`v37.387.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.387.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.385.0...37.387.0) See https://github.com/renovatebot/renovate/releases/tag/37.387.0 for more changes ### [`v37.385.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.385.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.384.1...37.385.0) See https://github.com/renovatebot/renovate/releases/tag/37.385.0 for more changes ### [`v37.384.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.384.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.384.0...37.384.1) See https://github.com/renovatebot/renovate/releases/tag/37.384.1 for more changes ### [`v37.384.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.384.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.5...37.384.0) See https://github.com/renovatebot/renovate/releases/tag/37.384.0 for more changes ### [`v37.382.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.4...37.382.5) See https://github.com/renovatebot/renovate/releases/tag/37.382.5 for more changes ### [`v37.382.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.3...37.382.4) See https://github.com/renovatebot/renovate/releases/tag/37.382.4 for more changes ### [`v37.382.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.2...37.382.3) See https://github.com/renovatebot/renovate/releases/tag/37.382.3 for more changes ### [`v37.382.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.382.0...37.382.2) See https://github.com/renovatebot/renovate/releases/tag/37.382.2 for more changes ### [`v37.382.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.382.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.381.11...37.382.0) See https://github.com/renovatebot/renovate/releases/tag/37.382.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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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-package-gitlab). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Release-As: v17.1.1-uds.0
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | | [actions/create-github-app-token](https://togithub.com/actions/create-github-app-token) | action | patch | `v1.10.1` -> `v1.10.3` | | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | patch | `v4.1.7` -> `v4.1.8` | | [actions/setup-go](https://togithub.com/actions/setup-go) | action | patch | `v5.0.1` -> `v5.0.2` | | [actions/setup-node](https://togithub.com/actions/setup-node) | action | patch | `v4.0.2` -> `v4.0.3` | | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | patch | `v4.3.3` -> `v4.3.4` | | [anchore/sbom-action](https://togithub.com/anchore/sbom-action) | action | patch | `v0.16.0` -> `v0.16.1` | | [defenseunicorns/zarf](https://togithub.com/defenseunicorns/zarf) | | minor | `v0.34.0` -> `v0.35.0` | | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | minor | `v3.3.0` -> `v3.4.0` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.8` -> `v3.25.11` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776) </details> <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.10.3`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.10.3) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3) ##### Bug Fixes - **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([#​149](https://togithub.com/actions/create-github-app-token/issues/149)) ([cc82279](https://togithub.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)), closes [#​3337](https://togithub.com/actions/create-github-app-token/issues/3337) [nodejs/undici#3338](https://togithub.com/nodejs/undici/issues/3338) [nodejs/undici#3340](https://togithub.com/nodejs/undici/issues/3340) [nodejs/undici#3332](https://togithub.com/nodejs/undici/issues/3332) [nodejs/undici#3335](https://togithub.com/nodejs/undici/issues/3335) [nodejs/undici#3305](https://togithub.com/nodejs/undici/issues/3305) [nodejs/undici#3303](https://togithub.com/nodejs/undici/issues/3303) [nodejs/undici#3304](https://togithub.com/nodejs/undici/issues/3304) [nodejs/undici#3306](https://togithub.com/nodejs/undici/issues/3306) [nodejs/undici#3309](https://togithub.com/nodejs/undici/issues/3309) [nodejs/undici#3313](https://togithub.com/nodejs/undici/issues/3313) [nodejs/undici#3311](https://togithub.com/nodejs/undici/issues/3311) [nodejs/undici#3107](https://togithub.com/nodejs/undici/issues/3107) [nodejs/undici#3302](https://togithub.com/nodejs/undici/issues/3302) [nodejs/undici#3320](https://togithub.com/nodejs/undici/issues/3320) [nodejs/undici#3321](https://togithub.com/nodejs/undici/issues/3321) [nodejs/undici#3316](https://togithub.com/nodejs/undici/issues/3316) [nodejs/undici#3318](https://togithub.com/nodejs/undici/issues/3318) [nodejs/undici#3326](https://togithub.com/nodejs/undici/issues/3326) [nodejs/undici#3324](https://togithub.com/nodejs/undici/issues/3324) [nodejs/undici#3325](https://togithub.com/nodejs/undici/issues/3325) [nodejs/undici#3316](https://togithub.com/nodejs/undici/issues/3316) [nodejs/undici#3318](https://togithub.com/nodejs/undici/issues/3318) [#​3342](https://togithub.com/actions/create-github-app-token/issues/3342) [#​3332](https://togithub.com/actions/create-github-app-token/issues/3332) [#​3340](https://togithub.com/actions/create-github-app-token/issues/3340) [#​3337](https://togithub.com/actions/create-github-app-token/issues/3337) [#​3338](https://togithub.com/actions/create-github-app-token/issues/3338) [#​3336](https://togithub.com/actions/create-github-app-token/issues/3336) [#​3335](https://togithub.com/actions/create-github-app-token/issues/3335) [#​3325](https://togithub.com/actions/create-github-app-token/issues/3325) [#​3324](https://togithub.com/actions/create-github-app-token/issues/3324) [#​3326](https://togithub.com/actions/create-github-app-token/issues/3326) ### [`v1.10.2`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.10.2) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2) ##### Bug Fixes - do not revoke token if already expired ([#​147](https://togithub.com/actions/create-github-app-token/issues/147)) ([66a7045](https://togithub.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)), closes [#​140](https://togithub.com/actions/create-github-app-token/issues/140) [#​95](https://togithub.com/actions/create-github-app-token/issues/95) </details> <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v4.1.8`](https://togithub.com/actions/download-artifact/releases/tag/v4.1.8) [Compare Source](https://togithub.com/actions/download-artifact/compare/v4.1.7...v4.1.8) ##### What's Changed - Update [@​actions/artifact](https://togithub.com/actions/artifact) version, bump dependencies by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/download-artifact/pull/341](https://togithub.com/actions/download-artifact/pull/341) **Full Changelog**: actions/download-artifact@v4...v4.1.8 </details> <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v5.0.2`](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2) [Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2) </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4.0.3`](https://togithub.com/actions/setup-node/compare/v4.0.2...v4.0.3) [Compare Source](https://togithub.com/actions/setup-node/compare/v4.0.2...v4.0.3) </details> <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4.3.4`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.4) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) ##### What's Changed - Update [@​actions/artifact](https://togithub.com/actions/artifact) version, bump dependencies by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/584](https://togithub.com/actions/upload-artifact/pull/584) **Full Changelog**: actions/upload-artifact@v4.3.3...v4.3.4 </details> <details> <summary>anchore/sbom-action (anchore/sbom-action)</summary> ### [`v0.16.1`](https://togithub.com/anchore/sbom-action/releases/tag/v0.16.1) [Compare Source](https://togithub.com/anchore/sbom-action/compare/v0.16.0...v0.16.1) #### Changes in v0.16.1 - fix: workaround windows install issue ([#​477](https://togithub.com/anchore/sbom-action/issues/477)) \[[willmurphyscode](https://togithub.com/willmurphyscode)] - fix: allow users to properly use the file input over the default path value ([#​471](https://togithub.com/anchore/sbom-action/issues/471)) \[[komish](https://togithub.com/komish)] - chore(deps): update Syft to v1.5.0 ([#​470](https://togithub.com/anchore/sbom-action/issues/470)) \[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)] - docs: notes for matrix and required permissions ([#​469](https://togithub.com/anchore/sbom-action/issues/469)) \[[kzantow](https://togithub.com/kzantow)] - chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 ([#​466](https://togithub.com/anchore/sbom-action/issues/466)) \[[dependabot](https://togithub.com/dependabot)] </details> <details> <summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary> ### [`v0.35.0`](https://togithub.com/defenseunicorns/zarf/releases/tag/v0.35.0) [Compare Source](https://togithub.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0) ##### What's Changed - refactor: remove use of k8s info and nodes by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2551](https://togithub.com/defenseunicorns/zarf/pull/2551) - test: shutdown http test servers by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2559](https://togithub.com/defenseunicorns/zarf/pull/2559) - feat: adding labels to all resources mutated by the agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2557](https://togithub.com/defenseunicorns/zarf/pull/2557) - test: zarf init state by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2556](https://togithub.com/defenseunicorns/zarf/pull/2556) - refactor: remove use of k8s deprecations by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2560](https://togithub.com/defenseunicorns/zarf/pull/2560) - test: remove validate pkg arch e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2563](https://togithub.com/defenseunicorns/zarf/pull/2563) - test: remove TestMismatchedVersions e2e test by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2564](https://togithub.com/defenseunicorns/zarf/pull/2564) - test: delete agent e2e label test by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2568](https://togithub.com/defenseunicorns/zarf/pull/2568) - fix: add custom error printing for Zarf commands by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2575](https://togithub.com/defenseunicorns/zarf/pull/2575) - refactor: remove use of k8s dynamic by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2561](https://togithub.com/defenseunicorns/zarf/pull/2561) - refactor: remove use of k8s namespace by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2550](https://togithub.com/defenseunicorns/zarf/pull/2550) - fix: cancel Cobra parent context on interrupt by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2567](https://togithub.com/defenseunicorns/zarf/pull/2567) - refactor: use root ctx in agent by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2578](https://togithub.com/defenseunicorns/zarf/pull/2578) - chore: deprecate DeprecatedKeys by [@​schristoff-du](https://togithub.com/schristoff-du) in [https://github.com/defenseunicorns/zarf/pull/2581](https://togithub.com/defenseunicorns/zarf/pull/2581) - test: validate package by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2569](https://togithub.com/defenseunicorns/zarf/pull/2569) - chore: fix typos by [@​beholdenkey](https://togithub.com/beholdenkey) in [https://github.com/defenseunicorns/zarf/pull/2590](https://togithub.com/defenseunicorns/zarf/pull/2590) - fix: docker containerd blob error by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2593](https://togithub.com/defenseunicorns/zarf/pull/2593) - fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2511](https://togithub.com/defenseunicorns/zarf/pull/2511) - fix: change so that second SIGINT signal immediately exits program by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2598](https://togithub.com/defenseunicorns/zarf/pull/2598) - refactor: add context in packager by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2597](https://togithub.com/defenseunicorns/zarf/pull/2597) - chore: update go version to 1.22.4 by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2595](https://togithub.com/defenseunicorns/zarf/pull/2595) - fix: handle errors in version command by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2589](https://togithub.com/defenseunicorns/zarf/pull/2589) - fix: cosign image pulls by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2599](https://togithub.com/defenseunicorns/zarf/pull/2599) - refactor: move k8s tunnel to cluster package by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2566](https://togithub.com/defenseunicorns/zarf/pull/2566) - test: cleanup e2e tests by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2601](https://togithub.com/defenseunicorns/zarf/pull/2601) - refactor: enable errcheck linter by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2501](https://togithub.com/defenseunicorns/zarf/pull/2501) - fix: crane option argument parameters by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2609](https://togithub.com/defenseunicorns/zarf/pull/2609) - feat: remove .metadata.image from schema by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2606](https://togithub.com/defenseunicorns/zarf/pull/2606) - refactor: remove use of k8s pods by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2553](https://togithub.com/defenseunicorns/zarf/pull/2553) - fix: pass image reference to syft sbom source object by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2612](https://togithub.com/defenseunicorns/zarf/pull/2612) - fix: only build a single binary in the init-package make target by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2614](https://togithub.com/defenseunicorns/zarf/pull/2614) - fix: avoid injector pod name collisions by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2620](https://togithub.com/defenseunicorns/zarf/pull/2620) - fix: no longer remove the agent ignore label from namespaces by [@​Racer159](https://togithub.com/Racer159) in [https://github.com/defenseunicorns/zarf/pull/2623](https://togithub.com/defenseunicorns/zarf/pull/2623) - refactor: remove use of k8s secret by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2565](https://togithub.com/defenseunicorns/zarf/pull/2565) - fix: using a new s3 backend for test data by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2630](https://togithub.com/defenseunicorns/zarf/pull/2630) - chore(deps): update goreleaser/goreleaser-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2596](https://togithub.com/defenseunicorns/zarf/pull/2596) **Full Changelog**: zarf-dev/zarf@v0.34.0...v0.35.0 </details> <details> <summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary> ### [`v3.4.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.4.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0) - Throw error message instead of exit code by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/315](https://togithub.com/docker/setup-buildx-action/pull/315) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.20.0 to 0.31.0 in [https://github.com/docker/setup-buildx-action/pull/321](https://togithub.com/docker/setup-buildx-action/pull/321) [https://github.com/docker/setup-buildx-action/pull/338](https://togithub.com/docker/setup-buildx-action/pull/338) - Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/setup-buildx-action/pull/329](https://togithub.com/docker/setup-buildx-action/pull/329) - Bump undici from 5.28.3 to 5.28.4 in [https://github.com/docker/setup-buildx-action/pull/312](https://togithub.com/docker/setup-buildx-action/pull/312) - Bump uuid from 9.0.1 to 10.0.0 in [https://github.com/docker/setup-buildx-action/pull/326](https://togithub.com/docker/setup-buildx-action/pull/326) **Full Changelog**: docker/setup-buildx-action@v3.3.0...v3.4.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.25.11`](https://togithub.com/github/codeql-action/compare/v3.25.10...v3.25.11) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.10...v3.25.11) ### [`v3.25.10`](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.9...v3.25.10) ### [`v3.25.9`](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 12pm every weekday,before 11am 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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/maru-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr <[email protected]>
## Description Moves the tunnel code to cluster pacakge. This is far from a perfect solution but I do not want to make a enormous change. The tunnel code needs some refactoring in the future but before that can be done we need to understand how dependencies on Cluster looks. ## Related Issue Relates to #2507 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed Signed-off-by: Austin Abro <[email protected]>
Description
Moves the tunnel code to cluster pacakge.
This is far from a perfect solution but I do not want to make a enormous change. The tunnel code needs some refactoring in the future but before that can be done we need to understand how dependencies on Cluster looks.
Related Issue
Relates to #2507
Checklist before merging