instrumenta / kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions
https://kubeval.com
Other
3.16k stars 229 forks source link

Bump github.com/xeipuuv/gojsonschema from 0.0.0-20180816142147-da425ebb7609 to 1.2.0 #361

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/xeipuuv/gojsonschema from 0.0.0-20180816142147-da425ebb7609 to 1.2.0.

Release notes

Sourced from github.com/xeipuuv/gojsonschema's releases.

v1.2.0

  • Fix a race condition when registering new formats. #241
  • Improve the performance of uniqueItems. #245
  • Fix an issue where integers would be shown as a fraction #248
  • Require format to be of type string and formats can now be registered after a schema is parsed. #249
  • Improve the handling of true and false schema. #267
  • Fix an issue where an invalid schema would cause a panic. #269
  • Properly handle file URIs that contain spaces. #272

v1.1.0

  • Adds the ability to explicitly use draft-04, draft-06 and draft-07 modes. #219
  • Improved error messages for "uniqueItems". #220
  • Fix rounding issues with "multipleOf". #223

v1.0

Initial release

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)