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.2.4 #30017

Merged
merged 2 commits into from
Oct 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.2.3 (2024-10-11)
## 18.2.4 (2024-10-21)

* [bitnami/nginx] Remove duplicated (and wrong) image in verification ([#29871](https://github.com/bitnami/charts/pull/29871))
* [bitnami/nginx] Release 18.2.4 ([#30017](https://github.com/bitnami/charts/pull/30017))

## <small>18.2.3 (2024-10-14)</small>

* [bitnami/nginx] Remove duplicated (and wrong) image in verification (#29871) ([124709a](https://github.com/bitnami/charts/commit/124709a15fba391dabcc4bba849588466ecc70c4)), closes [#29871](https://github.com/bitnami/charts/issues/29871)

## <small>18.2.2 (2024-10-02)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/nginx/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.23.0
digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14
generated: "2024-09-15T00:53:22.105658013Z"
version: 2.26.0
digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08
generated: "2024-10-21T11:28:46.583519609Z"
6 changes: 3 additions & 3 deletions bitnami/nginx/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: git
image: docker.io/bitnami/git:2.46.2-debian-12-r0
image: docker.io/bitnami/git:2.47.0-debian-12-r0
- name: nginx
image: docker.io/bitnami/nginx:1.27.2-debian-12-r0
image: docker.io/bitnami/nginx:1.27.2-debian-12-r1
- name: nginx-exporter
image: docker.io/bitnami/nginx-exporter:1.3.0-debian-12-r7
apiVersion: v2
Expand All @@ -34,4 +34,4 @@ maintainers:
name: nginx
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nginx
version: 18.2.3
version: 18.2.4
4 changes: 2 additions & 2 deletions 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.2-debian-12-r0
tag: 1.27.2-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -508,7 +508,7 @@ cloneStaticSiteFromGit:
image:
registry: docker.io
repository: bitnami/git
tag: 2.46.2-debian-12-r0
tag: 2.47.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading