Releases: keikoproj/cluster-validator
Releases · keikoproj/cluster-validator
v0.4.2
NOTE: Beginning with v0.4.2
, we have switched to GitHub release semantic version tags that are prefixed with the letter v
to be more compatible with go get
and other tools. Going forward, the Docker image tag is also similarly prefixed with the letter v
.
What's Changed
Full Changelog: 0.4.0...v0.4.2
cluster-validator v0.4.1
What's Changed
Full Changelog: 0.4.0...0.4.1
v0.4.0
What's Changed
- Update GHA jobs runs-on by @tekenstam in #22
- Add dependabot configuration by @tekenstam in #21
- chore: upgrade dependencies for k8s 1.25 by @sbadla1 in #20
- build(deps): bump docker/setup-buildx-action from 1 to 3 by @dependabot in #28
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #25
- build(deps): bump actions/setup-go from 2 to 4 by @dependabot in #24
- build(deps): bump docker/build-push-action from 2 to 5 by @dependabot in #23
- build(deps): bump docker/setup-qemu-action from 1 to 3 by @dependabot in #26
- Update codecov and metadata-action GHA by @tekenstam in #33
- Update gomega and cobra to newer version by @tekenstam in #34
New Contributors
- @tekenstam made their first contribution in #22
- @sbadla1 made their first contribution in #20
- @dependabot made their first contribution in #28
Full Changelog: 0.3.0...v0.4.0
cluster-validator v0.4.0
What's Changed
- Update GHA jobs runs-on by @tekenstam in #22
- Add dependabot configuration by @tekenstam in #21
- chore: upgrade dependencies for k8s 1.25 by @sbadla1 in #20
- build(deps): bump docker/setup-buildx-action from 1 to 3 by @dependabot in #28
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #25
- build(deps): bump actions/setup-go from 2 to 4 by @dependabot in #24
- build(deps): bump docker/build-push-action from 2 to 5 by @dependabot in #23
- build(deps): bump docker/setup-qemu-action from 1 to 3 by @dependabot in #26
- Update codecov and metadata-action GHA by @tekenstam in #33
- Update gomega and cobra to newer version by @tekenstam in #34
New Contributors
- @tekenstam made their first contribution in #22
- @sbadla1 made their first contribution in #20
- @dependabot made their first contribution in #28
Full Changelog: 0.3.0...0.4.0
cluster-validator v0.3.0-alpha1
What's Changed
- fix example for field validation by @eytan-avisror in #14
- fix scoped validation example by @eytan-avisror in #15
- ValidationError as value by @garomonegro in #16
- Add cluster endpoint validator by @eytan-avisror in #19
Full Changelog: 0.2.1...0.3.0
cluster-validator v0.2.1-alpha1
What's Changed
- ValidationError restructure and readme by @garomonegro in #13
Full Changelog: 0.2.0...0.2.1
cluster-validator v0.2.0-alpha1
What's Changed
- Support jsonpath from client-go by @eytan-avisror in #10
- Add logging levels by @eytan-avisror in #11
- validate returning ValidationError by @garomonegro in #12
New Contributors
- @garomonegro made their first contribution in #12
Full Changelog: 0.1.0...0.2.0
cluster-validator v0.1.0-alpha1
Initial release of cluster-validator
What's Changed
- Add initial code by @eytan-avisror in #1
- add locking to avoid concurrent map read/writes by @eytan-avisror in #2
- downgrade cobra by @eytan-avisror in #3
- Unit tests, CI & Readme by @eytan-avisror in #4
New Contributors
- @eytan-avisror made their first contribution in #1
Full Changelog: https://github.com/keikoproj/cluster-validator/commits/0.1.0