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/prometheus] Release 1.4.4 #31580

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/prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.4.3 (2025-01-22)
## 1.4.4 (2025-01-24)

* [bitnami/prometheus] Remove GOSS duplicated command ([#31513](https://github.com/bitnami/charts/pull/31513))
* [bitnami/prometheus] Release 1.4.4 ([#31580](https://github.com/bitnami/charts/pull/31580))

## <small>1.4.3 (2025-01-22)</small>

* [bitnami/prometheus] Remove GOSS duplicated command (#31513) ([433437c](https://github.com/bitnami/charts/commit/433437cf7c5dca688668de467173382963febe1c)), closes [#31513](https://github.com/bitnami/charts/issues/31513)

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

Expand Down
6 changes: 3 additions & 3 deletions bitnami/prometheus/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-13T03:17:57.500487308Z"
version: 2.29.1
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
generated: "2025-01-24T16:15:23.766122412Z"
6 changes: 3 additions & 3 deletions bitnami/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: alertmanager
image: docker.io/bitnami/alertmanager:0.28.0-debian-12-r1
image: docker.io/bitnami/alertmanager:0.28.0-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r35
- name: prometheus
image: docker.io/bitnami/prometheus:2.55.1-debian-12-r6
image: docker.io/bitnami/prometheus:2.55.1-debian-12-r7
- name: thanos
image: docker.io/bitnami/thanos:0.37.2-debian-12-r2
apiVersion: v2
Expand All @@ -36,4 +36,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/prometheus
- https://github.com/prometheus/prometheus
- https://github.com/prometheus-community/helm-charts
version: 1.4.3
version: 1.4.4
4 changes: 2 additions & 2 deletions bitnami/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ alertmanager:
image:
registry: docker.io
repository: bitnami/alertmanager
tag: 0.28.0-debian-12-r1
tag: 0.28.0-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -681,7 +681,7 @@ server:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.55.1-debian-12-r6
tag: 2.55.1-debian-12-r7
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading