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

[bitnami/node-exporter] Release 4.5.3 #31574

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/node-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 4.5.2 (2025-01-17)
## 4.5.3 (2025-01-24)

* [bitnami/node-exporter] Release 4.5.2 ([#31438](https://github.com/bitnami/charts/pull/31438))
* [bitnami/node-exporter] Release 4.5.3 ([#31574](https://github.com/bitnami/charts/pull/31574))

## <small>4.5.2 (2025-01-17)</small>

* [bitnami/node-exporter] Release 4.5.2 (#31438) ([5b52be5](https://github.com/bitnami/charts/commit/5b52be5d111931d193fe2abd369838f2b8368299)), closes [#31438](https://github.com/bitnami/charts/issues/31438)

## <small>4.5.1 (2025-01-13)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/node-exporter/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
generated: "2025-01-13T02:46:45.975025113Z"
version: 2.29.1
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
generated: "2025-01-24T15:26:27.539173073Z"
4 changes: 2 additions & 2 deletions bitnami/node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: node-exporter
image: docker.io/bitnami/node-exporter:1.8.2-debian-12-r14
image: docker.io/bitnami/node-exporter:1.8.2-debian-12-r15
apiVersion: v2
appVersion: 1.8.2
dependencies:
Expand All @@ -28,4 +28,4 @@ maintainers:
name: node-exporter
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/node-exporter
version: 4.5.2
version: 4.5.3
2 changes: 1 addition & 1 deletion bitnami/node-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ serviceAccount:
image:
registry: docker.io
repository: bitnami/node-exporter
tag: 1.8.2-debian-12-r14
tag: 1.8.2-debian-12-r15
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading