feat(common): Release 3.2.0 (#318)

Signed-off-by: Gavin Mogan <git@gavinmogan.com>
Co-authored-by: Gavin Mogan <git@gavinmogan.com>
Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
This commit is contained in:
Bernd Schorgers 2024-05-23 11:54:12 +02:00 committed by GitHub
parent 6cbaa61a4f
commit 4a5f448abd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 248 additions and 53 deletions

View file

@ -7,6 +7,10 @@
"type": "boolean",
"default": true
},
"includeInChecksum": {
"type": "boolean",
"default": true
},
"annotations": {
"$ref": "definitions.json#/annotations"
},

View file

@ -229,6 +229,9 @@
"timeZone": {
"type": "string"
},
"activeDeadlineSeconds": {
"type": "integer"
},
"ttlSecondsAfterFinished": {
"type": "integer"
}
@ -254,6 +257,9 @@
"type": "boolean",
"default": false
},
"activeDeadlineSeconds": {
"type": "integer"
},
"ttlSecondsAfterFinished": {
"type": "integer"
}

View file

@ -7,6 +7,10 @@
"type": "boolean",
"default": true
},
"includeInChecksum": {
"type": "boolean",
"default": true
},
"annotations": {
"$ref": "definitions.json#/annotations"
},