Releases: devatherock/drone-yaml-validator
Releases · devatherock/drone-yaml-validator
3.2.0
Added
- Used
circleci-templates
to reduce circleci config - Scanned generated docker image using trivy
Changed
- chore(deps): update cimg/openjdk docker tag to v11.0.22
- chore(deps): update dependency gradle to v7.6.4
- Used
busybox
as the base image - Built the native binary in quick build mode, to reduce build time
- Combined the amd64 and arm64 images into a single multi-arch image
3.1.0
Changed
- fix(deps): update dependency org.yaml:snakeyaml to v2.2
- chore(deps): update dependency gradle to v7.6.3
- chore(deps): update alpine docker tag to v3.19.1
- chore(deps): update plugin com.diffplug.spotless to v6.25.0
Removed
- Dependency check plugin
3.0.0
Added
- #91: Allowed yamls with custom tags
- Dependency check plugin, to scan for vulnerable dependencies
Changed
- fix(deps): update dependency org.objenesis:objenesis to v3.3
- chore(deps): update plugin com.github.kt3k.coveralls to v2.12.2
- fix(deps): update dependency org.yaml:snakeyaml to v2
- chore(deps): update alpine docker tag to v20230329
- Built separate images for arm and x86
- Upgraded
java-to-native
to3.0.0
- #103: Upgraded to
scriptjar
with groovy 3 - chore(deps): update devatherock/simple-slack docker tag to v1
- chore(deps): update dependency gradle to v7.6.2
2.1.0
Added
- #69: UPX compression of generated binary
Changed
- chore: Added changelog-updater for creating missed changelog entries
- chore(deps): update dependency org.codehaus.groovy:groovy to v2.5.16
- chore(deps): update dependency alpine to v20220328
- chore: Used custom ssh key to push to github
- Used docker image with upx in CI pipeline
2.0.0
Added
- Functional tests that can be manually run to verify the dev images before releasing
- test: Used
system-rules
library to testSystem.exit
calls - chore:
Makefile
for easier testing - test: Added functional tests to CI pipeline. The
machine
executor allows executing docker commands - chore: Upgraded libraries to fix security vulnerabilities
Changed
- chore(deps): update dependency org.codehaus.groovy:groovy to v2.5.15
Removed
- #58:
vela-yaml-validator
publish, so that one imagedrone-yaml-validator
, that supports both vela and drone, can be used
1.5.0
1.4.1
Changed
- Fixed bug introduced when fixing codacy violations