Skip to content

Commit

Permalink
chore(deps): update vector to 0.43.1 (#1107)
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))
| patch | `0.43.0` -> `0.43.1` |
|
[registry1.dso.mil/ironbank/opensource/timberio/vector](https://vector.dev/)
([source](https://repo1.dso.mil/dsop/opensource/timberio/vector)) |
patch | `0.43.0` -> `0.43.1` |
| timberio/vector | patch | `0.43.0-distroless-static` ->
`0.43.1-distroless-static` |
| [vector](https://vector.dev/)
([source](https://redirect.github.com/vectordotdev/helm-charts)) | patch
| `0.38.0` -> `0.38.1` |

---

### Release Notes

<details>
<summary>vectordotdev/helm-charts (vector)</summary>

###
[`v0.38.1`](https://redirect.github.com/vectordotdev/helm-charts/blob/HEAD/CHANGELOG.md#vector-0381---2024-12-11)

[Compare
Source](https://redirect.github.com/vectordotdev/helm-charts/compare/vector-0.38.0...vector-0.38.1)

##### Vector

##### Bug Fixes

- Allow empty workloadResourceAnnotations
([#&#8203;435](https://redirect.github.com/vectordotdev/helm-charts/issues/435))
([516885f](https://redirect.github.com/vectordotdev/helm-charts/commit/516885fb923d68023ed3b4f07bf919d3408de6bb))

##### Features

- Bump Vector to v0.43.1
([#&#8203;437](https://redirect.github.com/vectordotdev/helm-charts/issues/437))
([61659e8](https://redirect.github.com/vectordotdev/helm-charts/commit/61659e812d036bdf3cd23305dcaebf5aa9fc5432))

</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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent e4c0f61 commit 2f6c8b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/vector/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
localPath: ../chart
- name: vector
url: https://helm.vector.dev
version: 0.38.0
version: 0.38.1
namespace: vector
gitPath: charts/vector
valuesFiles:
Expand Down
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.43.0
tag: 0.43.1
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.43.0
tag: 0.43.1
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.43.0-distroless-static
tag: 0.43.1-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.43.0-distroless-static
- timberio/vector:0.43.1-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.43.0
- registry1.dso.mil/ironbank/opensource/timberio/vector:0.43.1

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

0 comments on commit 2f6c8b5

Please sign in to comment.