Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): update zarf to v0.41.0 #857

Merged
merged 2 commits into from
Oct 4, 2024
Merged

chore(deps): update zarf to v0.41.0 #857

merged 2 commits into from
Oct 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/zarf-dev/packages/init minor v0.40.1 -> v0.41.0
zarf-dev/zarf minor v0.40.1 -> v0.41.0

Release Notes

zarf-dev/zarf (zarf-dev/zarf)

v0.41.0

Compare Source

What's Changed
New Contributors

Full Changelog: zarf-dev/zarf@v0.40.1...v0.41.0


Configuration

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

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

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource  | package                        | from    | to      |
| ----------- | ------------------------------ | ------- | ------- |
| docker      | ghcr.io/zarf-dev/packages/init | v0.40.1 | v0.41.0 |
| github-tags | zarf-dev/zarf                  | v0.40.1 | v0.41.0 |
@renovate renovate bot requested a review from a team as a code owner October 3, 2024 20:57
@UnicornChance UnicornChance merged commit a390c3d into main Oct 4, 2024
18 checks passed
@UnicornChance UnicornChance deleted the renovate/zarf branch October 4, 2024 15:30
mjnagel pushed a commit that referenced this pull request Oct 11, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.29.0](v0.28.0...v0.29.0)
(2024-10-11)


### Features

