Skip to content

Commit

Permalink
chore(deps): update vector to v0.43.0 (#1059)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/vector](https://images.chainguard.dev/directory/image/vector/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/vector))
| minor | `0.42.0` -> `0.43.0` |
|
[registry1.dso.mil/ironbank/opensource/timberio/vector](https://vector.dev/)
([source](https://repo1.dso.mil/dsop/opensource/timberio/vector)) |
minor | `0.42.0` -> `0.43.0` |
| timberio/vector | minor | `0.42.0-distroless-static` ->
`0.43.0-distroless-static` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chance <[email protected]>
Co-authored-by: Micah Nagel <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 286feb4 commit 55bf0b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/vector/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

image:
repository: registry1.dso.mil/ironbank/opensource/timberio/vector
tag: 0.42.0
tag: 0.43.0
2 changes: 1 addition & 1 deletion src/vector/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

image:
repository: cgr.dev/du-uds-defenseunicorns/vector
tag: 0.42.0
tag: 0.43.0
2 changes: 1 addition & 1 deletion src/vector/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

image:
repository: timberio/vector
tag: 0.42.0-distroless-static
tag: 0.43.0-distroless-static
6 changes: 3 additions & 3 deletions src/vector/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- timberio/vector:0.42.0-distroless-static
- timberio/vector:0.43.0-distroless-static

- name: vector
required: true
Expand All @@ -34,7 +34,7 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/timberio/vector:0.42.0
- registry1.dso.mil/ironbank/opensource/timberio/vector:0.43.0

- name: vector
required: true
Expand All @@ -48,4 +48,4 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/vector:0.42.0
- cgr.dev/du-uds-defenseunicorns/vector:0.43.0

0 comments on commit 55bf0b3

Please sign in to comment.