We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54dba4 commit a7bf724Copy full SHA for a7bf724
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Job Manager Change Log
2
3
+## v0.6.1 Release Notes
4
+
5
+### Fixed bug where job IDs that started with a number could not be queried for.
6
7
+### Fixed display bug with error card on job details page.
8
9
## v0.6.0 Release Notes
10
11
### Applied new look-and-feel
api/jobs.yaml
@@ -398,7 +398,7 @@ definitions:
398
matches to each of these labels.
399
id:
400
type: string
401
- pattern: ^[a-zA-Z][a-zA-Z0-9_-]*$
+ pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]+$
402
description: >
403
Returns only jobs with the specified id.
404
name:
0 commit comments