Releases: nrkno/yaml-schema-validator-github-action
Releases · nrkno/yaml-schema-validator-github-action
v5.1.0
What's Changed
- chore(deps): bump nrkno/github-workflow-semantic-release from 3.0.0 to 3.0.1 by @dependabot in #25
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #26
- chore(deps): update yamale requirement from ~=5.0.0 to ~=5.1.0 by @dependabot in #27
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #28
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #29
- chore(deps): update yamale requirement from ~=5.1.0 to ~=5.2.0 by @dependabot in #30
Full Changelog: v5.0.0...v5.1.0
v5.0.0
v4.0.1
What's Changed
- ci: add dependabot by @stigok in #8
- chore(deps): update yamale requirement from ~=4.0.2 to ~=4.0.4 by @dependabot in #10
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #9
- ci: add semantic release workflow by @stigok in #11
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v4...v4.0.1
v4.0.0
What's Changed
This updates Yamale to version 4, bringing in a breaking change along with some other improvements.
- BREAKING:
strict
is now default in Yamale, and toggleable withno-strict
. This action has done the same thing;strict
is removed, andno-strict
is introduced with a default value offalse
(strict is ENABLED) - Added tests
- Smaller Docker image; Alpine base image with Python installed.
- The main branch will move to
main
in support of inclusive naming. This will also help maintain backwards compatability with people blindly depending on@master
. - See release notes for Yamale itself for changes
- This action will now follow Yamale's major versioning scheme. This action version will be tagged
v4
. master
branch is retained until further notice. Plan is to add a deprecation notice withing that branch to notify users of the new versioning scheme.
Full Changelog: v0.2.0...v4.0.0
0.2.0
2dce0d0 chore: bump yamale to 2.2.0
270dcdf fix: use a nonexistent user and group instead of nobody:nogroup
e4dfb62 fix: ignore .git in dockerignore
bf73697 fix: Use alpine image for faster build (@ibiqlik)
d02b841 chore: add MIT license
7de1aef docs: add an invalid testing file
d2a2e95 docs: add versioning information
Edit: Bump to 0.2.0 instead of 0.1.1 because yamale bumped a minor.
v0.1.0 Initial release
This is the first release. Please report issues you may encounter.
v0.0.1-pre2
fix: fail early if schema doesn't exist
v0.0.1-pre1
docs: add readme
v0.0.1-pre
First test release