Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.1"
".": "0.17.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.0](https://github.com/JorisJonkers-dev/deploy-config-schema/compare/v0.16.1...v0.17.0) (2026-07-12)


### Features

* add job workload support to healthClass schema and fragment pipeline ([86a757d](https://github.com/JorisJonkers-dev/deploy-config-schema/commit/86a757d0e90a1860b76e28f17b1c9b01f8876c28))

## [0.16.1](https://github.com/JorisJonkers-dev/deploy-config-schema/compare/v0.16.0...v0.16.1) (2026-07-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jorisjonkers-dev/deploy-config-schema",
"version": "0.16.1",
"version": "0.17.0",
"description": "JSON Schema and CLI contract for deploy and infrastructure config artifacts.",
"type": "module",
"main": "./dist/src/index.js",
Expand Down
Loading