* add base and identity layers
([#853](#853))
([b3f532a](b3f532a))
* add logging functional layer
([#861](#861))
([c1a67b9](c1a67b9))
* add metrics-server functional layer
([#865](#865))
([290367a](290367a))
* add monitoring layer
([#872](#872))
([5ecb040](5ecb040))
* add nightly testing for rke2
([#808](#808))
([c401419](c401419))
* add service accounts options to sso
([#852](#852))
([1029162](1029162))
* backup and restore layer, ui layer, runtime security layer
([#862](#862))
([b1d8015](b1d8015))
* grafana-ha
([#838](#838))
([d532d76](d532d76))


### Bug Fixes

* broken readme link
([#899](#899))
([6e47b11](6e47b11))
* **ci:** switch to larger runners to resolve ci disk space issues
([#882](#882))
([1af0401](1af0401))
* snapshot ci version modification and tasks for publish
([#877](#877))
([f01e5bd](f01e5bd))
* support for anywhere network policies in cilium
([#884](#884))
([5df0737](5df0737))


### Miscellaneous

* cleanup license parsing for github
([#881](#881))
([43c98ce](43c98ce))
* **deps:** update chainctl action to v0.2.3
([#864](#864))
([d782b59](d782b59))
* **deps:** update checkout action to v4.2.0
([#825](#825))
([29d1c98](29d1c98))
* **deps:** update dependency defenseunicorns/lula to v0.8.0
([#841](#841))
([fe36150](fe36150))
* **deps:** update githubactions
([#866](#866))
([44f8ea5](44f8ea5))
* **deps:** update grafana to 11.2.1
([#836](#836))
([11383c1](11383c1))
* **deps:** update grafana to v11.2.2
([#867](#867))
([06ed2c3](06ed2c3))
* **deps:** update loki nginx image to v1.27.2
([#894](#894))
([df7d427](df7d427))
* **deps:** update loki to v3.2.0
([#791](#791))
([d3c60b5](d3c60b5))
* **deps:** update metrics-server chart to v3.12.2
([#873](#873))
([e2e61ce](e2e61ce))
* **deps:** update pepr to v0.37.1
([#843](#843))
([68abcb2](68abcb2))
* **deps:** update pepr to v0.37.2
([#850](#850))
([b51f659](b51f659))
* **deps:** update prometheus operator to 0.77.1
([#819](#819))
([0864b33](0864b33))
* **deps:** update prometheus-stack
([#855](#855))
([c791c24](c791c24))
* **deps:** update prometheus-stack helm-charts to v64.0.0
([#849](#849))
([50a2588](50a2588))
* **deps:** update runtime to v0.6.0
([#897](#897))
([89ae6e2](89ae6e2))
* **deps:** update support-deps
([#890](#890))
([26ea612](26ea612))
* **deps:** update test-infra
([#875](#875))
([583f07c](583f07c))
* **deps:** update test-infra to v6.9.0
([#848](#848))
([ef9d317](ef9d317))
* **deps:** update uds to v0.17.0
([#859](#859))
([1489fef](1489fef))
* **deps:** update zarf to v0.41.0
([#857](#857))
([a390c3d](a390c3d))
* **docs:** update doc structure for site refresh
([#895](#895))
([1946a9a](1946a9a))
* fix broken link in docs
([#845](#845))
([3078a5b](3078a5b))
* fix license header references
([#901](#901))
([cf38b82](cf38b82))
* handle upgrade path for functional layers, add doc for usage
([#896](#896))
([70d6b1b](70d6b1b))
* regroup 'support dependencies' in renovate config
([#885](#885))
([640d859](640d859))
* update license
([#878](#878))
([b086170](b086170))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
docandrew pushed a commit that referenced this pull request Oct 17, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/zarf-dev/packages/init | minor | `v0.40.1` -> `v0.41.0` |
| [zarf-dev/zarf](https://github.com/zarf-dev/zarf) | minor |
`v0.40.1` -> `v0.41.0` |

---

### Release Notes

<details>
<summary>zarf-dev/zarf (zarf-dev/zarf)</summary>

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

[Compare
Source](https://github.com/zarf-dev/zarf/compare/v0.40.1...v0.41.0)

##### What's Changed

- chore(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3013](https://github.com/zarf-dev/zarf/pull/3013)
- chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3014](https://github.com/zarf-dev/zarf/pull/3014)
- chore: workflow to check that go mod tidy is run by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/2963](https://github.com/zarf-dev/zarf/pull/2963)
- fix: health checks issue when crds don't exist prior to package
deploys by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3011](https://github.com/zarf-dev/zarf/pull/3011)
- refactor: remove by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[https://github.com/zarf-dev/zarf/pull/3008](https://github.com/zarf-dev/zarf/pull/3008)
- fix: modify the wait condition according to return values from earlier
method call by [@&#8203;soltysh](https://github.com/soltysh) in
[https://github.com/zarf-dev/zarf/pull/3020](https://github.com/zarf-dev/zarf/pull/3020)
- refactor: packager inspect command by
[@&#8203;schristoff](https://github.com/schristoff) in
[https://github.com/zarf-dev/zarf/pull/2990](https://github.com/zarf-dev/zarf/pull/2990)
- refactor: update syft to v1 by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3021](https://github.com/zarf-dev/zarf/pull/3021)
- chore(deps): bump k8s.io/component-base from 0.30.3 to 0.31.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/2995](https://github.com/zarf-dev/zarf/pull/2995)
- chore(deps): bump github.com/agnivade/levenshtein from 1.1.1 to 1.2.0
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3027](https://github.com/zarf-dev/zarf/pull/3027)
- chore(deps): bump k8s.io/kubectl from 0.30.3 to 0.31.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3028](https://github.com/zarf-dev/zarf/pull/3028)
- chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3025](https://github.com/zarf-dev/zarf/pull/3025)
- fix: nightly by removing logline no longer printed by
[@&#8203;schristoff](https://github.com/schristoff) in
[https://github.com/zarf-dev/zarf/pull/3038](https://github.com/zarf-dev/zarf/pull/3038)
- feat: pass context to helm install & upgrade by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3031](https://github.com/zarf-dev/zarf/pull/3031)
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3035](https://github.com/zarf-dev/zarf/pull/3035)
- test: fix external git flake by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3039](https://github.com/zarf-dev/zarf/pull/3039)
- chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.5.0 to 1.6.1
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3034](https://github.com/zarf-dev/zarf/pull/3034)
- chore: resolve cosign cves by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3029](https://github.com/zarf-dev/zarf/pull/3029)
- fix: nightly ecr test by
[@&#8203;schristoff](https://github.com/schristoff) in
[https://github.com/zarf-dev/zarf/pull/3041](https://github.com/zarf-dev/zarf/pull/3041)
- chore(deps): bump helm.sh/helm/v3 from 3.15.3 to 3.16.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3026](https://github.com/zarf-dev/zarf/pull/3026)
- chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to
1.20.4 by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3007](https://github.com/zarf-dev/zarf/pull/3007)
- chore: cleanup errchecking in tests by
[@&#8203;mkcp](https://github.com/mkcp) in
[https://github.com/zarf-dev/zarf/pull/3040](https://github.com/zarf-dev/zarf/pull/3040)
- chore(deps): bump github.com/gofrs/flock from 0.8.1 to 0.12.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3033](https://github.com/zarf-dev/zarf/pull/3033)
- chore(deps): bump
github.com/sigstore/sigstore/pkg/signature/kms/hashivault from 1.8.8 to
1.8.9 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3049](https://github.com/zarf-dev/zarf/pull/3049)
- chore(deps): bump github/codeql-action from 3.26.9 to 3.26.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3047](https://github.com/zarf-dev/zarf/pull/3047)
- chore(deps): bump github.com/fluxcd/helm-controller/api from 1.0.1 to
1.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3045](https://github.com/zarf-dev/zarf/pull/3045)
- chore(deps): bump github.com/defenseunicorns/pkg/oci from 1.0.1 to
1.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3048](https://github.com/zarf-dev/zarf/pull/3048)
- chore(deps): bump github.com/fluxcd/source-controller/api from 1.3.0
to 1.4.1 by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3050](https://github.com/zarf-dev/zarf/pull/3050)
- refactor: layout by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[https://github.com/zarf-dev/zarf/pull/3022](https://github.com/zarf-dev/zarf/pull/3022)
- chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/azure
from 1.8.8 to 1.8.9 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3057](https://github.com/zarf-dev/zarf/pull/3057)
- chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3058](https://github.com/zarf-dev/zarf/pull/3058)
- feat!: remove big bang extension by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3059](https://github.com/zarf-dev/zarf/pull/3059)
- chore: directly handle ignored errs and nolint intentionally ignored
errs by [@&#8203;mkcp](https://github.com/mkcp) in
[https://github.com/zarf-dev/zarf/pull/2993](https://github.com/zarf-dev/zarf/pull/2993)
- chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/gcp
from 1.8.8 to 1.8.9 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3062](https://github.com/zarf-dev/zarf/pull/3062)
- chore(deps): bump sigs.k8s.io/cli-utils from 0.36.0 to 0.37.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3055](https://github.com/zarf-dev/zarf/pull/3055)
- chore: update flux example, tests, and docs to address upstream fix by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3052](https://github.com/zarf-dev/zarf/pull/3052)
- chore(deps): bump github.com/distribution/distribution/v3 from
3.0.0-alpha.1 to 3.0.0-beta.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3054](https://github.com/zarf-dev/zarf/pull/3054)
- docs: remove docs for deprecated Zarf UI by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3060](https://github.com/zarf-dev/zarf/pull/3060)
- feat: add linter (2949) by
[@&#8203;mkcp](https://github.com/mkcp) in
[https://github.com/zarf-dev/zarf/pull/3053](https://github.com/zarf-dev/zarf/pull/3053)

##### New Contributors

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

**Full Changelog**:
zarf-dev/zarf@v0.40.1...v0.41.0

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chance <[email protected]>
docandrew pushed a commit that referenced this pull request Oct 17, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.29.0](v0.28.0...v0.29.0)
(2024-10-11)


### Features

* add base and identity layers
([#853](#853))
([b3f532a](b3f532a))
* add logging functional layer
([#861](#861))
([c1a67b9](c1a67b9))
* add metrics-server functional layer
([#865](#865))
([290367a](290367a))
* add monitoring layer
([#872](#872))
([5ecb040](5ecb040))
* add nightly testing for rke2
([#808](#808))
([c401419](c401419))
* add service accounts options to sso
([#852](#852))
([1029162](1029162))
* backup and restore layer, ui layer, runtime security layer
([#862](#862))
([b1d8015](b1d8015))
* grafana-ha
([#838](#838))
([d532d76](d532d76))


### Bug Fixes

* broken readme link
([#899](#899))
([6e47b11](6e47b11))
* **ci:** switch to larger runners to resolve ci disk space issues
([#882](#882))
([1af0401](1af0401))
* snapshot ci version modification and tasks for publish
([#877](#877))
([f01e5bd](f01e5bd))
* support for anywhere network policies in cilium
([#884](#884))
([5df0737](5df0737))


### Miscellaneous

* cleanup license parsing for github
([#881](#881))
([43c98ce](43c98ce))
* **deps:** update chainctl action to v0.2.3
([#864](#864))
([d782b59](d782b59))
* **deps:** update checkout action to v4.2.0
([#825](#825))
([29d1c98](29d1c98))
* **deps:** update dependency defenseunicorns/lula to v0.8.0
([#841](#841))
([fe36150](fe36150))
* **deps:** update githubactions
([#866](#866))
([44f8ea5](44f8ea5))
* **deps:** update grafana to 11.2.1
([#836](#836))
([11383c1](11383c1))
* **deps:** update grafana to v11.2.2
([#867](#867))
([06ed2c3](06ed2c3))
* **deps:** update loki nginx image to v1.27.2
([#894](#894))
([df7d427](df7d427))
* **deps:** update loki to v3.2.0
([#791](#791))
([d3c60b5](d3c60b5))
* **deps:** update metrics-server chart to v3.12.2
([#873](#873))
([e2e61ce](e2e61ce))
* **deps:** update pepr to v0.37.1
([#843](#843))
([68abcb2](68abcb2))
* **deps:** update pepr to v0.37.2
([#850](#850))
([b51f659](b51f659))
* **deps:** update prometheus operator to 0.77.1
([#819](#819))
([0864b33](0864b33))
* **deps:** update prometheus-stack
([#855](#855))
([c791c24](c791c24))
* **deps:** update prometheus-stack helm-charts to v64.0.0
([#849](#849))
([50a2588](50a2588))
* **deps:** update runtime to v0.6.0
([#897](#897))
([89ae6e2](89ae6e2))
* **deps:** update support-deps
([#890](#890))
([26ea612](26ea612))
* **deps:** update test-infra
([#875](#875))
([583f07c](583f07c))
* **deps:** update test-infra to v6.9.0
([#848](#848))
([ef9d317](ef9d317))
* **deps:** update uds to v0.17.0
([#859](#859))
([1489fef](1489fef))
* **deps:** update zarf to v0.41.0
([#857](#857))
([a390c3d](a390c3d))
* **docs:** update doc structure for site refresh
([#895](#895))
([1946a9a](1946a9a))
* fix broken link in docs
([#845](#845))
([3078a5b](3078a5b))
* fix license header references
([#901](#901))
([cf38b82](cf38b82))
* handle upgrade path for functional layers, add doc for usage
([#896](#896))
([70d6b1b](70d6b1b))
* regroup 'support dependencies' in renovate config
([#885](#885))
([640d859](640d859))
* update license
([#878](#878))
([b086170](b086170))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant