Skip to content

Commit 468bcf2

Browse files
chore(main): release 0.18.0 (#44)
1 parent 0137314 commit 468bcf2

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.17.0"
2+
".": "0.18.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.18.0](https://github.com/JorisJonkers-dev/deploy-config-schema/compare/v0.17.0...v0.18.0) (2026-07-12)
4+
5+
6+
### Features
7+
8+
* **job-workload:** add ttlSecondsAfterFinished:3600 to rendered Job manifests ([#43](https://github.com/JorisJonkers-dev/deploy-config-schema/issues/43)) ([0137314](https://github.com/JorisJonkers-dev/deploy-config-schema/commit/0137314ceb152866f0ba3b925c5c31ffa99b9a6a))
9+
310
## [0.17.0](https://github.com/JorisJonkers-dev/deploy-config-schema/compare/v0.16.1...v0.17.0) (2026-07-12)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jorisjonkers-dev/deploy-config-schema",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "JSON Schema and CLI contract for deploy and infrastructure config artifacts.",
55
"type": "module",
66
"main": "./dist/src/index.js",

0 commit comments

Comments
 (0)