From 75a8bf7a5088115b8dd6ec5f1b53894cb8806894 Mon Sep 17 00:00:00 2001 From: Miguel Ruiz Date: Wed, 16 Oct 2024 11:36:55 +0200 Subject: [PATCH] [bitnami/pytorch] Remove wrong entries from image verification (#29916) Signed-off-by: Michael Faherty <80599490+mike12806@users.noreply.github.com> --- bitnami/pytorch/CHANGELOG.md | 8 ++++++-- bitnami/pytorch/Chart.yaml | 2 +- bitnami/pytorch/templates/NOTES.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bitnami/pytorch/CHANGELOG.md b/bitnami/pytorch/CHANGELOG.md index d0e70809cf63c3..bac8b7ebc27b79 100644 --- a/bitnami/pytorch/CHANGELOG.md +++ b/bitnami/pytorch/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 4.2.18 (2024-09-19) +## 4.2.19 (2024-10-16) -* [bitnami/pytorch] Release 4.2.18 ([#29516](https://github.com/bitnami/charts/pull/29516)) +* [bitnami/pytorch] Remove wrong entries from image verification ([#29916](https://github.com/bitnami/charts/pull/29916)) + +## 4.2.18 (2024-09-19) + +* [bitnami/pytorch] Release 4.2.18 (#29516) ([6d40617](https://github.com/bitnami/charts/commit/6d4061783e317fd6bdb13116bb694f3d200684f2)), closes [#29516](https://github.com/bitnami/charts/issues/29516) ## 4.2.17 (2024-09-15) diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index 440a652e588fb5..87ba6e94c75c69 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -33,4 +33,4 @@ maintainers: name: pytorch sources: - https://github.com/bitnami/charts/tree/main/bitnami/pytorch -version: 4.2.18 +version: 4.2.19 diff --git a/bitnami/pytorch/templates/NOTES.txt b/bitnami/pytorch/templates/NOTES.txt index 29ae9e9644ae44..1453ea3d86b7d5 100644 --- a/bitnami/pytorch/templates/NOTES.txt +++ b/bitnami/pytorch/templates/NOTES.txt @@ -65,4 +65,4 @@ Examples for the different methods can be found in the README. {{ include "pytorch.validateValues" . }} {{ include "pytorch.checkRollingTags" . }} {{- include "common.warnings.resources" (dict "sections" (list "" "volumePermissions") "context" $) }} -{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.cloneFilesFromGit .Values.git .Values.volumePermissions.image) "context" $) }} \ No newline at end of file +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.git .Values.volumePermissions.image) "context" $) }}