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

feat(container): update vector group #1818

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

wyoa-bot[bot]
Copy link
Contributor

@wyoa-bot wyoa-bot bot commented Jan 2, 2024

This PR contains the following updates:

Package Update Change
timberio/vector minor 0.34.1-debian -> 0.42.0-debian
vector (source) minor 0.29.0 -> 0.37.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vectordotdev/helm-charts (vector)

v0.37.0

Compare Source

Vector
Features

v0.36.1

Compare Source

Vector
Bug Fixes

v0.36.0

Compare Source

Vector
Features

v0.35.3

Compare Source

Vector
Bug Fixes

v0.35.2

Compare Source

Vector
Bug Fixes

v0.35.1

Compare Source

Vector
Bug Fixes

v0.35.0

Compare Source

Vector
Features
  • Update Vector to v0.40.0 (037dce3)

v0.34.0

Compare Source

Vector
Bug Fixes
Features

v0.33.0

Compare Source

Vector
Bug Fixes
  • Have psp support hostNetwork: true when podHostNetwork is true (#​385) (b23cf1f)
Features
  • Bump Vector version to v0.38.0 (f430315)

v0.32.1

Compare Source

Vector
Bug Fixes

v0.32.0

Compare Source

Vector
Features

v0.31.1

Compare Source

Vector
Bug Fixes

v0.31.0

Compare Source

Vector
Features
  • Bump Vector version to v0.36.0 (a2f8c8a)

v0.30.2

Compare Source

Vector
Bug Fixes

v0.30.0

Compare Source

Vector
Features

v0.29.1

Compare Source

Vector
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 Renovate Bot.

@wyoa-bot wyoa-bot bot requested a review from jr0dd as a code owner January 2, 2024 18:03
@wyoa-bot wyoa-bot bot added renovate/container type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Jan 2, 2024
@wyoa-bot
Copy link
Contributor Author

wyoa-bot bot commented Jan 2, 2024

Path: cluster/apps/monitoring/vector/aggregator/helm-release.yaml%0AVersion: 0.29.0 -> 0.37.0%0A%0Adiff%0A@@ -165,10 +165,11 @@%0A app.kubernetes.io/name: vector%0A app.kubernetes.io/instance: vector%0A app.kubernetes.io/component: Stateless-Aggregator%0A+ minReadySeconds: 0%0A template:%0A metadata:%0A annotations:%0A- checksum/config: c3575e089353e0a2520608a8eaec91e2d1c13f9b7deb76f5378dd3c1171b8c61%0A+ checksum/config: b2eb6a3ec7c9c837920fc4be12aaf5705a23d599a3c2ef80e56eca63f38e4711%0A labels:%0A app.kubernetes.io/name: vector%0A app.kubernetes.io/instance: vector%0A@@ -179,12 +180,14 @@%0A dnsPolicy: ClusterFirst%0A containers:%0A - name: vector%0A- image: "timberio/vector:0.34.1-debian"%0A+ image: "timberio/vector:0.42.0-debian"%0A imagePullPolicy: IfNotPresent%0A args:%0A - --config-dir%0A - /etc/vector/%0A env:%0A+ - name: VECTOR_LOG%0A+ value: "info"%0A ports:%0A - name: prom-exporter%0A containerPort: 9090%0A

@wyoa-bot
Copy link
Contributor Author

wyoa-bot bot commented Jan 2, 2024

Path: cluster/apps/monitoring/vector/agent/helm-release.yaml%0AVersion: 0.29.0 -> 0.37.0%0A%0Adiff%0A@@ -154,7 +154,7 @@%0A template:%0A metadata:%0A annotations:%0A- checksum/config: 6633d0c28837c99e8c0c7c2b62a7532c28692e8c9017ddabec5802cf850fd114%0A+ checksum/config: 02799fa2516d082d0a5a134614d6dca0ea13cdd6ff0b42a0a58739e578c16a80%0A labels:%0A app.kubernetes.io/name: vector%0A app.kubernetes.io/instance: vector%0A@@ -167,12 +167,14 @@%0A - name: vector%0A securityContext:%0A privileged: true%0A- image: "timberio/vector:0.34.1-debian"%0A+ image: "timberio/vector:0.42.0-debian"%0A imagePullPolicy: IfNotPresent%0A args:%0A - --config-dir%0A - /etc/vector/%0A env:%0A+ - name: VECTOR_LOG%0A+ value: "info"%0A - name: VECTOR_SELF_NODE_NAME%0A valueFrom:%0A fieldRef:%0A@@ -189,8 +191,6 @@%0A value: "/host/proc"%0A - name: SYSFS_ROOT%0A value: "/host/sys"%0A- - name: VECTOR_LOG%0A- value: "info"%0A ports:%0A - name: loki-journal%0A containerPort: 6000%0A

@wyoa-bot
Copy link
Contributor Author

wyoa-bot bot commented Jan 2, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ YAML yamllint 2 0 0.2s

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

@wyoa-bot wyoa-bot bot changed the title fix(container): update image timberio/vector to v0.34.2 fix(container): update vector group Jan 2, 2024
@wyoa-bot wyoa-bot bot changed the title fix(container): update vector group feat(container): update vector group Jan 8, 2024
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 4 times, most recently from 5bc97d3 to 20e76b8 Compare February 14, 2024 20:06
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 2 times, most recently from 90be173 to 51bf876 Compare March 11, 2024 20:07
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 2 times, most recently from 552294d to 9eb9b79 Compare March 26, 2024 20:06
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 2 times, most recently from 537b55a to bffd697 Compare April 10, 2024 16:07
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 2 times, most recently from 783509d to f3799d5 Compare May 7, 2024 20:06
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 2 times, most recently from 8d08696 to a9024da Compare June 17, 2024 20:08
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 2 times, most recently from 16bf10f to 7f32110 Compare July 29, 2024 20:09
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 3 times, most recently from 5c5be28 to 2332b91 Compare September 9, 2024 20:10
@wyoa-bot wyoa-bot bot force-pushed the renovate/vector branch 2 times, most recently from 0ed7d6c to 31c287e Compare September 11, 2024 20:10
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| docker     | timberio/vector | 0.34.1 | 0.42.0 |
| helm       | vector          | 0.29.0 | 0.37.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

0 participants