Skip to content

Commit

Permalink
[bitnami/contour] Release 19.5.2 (#31343)
Browse files Browse the repository at this point in the history
* [bitnami/contour] Release 19.5.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CRDs automatically

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Jan 13, 2025
1 parent 946b638 commit 03e6250
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions bitnami/contour/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 19.5.1 (2025-01-12)
## 19.5.2 (2025-01-13)

* [bitnami/contour] Release 19.5.1 ([#31311](https://github.com/bitnami/charts/pull/31311))
* [bitnami/contour] Release 19.5.2 ([#31343](https://github.com/bitnami/charts/pull/31343))

## <small>19.5.1 (2025-01-12)</small>

* [bitnami/contour] Release 19.5.1 (#31311) ([6078445](https://github.com/bitnami/charts/commit/6078445d8d73a914d715194ccbe7b2a4fd1aa84b)), closes [#31311](https://github.com/bitnami/charts/issues/31311)

## 19.5.0 (2025-01-07)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/contour/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: contour
image: docker.io/bitnami/contour:1.30.1-debian-12-r4
image: docker.io/bitnami/contour:1.30.2-debian-12-r0
- name: envoy
image: docker.io/bitnami/envoy:1.31.5-debian-12-r0
- name: nginx
image: docker.io/bitnami/nginx:1.27.3-debian-12-r5
apiVersion: v2
appVersion: 1.30.1
appVersion: 1.30.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -32,4 +32,4 @@ maintainers:
name: contour
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/contour
version: 19.5.1
version: 19.5.2
2 changes: 1 addition & 1 deletion bitnami/contour/templates/crds/contour-crds.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/projectcontour/contour/v{version}/examples/contour/01-crds.yaml
# Version: 1.30.1
# Version: 1.30.2
# Conditional: .Values.contour.manageCRDs
{{- if .Values.contour.manageCRDs }}
---
Expand Down
2 changes: 1 addition & 1 deletion bitnami/contour/templates/crds/gateway-api-crds.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/projectcontour/contour/v{version}/examples/gateway/00-crds.yaml
# Version: 1.30.1
# Version: 1.30.2
# Conditional: .Values.gatewayAPI.manageCRDs
{{- if .Values.gatewayAPI.manageCRDs }}
# Copyright 2024 The Kubernetes Authors.
Expand Down
2 changes: 1 addition & 1 deletion bitnami/contour/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ contour:
image:
registry: docker.io
repository: bitnami/contour
tag: 1.30.1-debian-12-r4
tag: 1.30.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit 03e6250

Please sign in to comment.