From e47bbb4f1f57e1eea55f96f3c5641ce8564930af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 10 Dec 2024 18:30:17 +0100 Subject: [PATCH] [bitnami/contour] Detect non-standard images (#30874) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/contour] Detect non-standard images Signed-off-by: Carlos Rodríguez Hernández * Update NOTES.txt Signed-off-by: Carlos Rodríguez Hernández * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/contour/CHANGELOG.md | 10 ++++++++-- bitnami/contour/Chart.lock | 6 +++--- bitnami/contour/Chart.yaml | 2 +- bitnami/contour/README.md | 19 ++++++++++++------- bitnami/contour/templates/NOTES.txt | 3 ++- bitnami/contour/values.yaml | 5 +++++ 6 files changed, 31 insertions(+), 14 deletions(-) diff --git a/bitnami/contour/CHANGELOG.md b/bitnami/contour/CHANGELOG.md index 6cded315c9adc3..ad29699e2f028f 100644 --- a/bitnami/contour/CHANGELOG.md +++ b/bitnami/contour/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog -## 19.3.2 (2024-12-03) +## 19.4.0 (2024-12-10) -* [bitnami/contour] Release 19.3.2 ([#30745](https://github.com/bitnami/charts/pull/30745)) +* [bitnami/contour] Detect non-standard images ([#30874](https://github.com/bitnami/charts/pull/30874)) + +## 19.3.2 (2024-12-03) + +* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711) +* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 1) (#30660) ([7409ca4](https://github.com/bitnami/charts/commit/7409ca4c21869fabe1532dd4f3ff24895df71c6d)), closes [#30660](https://github.com/bitnami/charts/issues/30660) +* [bitnami/contour] Release 19.3.2 (#30745) ([10a3f22](https://github.com/bitnami/charts/commit/10a3f22fc74836fcf48e9d4d1bb4b025164d1afe)), closes [#30745](https://github.com/bitnami/charts/issues/30745) ## 19.3.1 (2024-11-07) diff --git a/bitnami/contour/Chart.lock b/bitnami/contour/Chart.lock index 81a24148b8dd01..72bfa6854ba12a 100644 --- a/bitnami/contour/Chart.lock +++ b/bitnami/contour/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.27.2 -digest: sha256:6fd86cc5a4b5094abca1f23c8ec064e75e51eceaded94a5e20977274b2abb576 -generated: "2024-12-03T22:21:49.804261186Z" + version: 2.28.0 +digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74 +generated: "2024-12-10T16:53:36.402681+01:00" diff --git a/bitnami/contour/Chart.yaml b/bitnami/contour/Chart.yaml index bf3260a93df7fc..1b7c5aa4814900 100644 --- a/bitnami/contour/Chart.yaml +++ b/bitnami/contour/Chart.yaml @@ -32,4 +32,4 @@ maintainers: name: contour sources: - https://github.com/bitnami/charts/tree/main/bitnami/contour -version: 19.3.2 +version: 19.4.0 diff --git a/bitnami/contour/README.md b/bitnami/contour/README.md index 5fdeec31566f54..19a6be18302896 100644 --- a/bitnami/contour/README.md +++ b/bitnami/contour/README.md @@ -186,13 +186,14 @@ As an alternative, you can use of the preset configurations for pod affinity, po ### Global parameters -| Name | Description | Value | -| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -| `global.imageRegistry` | Global Docker image registry | `""` | -| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | -| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` | -| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` | -| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` | +| Name | Description | Value | +| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | +| `global.imageRegistry` | Global Docker image registry | `""` | +| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | +| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` | +| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` | +| `global.security.allowInsecureImages` | Allows skipping image verification | `false` | +| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` | ### Common parameters @@ -704,6 +705,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 19.4.0 + +This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850). + Please carefully read through the guide "Upgrading Contour" at . ### To 15.0.0 diff --git a/bitnami/contour/templates/NOTES.txt b/bitnami/contour/templates/NOTES.txt index a7de4b5825669a..42d96c1b770023 100644 --- a/bitnami/contour/templates/NOTES.txt +++ b/bitnami/contour/templates/NOTES.txt @@ -41,4 +41,5 @@ Did you know there are enterprise versions of the Bitnami catalog? For enhanced {{- include "common.warnings.rollingTag" .Values.contour.image }} {{- include "common.warnings.rollingTag" .Values.envoy.image }} {{- include "common.warnings.resources" (dict "sections" (list "contour" "defaultBackend" "envoy" "envoy.shutdownManager") "context" $) }} -{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.contour.image .Values.envoy.image .Values.defaultBackend.image) "context" $) }} \ No newline at end of file +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.contour.image .Values.envoy.image .Values.defaultBackend.image) "context" $) }} +{{- include "common.errors.insecureImages" (dict "images" (list .Values.contour.image .Values.envoy.image .Values.defaultBackend.image) "context" $) }} diff --git a/bitnami/contour/values.yaml b/bitnami/contour/values.yaml index 3def4e07580edc..7d5e45dd483fb2 100644 --- a/bitnami/contour/values.yaml +++ b/bitnami/contour/values.yaml @@ -21,6 +21,11 @@ global: imagePullSecrets: [] defaultStorageClass: "" storageClass: "" + ## Security parameters + ## + security: + ## @param global.security.allowInsecureImages Allows skipping image verification + allowInsecureImages: false ## Compatibility adaptations for Kubernetes platforms ## compatibility: