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/nats] Release 9.0.3 #31901

Merged
merged 2 commits into from
Feb 12, 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
9 changes: 7 additions & 2 deletions bitnami/nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 9.0.2 (2025-02-07)
## 9.0.3 (2025-02-12)

* [bitnami/nats] Release 9.0.2 ([#31833](https://github.com/bitnami/charts/pull/31833))
* [bitnami/nats] Release 9.0.3 ([#31901](https://github.com/bitnami/charts/pull/31901))

## <small>9.0.2 (2025-02-07)</small>

* [bitnami/nats] Release 9.0.2 (#31833) ([c3c402f](https://github.com/bitnami/charts/commit/c3c402f1c143fb06c3cb43df4fa8bf1744920068)), closes [#31833](https://github.com/bitnami/charts/issues/31833)
* Update copyright year (#31682) ([e9f02f5](https://github.com/bitnami/charts/commit/e9f02f5007068751f7eb2270fece811e685c99b6)), closes [#31682](https://github.com/bitnami/charts/issues/31682)

## <small>9.0.1 (2025-01-24)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: nats
image: docker.io/bitnami/nats:2.10.25-debian-12-r1
image: docker.io/bitnami/nats:2.10.25-debian-12-r2
- name: nats-exporter
image: docker.io/bitnami/nats-exporter:0.16.0-debian-12-r4
image: docker.io/bitnami/nats-exporter:0.16.0-debian-12-r6
apiVersion: v2
appVersion: 2.10.25
dependencies:
Expand All @@ -31,4 +31,4 @@ maintainers:
name: nats
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nats
version: 9.0.2
version: 9.0.3
4 changes: 2 additions & 2 deletions bitnami/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/nats
tag: 2.10.25-debian-12-r1
tag: 2.10.25-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -749,7 +749,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/nats-exporter
tag: 0.16.0-debian-12-r4
tag: 0.16.0-debian-12-r6
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
Loading