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.1 #31572

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
6 changes: 5 additions & 1 deletion bitnami/nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 9.0.1 (2025-01-24)

* [bitnami/nats] Release 9.0.1 ([#31572](https://github.com/bitnami/charts/pull/31572))

## 9.0.0 (2025-01-23)

* [bitnami/nats] NATS chart based on scratch image ([#31516](https://github.com/bitnami/charts/pull/31516))
* [bitnami/nats] NATS chart based on scratch image (#31516) ([37c61ed](https://github.com/bitnami/charts/commit/37c61ed57feb0c18938fc18ce7099e51662d924a)), closes [#31516](https://github.com/bitnami/charts/issues/31516)

## <small>8.5.4 (2025-01-23)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/nats/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-17T04:09:57.934269641Z"
version: 2.29.1
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
generated: "2025-01-24T15:18:30.502094915Z"
8 changes: 4 additions & 4 deletions bitnami/nats/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: nats
image: docker.io/bitnami/nats:2.10.24-debian-12-r3
image: docker.io/bitnami/nats:2.10.25-debian-12-r0
- name: nats-exporter
image: docker.io/bitnami/nats-exporter:0.16.0-debian-12-r2
image: docker.io/bitnami/nats-exporter:0.16.0-debian-12-r3
apiVersion: v2
appVersion: 2.10.24
appVersion: 2.10.25
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -31,4 +31,4 @@ maintainers:
name: nats
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nats
version: 9.0.0
version: 9.0.1
2 changes: 1 addition & 1 deletion bitnami/nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,4 +542,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
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.24-debian-12-r3
tag: 2.10.25-debian-12-r0
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-r2
tag: 0.16.0-debian-12-r3
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
Loading