Skip to content

Commit

Permalink
[bitnami/pytorch] Release 4.3.4 (#32224)
Browse files Browse the repository at this point in the history
* [bitnami/pytorch] Release 4.3.4 updating components versions

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

* Update CHANGELOG.md

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

* Update CHANGELOG.md

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

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Mar 2, 2025
1 parent a1e4a21 commit 366c617
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
11 changes: 8 additions & 3 deletions bitnami/pytorch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 4.3.3 (2025-01-30)
## 4.3.4 (2025-03-01)

* [bitnami/pytorch] Release 4.3.3 ([#31670](https://github.com/bitnami/charts/pull/31670))
* [bitnami/pytorch] Release 4.3.4 ([#32224](https://github.com/bitnami/charts/pull/32224))

## <small>4.3.3 (2025-01-31)</small>

* [bitnami/pytorch] Release 4.3.3 (#31670) ([9d4509c](https://github.com/bitnami/charts/commit/9d4509c1d763733dcfa5ccccb9274c024d7de461)), closes [#31670](https://github.com/bitnami/charts/issues/31670)
* Update copyright year (#31682) ([e9f02f5](https://github.com/bitnami/charts/commit/e9f02f5007068751f7eb2270fece811e685c99b6)), closes [#31682](https://github.com/bitnami/charts/issues/31682)

## <small>4.3.2 (2025-01-09)</small>

Expand Down Expand Up @@ -977,7 +982,7 @@
## <small>0.0.4 (2019-05-29)</small>

* Check secondary images ([5327cfa](https://github.com/bitnami/charts/commit/5327cfa319191dd8067ce538d53f4c44edfdc012))
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321)
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79))
* Fix tensorflow and others ([6252f12](https://github.com/bitnami/charts/commit/6252f125d307e55fd638687eac09f1df8451f22f))
* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d))

Expand Down
6 changes: 3 additions & 3 deletions bitnami/pytorch/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.29.1
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
generated: "2025-01-29T23:15:40.012585959Z"
version: 2.30.0
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
generated: "2025-02-28T23:22:41.361133037Z"
8 changes: 4 additions & 4 deletions bitnami/pytorch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: git
image: docker.io/bitnami/git:2.48.1-debian-12-r3
image: docker.io/bitnami/git:2.48.1-debian-12-r8
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r35
image: docker.io/bitnami/os-shell:12-debian-12-r39
- name: pytorch
image: docker.io/bitnami/pytorch:2.6.0-debian-12-r0
image: docker.io/bitnami/pytorch:2.6.0-debian-12-r4
apiVersion: v2
appVersion: 2.6.0
dependencies:
Expand All @@ -33,4 +33,4 @@ maintainers:
name: pytorch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/pytorch
version: 4.3.3
version: 4.3.4
6 changes: 3 additions & 3 deletions bitnami/pytorch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/pytorch
tag: 2.6.0-debian-12-r0
tag: 2.6.0-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -564,7 +564,7 @@ networkPolicy:
git:
registry: docker.io
repository: bitnami/git
tag: 2.48.1-debian-12-r3
tag: 2.48.1-debian-12-r8
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -593,7 +593,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r35
tag: 12-debian-12-r39
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 366c617

Please sign in to comment.