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/nginx] Release 18.1.10 #28959

Merged
merged 2 commits into from
Aug 21, 2024
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/nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 18.1.9 (2024-08-14)
## 18.1.10 (2024-08-21)

* [bitnami/nginx] Release 18.1.9 ([#28886](https://github.com/bitnami/charts/pull/28886))
* [bitnami/nginx] Release 18.1.10 ([#28959](https://github.com/bitnami/charts/pull/28959))

## <small>18.1.9 (2024-08-14)</small>

* [bitnami/nginx] Release 18.1.9 (#28886) ([1dccc11](https://github.com/bitnami/charts/commit/1dccc11c8e8cfa80aad6fc6628d1edc02c49b4a4)), closes [#28886](https://github.com/bitnami/charts/issues/28886)

## <small>18.1.8 (2024-08-13)</small>

Expand Down
4 changes: 2 additions & 2 deletions bitnami/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotations:
- name: git
image: docker.io/bitnami/git:2.46.0-debian-12-r0
- name: nginx
image: docker.io/bitnami/nginx:1.27.1-debian-12-r0
image: docker.io/bitnami/nginx:1.27.1-debian-12-r1
- name: nginx-exporter
image: docker.io/bitnami/nginx-exporter:1.3.0-debian-12-r2
apiVersion: v2
Expand All @@ -34,4 +34,4 @@ maintainers:
name: nginx
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nginx
version: 18.1.9
version: 18.1.10
2 changes: 1 addition & 1 deletion bitnami/nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.27.1-debian-12-r0
tag: 1.27.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading