Skip to content

Commit 872f083

Browse files
chore(deps): update vector (#2315)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/rfcurated/vector](https://vector.dev) ([source](https://redirect.github.com/vectordotdev/vector)) | minor | `0.52.0-jammy-fips-rfcurated-rfhardened` → `0.53.0-jammy-fips-rfcurated-rfhardened` | | [registry1.dso.mil/ironbank/opensource/timberio/vector](https://vector.dev/) ([source](https://repo1.dso.mil/dsop/opensource/timberio/vector)) | minor | `0.52.0` → `0.53.0` | | [timberio/vector](https://redirect.github.com/vectordotdev/vector) | minor | `0.52.0-distroless-static` → `0.53.0-distroless-static` | | [vector](https://vector.dev/) ([source](https://redirect.github.com/vectordotdev/helm-charts)) | minor | `0.49.0` → `0.50.0` | --- ### Release Notes <details> <summary>vectordotdev/helm-charts (vector)</summary> ### [`v0.50.0`](https://redirect.github.com/vectordotdev/helm-charts/blob/HEAD/CHANGELOG.md#vector-0500---2026-01-27) [Compare Source](https://redirect.github.com/vectordotdev/helm-charts/compare/vector-0.49.0...vector-0.50.0) ##### Vector ##### Features - Bump Vector to 0.53.0 and update Helm docs ([ebe4be6](https://redirect.github.com/vectordotdev/helm-charts/commit/ebe4be6421a9aaeadff0f0ab77ae2f29312af2f0)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a2515f commit 872f083

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/vector/common/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ components:
1717
localPath: ../chart
1818
- name: vector
1919
url: https://helm.vector.dev
20-
version: 0.49.0
20+
version: 0.50.0
2121
namespace: vector
2222
gitPath: charts/vector
2323
valuesFiles:

src/vector/values/registry1-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
image:
55
repository: registry1.dso.mil/ironbank/opensource/timberio/vector
6-
tag: 0.52.0
6+
tag: 0.53.0

src/vector/values/unicorn-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
image:
55
repository: quay.io/rfcurated/vector
6-
tag: 0.52.0-jammy-fips-rfcurated-rfhardened
6+
tag: 0.53.0-jammy-fips-rfcurated-rfhardened

src/vector/values/upstream-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
image:
55
repository: timberio/vector
6-
tag: 0.52.0-distroless-static
6+
tag: 0.53.0-distroless-static

src/vector/zarf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
valuesFiles:
2525
- values/upstream-values.yaml
2626
images:
27-
- timberio/vector:0.52.0-distroless-static
27+
- timberio/vector:0.53.0-distroless-static
2828

2929
- name: vector
3030
required: true
@@ -38,7 +38,7 @@ components:
3838
valuesFiles:
3939
- values/registry1-values.yaml
4040
images:
41-
- registry1.dso.mil/ironbank/opensource/timberio/vector:0.52.0
41+
- registry1.dso.mil/ironbank/opensource/timberio/vector:0.53.0
4242

4343
- name: vector
4444
required: true
@@ -52,4 +52,4 @@ components:
5252
valuesFiles:
5353
- values/unicorn-values.yaml
5454
images:
55-
- quay.io/rfcurated/vector:0.52.0-jammy-fips-rfcurated-rfhardened
55+
- quay.io/rfcurated/vector:0.53.0-jammy-fips-rfcurated-rfhardened

0 commit comments

Comments
 (0)