Skip to content

Commit dd4fcfc

Browse files
authoredNov 20, 2024··
prep for 1.1.5 release of pytorchjob-generator (#105)
1 parent ae778d1 commit dd4fcfc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
 

‎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.4 v1beta2 An AppWrapper generator for PyTorchJobs
23+
mlbatch/pytorchjob-generator 1.1.5 v1beta2 An AppWrapper generator for PyTorchJobs
2424
```
2525

2626
## Configuring the Job

‎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.4
5+
version: 1.1.5
66
appVersion: "v1beta2"

‎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.4](https://img.shields.io/badge/Version-1.1.4-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.5](https://img.shields.io/badge/Version-1.1.5-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

‎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.4
7+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
88
labels:
99
kueue.x-k8s.io/queue-name: default-queue
1010
name: my-job
@@ -165,7 +165,7 @@ Adding initContainers:
165165
kind: AppWrapper
166166
metadata:
167167
annotations:
168-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
168+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
169169
labels:
170170
kueue.x-k8s.io/queue-name: default-queue
171171
name: my-job
@@ -332,7 +332,7 @@ AppWrapper metadata should match snapshot:
332332
kind: AppWrapper
333333
metadata:
334334
annotations:
335-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
335+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
336336
labels:
337337
kueue.x-k8s.io/queue-name: default-queue
338338
name: my-job
@@ -473,7 +473,7 @@ AppWrapper spec should match snapshot:
473473
kind: AppWrapper
474474
metadata:
475475
annotations:
476-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
476+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
477477
labels:
478478
kueue.x-k8s.io/queue-name: default-queue
479479
name: my-job
@@ -614,7 +614,7 @@ Enabling NVMe:
614614
kind: AppWrapper
615615
metadata:
616616
annotations:
617-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
617+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
618618
labels:
619619
kueue.x-k8s.io/queue-name: default-queue
620620
name: my-job
@@ -785,7 +785,7 @@ Enabling RoCE GDR:
785785
kind: AppWrapper
786786
metadata:
787787
annotations:
788-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
788+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
789789
labels:
790790
kueue.x-k8s.io/queue-name: default-queue
791791
name: my-job
@@ -958,7 +958,7 @@ Enabling all advanced features at once:
958958
kind: AppWrapper
959959
metadata:
960960
annotations:
961-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
961+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
962962
labels:
963963
kueue.x-k8s.io/queue-name: default-queue
964964
name: my-job
@@ -1235,7 +1235,7 @@ Enabling sshGitConfig injects the envvars, volumes, and volumeMounts:
12351235
kind: AppWrapper
12361236
metadata:
12371237
annotations:
1238-
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
1238+
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.5
12391239
labels:
12401240
kueue.x-k8s.io/queue-name: default-queue
12411241
name: my-job

0 commit comments

Comments
 (0)