Skip to content

[bitnami/nginx] Release 20.0.0 #33169

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

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

## 19.1.1 (2025-04-16)
## 20.0.0 (2025-04-24)

* [bitnami/nginx] Release 19.1.1 ([#33047](https://github.com/bitnami/charts/pull/33047))
* [bitnami/nginx] Release 20.0.0 ([#33169](https://github.com/bitnami/charts/pull/33169))

## <small>19.1.1 (2025-04-16)</small>

* [bitnami/nginx] Release 19.1.1 (#33047) ([9664b32](https://github.com/bitnami/charts/commit/9664b32f2d374565e8eb7c95b3ea9218242e8631)), closes [#33047](https://github.com/bitnami/charts/issues/33047)

## 19.1.0 (2025-04-11)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ annotations:
- name: git
image: docker.io/bitnami/git:2.49.0-debian-12-r5
- name: nginx
image: docker.io/bitnami/nginx:1.27.5-debian-12-r0
image: docker.io/bitnami/nginx:1.28.0-debian-12-r0
- name: nginx-exporter
image: docker.io/bitnami/nginx-exporter:1.4.1-debian-12-r14
apiVersion: v2
appVersion: 1.27.5
appVersion: 1.28.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -35,4 +35,4 @@ maintainers:
name: nginx
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nginx
version: 19.1.1
version: 20.0.0
2 changes: 1 addition & 1 deletion bitnami/nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.27.5-debian-12-r0
tag: 1.28.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading