Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

fix(container): update vector group #2923

Merged
merged 1 commit into from
Sep 22, 2023
Merged

fix(container): update vector group #2923

merged 1 commit into from
Sep 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
timberio/vector patch 0.32.1-debian -> 0.32.2-debian
vector (source) minor 0.24.1 -> 0.25.0

Release Notes

vectordotdev/helm-charts (vector)

v0.25.0

Compare Source

Vector
Bug Fixes
Features

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 if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@midnight-bot-6658 midnight-bot-6658 bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Sep 20, 2023
@midnight-bot-6658
Copy link
Contributor

Path: cluster/apps/monitoring/vector/agent/helm-release.yaml

@@ -137,7 +137,7 @@
 template:
 metadata:
 annotations:
- checksum/config: 2b9902530d436fe323ecb81dc4919663863f3003a0cb59b1a3c106e51585e315
+ checksum/config: 202bdd6a04d63e7d480147dd86eb9cd2f160c2100636b823df2f7d0d39345c5d
 labels:
 app.kubernetes.io/name: vector
 app.kubernetes.io/instance: vector
@@ -150,7 +150,7 @@
 - name: vector
 securityContext:
 privileged: true
- image: "timberio/vector:0.32.1-debian"
+ image: "timberio/vector:0.32.2-debian"
 imagePullPolicy: IfNotPresent
 args:
 - --config-dir

@midnight-bot-6658
Copy link
Contributor

Path: cluster/apps/monitoring/vector/aggregator/helm-release.yaml

@@ -200,7 +200,7 @@
 template:
 metadata:
 annotations:
- checksum/config: 396cca2699d89a28f2412fbb569a268e039be2d6df5a945f1201cbf486054d7e
+ checksum/config: 3f922de659613d4074eeb60ae6be685708a72ee38d424ed657c3aac79dbedc44
 labels:
 app.kubernetes.io/name: vector
 app.kubernetes.io/instance: vector
@@ -211,7 +211,7 @@
 dnsPolicy: ClusterFirst
 containers:
 - name: vector
- image: "timberio/vector:0.32.1-debian"
+ image: "timberio/vector:0.32.2-debian"
 imagePullPolicy: IfNotPresent
 args:
 - --config-dir

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@midnight-bot-6658
Copy link
Contributor

midnight-bot-6658 bot commented Sep 20, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.75s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 3.31s
✅ YAML prettier 2 0 0.56s
✅ YAML yamllint 2 0 0.28s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| docker     | timberio/vector | 0.32.1 | 0.32.2 |
| helm       | vector          | 0.24.1 | 0.25.0 |
@renovate renovate bot changed the title fix(container): update image timberio/vector to v0.32.2 fix(container): update vector group Sep 21, 2023
@midnight-bot-6658
Copy link
Contributor

Path: cluster/apps/monitoring/vector/aggregator/helm-release.yaml
Version: 0.24.1 -> 0.25.0

@@ -200,7 +200,7 @@
 template:
 metadata:
 annotations:
- checksum/config: 396cca2699d89a28f2412fbb569a268e039be2d6df5a945f1201cbf486054d7e
+ checksum/config: c5821461cbaf66b7b6fcafd67f6fe730f986b31e4e90e3d1dc1b1caca28daf61
 labels:
 app.kubernetes.io/name: vector
 app.kubernetes.io/instance: vector
@@ -211,7 +211,7 @@
 dnsPolicy: ClusterFirst
 containers:
 - name: vector
- image: "timberio/vector:0.32.1-debian"
+ image: "timberio/vector:0.32.2-debian"
 imagePullPolicy: IfNotPresent
 args:
 - --config-dir

@midnight-bot-6658
Copy link
Contributor

Path: cluster/apps/monitoring/vector/agent/helm-release.yaml
Version: 0.24.1 -> 0.25.0

@@ -137,7 +137,7 @@
 template:
 metadata:
 annotations:
- checksum/config: 2b9902530d436fe323ecb81dc4919663863f3003a0cb59b1a3c106e51585e315
+ checksum/config: 565d709d28fa3f1430d870e1fc06eefb26a4cf3fea5289f94b2366317559cb25
 labels:
 app.kubernetes.io/name: vector
 app.kubernetes.io/instance: vector
@@ -150,7 +150,7 @@
 - name: vector
 securityContext:
 privileged: true
- image: "timberio/vector:0.32.1-debian"
+ image: "timberio/vector:0.32.2-debian"
 imagePullPolicy: IfNotPresent
 args:
 - --config-dir

@claughinghouse claughinghouse merged commit 9b666f5 into main Sep 22, 2023
11 checks passed
@renovate renovate bot deleted the renovate/vector branch September 22, 2023 14:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/cluster Changes made in the cluster directory renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant