mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/contour] Release 19.0.4 (#29688)
* [bitnami/contour] Release 19.0.4 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/contour] Adapt Ginkgo test to accept higher versions of the same branch for Envoy Signed-off-by: David Gomez <dgomezleon@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: David Gomez <dgomezleon@vmware.com> Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -133,7 +133,10 @@ var _ = Describe("Contour:", func() {
|
|||||||
for _, contourVersion := range compatibilityMatrixSRC.Versions {
|
for _, contourVersion := range compatibilityMatrixSRC.Versions {
|
||||||
if contourVersion.Version == ("v" + contourPodVersion) {
|
if contourVersion.Version == ("v" + contourPodVersion) {
|
||||||
contourVersionFound = true
|
contourVersionFound = true
|
||||||
if contourVersion.Dependencies.Envoy == envoyPodVersion {
|
envoyDepVersionParts := strings.Split(contourVersion.Dependencies.Envoy, ".")
|
||||||
|
envoyPodVersionParts := strings.Split(envoyPodVersion, ".")
|
||||||
|
// Check that Envoy uses the same branch and it is greater or equal than the version listed in the compatibility matrix
|
||||||
|
if envoyPodVersionParts[0] == envoyDepVersionParts[0] && envoyPodVersionParts[1] == envoyDepVersionParts[1] && envoyPodVersionParts[2] >= envoyDepVersionParts[2] {
|
||||||
envoyCompatibleVersion = true
|
envoyCompatibleVersion = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 19.0.3 (2024-09-05)
|
## 19.0.4 (2024-10-04)
|
||||||
|
|
||||||
* [bitnami/contour] Release 19.0.3 ([#29234](https://github.com/bitnami/charts/pull/29234))
|
* [bitnami/contour] Release 19.0.4 ([#29688](https://github.com/bitnami/charts/pull/29688))
|
||||||
|
|
||||||
|
## <small>19.0.3 (2024-09-05)</small>
|
||||||
|
|
||||||
|
* [bitnami/contour] Release 19.0.3 (#29234) ([dbf9bec](https://github.com/bitnami/charts/commit/dbf9bec468d2a7f356bbc1d762559f060f34790d)), closes [#29234](https://github.com/bitnami/charts/issues/29234)
|
||||||
|
|
||||||
## <small>19.0.2 (2024-08-07)</small>
|
## <small>19.0.2 (2024-08-07)</small>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.22.0
|
version: 2.23.0
|
||||||
digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74
|
digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14
|
||||||
generated: "2024-09-05T22:23:54.376909996Z"
|
generated: "2024-10-02T00:06:27.278135593Z"
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ annotations:
|
|||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
images: |
|
images: |
|
||||||
- name: contour
|
- name: contour
|
||||||
image: docker.io/bitnami/contour:1.30.0-debian-12-r5
|
image: docker.io/bitnami/contour:1.30.0-debian-12-r6
|
||||||
- name: envoy
|
- name: envoy
|
||||||
image: docker.io/bitnami/envoy:1.31.0-debian-12-r3
|
image: docker.io/bitnami/envoy:1.31.2-debian-12-r0
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: docker.io/bitnami/nginx:1.27.1-debian-12-r3
|
image: docker.io/bitnami/nginx:1.27.1-debian-12-r5
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.30.0
|
appVersion: 1.30.0
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -32,4 +32,4 @@ maintainers:
|
|||||||
name: contour
|
name: contour
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/contour
|
- https://github.com/bitnami/charts/tree/main/bitnami/contour
|
||||||
version: 19.0.3
|
version: 19.0.4
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ contour:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/contour
|
repository: bitnami/contour
|
||||||
tag: 1.30.0-debian-12-r5
|
tag: 1.30.0-debian-12-r6
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
@@ -663,7 +663,7 @@ envoy:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/envoy
|
repository: bitnami/envoy
|
||||||
tag: 1.31.0-debian-12-r3
|
tag: 1.31.2-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
@@ -1334,7 +1334,7 @@ defaultBackend:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/nginx
|
repository: bitnami/nginx
|
||||||
tag: 1.27.1-debian-12-r3
|
tag: 1.27.1-debian-12-r5
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|||||||
Reference in New Issue
Block a user