Skip to content

Commit 2b56a4b

Browse files
authored
bump chart version to 1.1.1 (#74)
1 parent 62ca3d3 commit 2b56a4b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Diff for: tools/pytorchjob-generator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ helm search repo AppWrapper
2020
You should see output similar to the following:
2121
```sh
2222
NAME CHART VERSION APP VERSION DESCRIPTION
23-
mlbatch/pytorchjob-generator 1.1.0 v1beta2 An AppWrapper generator for PyTorchJobs
23+
mlbatch/pytorchjob-generator 1.1.1 v1beta2 An AppWrapper generator for PyTorchJobs
2424
```
2525

2626
## Configuring the Job

Diff for: tools/pytorchjob-generator/chart/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: pytorchjob-generator
33
description: An AppWrapper generator for PyTorchJobs
44
type: application
5-
version: 1.1.0
5+
version: 1.1.1
66
appVersion: "v1beta2"

Diff for: tools/pytorchjob-generator/chart/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An AppWrapper generator for PyTorchJobs
44

5-
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1beta2](https://img.shields.io/badge/AppVersion-v1beta2-informational?style=flat-square)
5+
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1beta2](https://img.shields.io/badge/AppVersion-v1beta2-informational?style=flat-square)
66

77
## Overview
88

Diff for: tools/pytorchjob-generator/chart/tests/__snapshot__/helloworld_test.yaml.snap

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adding Volume Mounts:
44
kind: AppWrapper
55
metadata:
66
annotations:
7-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
7+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
88
labels:
99
kueue.x-k8s.io/queue-name: default-queue
1010
name: my-job
@@ -143,7 +143,7 @@ Adding initContainers:
143143
kind: AppWrapper
144144
metadata:
145145
annotations:
146-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
146+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
147147
labels:
148148
kueue.x-k8s.io/queue-name: default-queue
149149
name: my-job
@@ -288,7 +288,7 @@ AppWrapper metadata should match snapshot:
288288
kind: AppWrapper
289289
metadata:
290290
annotations:
291-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
291+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
292292
labels:
293293
kueue.x-k8s.io/queue-name: default-queue
294294
name: my-job
@@ -407,7 +407,7 @@ AppWrapper spec should match snapshot:
407407
kind: AppWrapper
408408
metadata:
409409
annotations:
410-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
410+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
411411
labels:
412412
kueue.x-k8s.io/queue-name: default-queue
413413
name: my-job
@@ -526,7 +526,7 @@ Enabling NVMe:
526526
kind: AppWrapper
527527
metadata:
528528
annotations:
529-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
529+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
530530
labels:
531531
kueue.x-k8s.io/queue-name: default-queue
532532
name: my-job
@@ -675,7 +675,7 @@ Enabling RoCE GDR:
675675
kind: AppWrapper
676676
metadata:
677677
annotations:
678-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
678+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
679679
labels:
680680
kueue.x-k8s.io/queue-name: default-queue
681681
name: my-job
@@ -826,7 +826,7 @@ Enabling all advanced features at once:
826826
kind: AppWrapper
827827
metadata:
828828
annotations:
829-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
829+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
830830
labels:
831831
kueue.x-k8s.io/queue-name: default-queue
832832
name: my-job
@@ -1081,7 +1081,7 @@ Enabling sshGitConfig injects the envvars, volumes, and volumeMounts:
10811081
kind: AppWrapper
10821082
metadata:
10831083
annotations:
1084-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.0
1084+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.1
10851085
labels:
10861086
kueue.x-k8s.io/queue-name: default-queue
10871087
name: my-job

0 commit comments

Comments
 (0)