Releases: networkteam/vignet
Releases · networkteam/vignet
v0.5.2
Bugfix for keeping comments on same line
v0.5.1
Bugfix for validation error with JSONPath
v0.5.0
Added support for JSONPath in setField.field
v0.4.0
- Added
createFile
command
- Added
deleteFile
command
- Improved error handling and return JSON encoded errors depending on
Accept
header
- Added more end-to-end tests
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Fixed #1 by doing YAML patching in a different way.
- !!! Missing keys in a
setField
command are no longer created automatically. The create
property must be set to true
for this behaviour.
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Output error when patching failed.
v0.2.1
Added health check and HTTP logging.
v0.2.0
Provide binaries and Docker image via GoReleaser.