Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #78

Merged
merged 1 commit into from
Oct 8, 2022
Merged

Version Packages #78

merged 1 commit into from
Oct 8, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 2, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Minor Changes

  • #79 a0d4e70 Thanks @tommy351! - When validation failed, collect all errors instead of only the first one.

  • #80 8a99963 Thanks @tommy351! - - Enable verbose option in Ajv.

    • Remove nullable $ref error messages.

      When a schema like below failed.

      {
        "oneOf": [{ "$ref": "io.k8s.api.core.v1.PodSpec#" }, { "type": "null" }]
      }

      It throws a validation error like this.

      data/spec must have required property 'containers',
      data/spec must be null,
      data/spec must match exactly one schema in oneOf
      

      Only the first line in this error message is helpful. Other lines are very confused and might make developers think they should set spec as null. Such error messages are removed in this version.

      data/spec must have required property 'containers'
      

@kubernetes-models/[email protected]

Major Changes

Minor Changes

Patch Changes

[email protected]

Major Changes

Minor Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@kubernetes-models/[email protected]

Major Changes

@kubernetes-models/[email protected]

Major Changes

@kubernetes-models/[email protected]

Major Changes

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/master branch from f15ef7b to 58ebf7b Compare October 2, 2022 09:57
@github-actions github-actions bot force-pushed the changeset-release/master branch from 58ebf7b to 7d62168 Compare October 8, 2022 03:42
@tommy351 tommy351 merged commit 09ac4e6 into master Oct 8, 2022
@tommy351 tommy351 deleted the changeset-release/master branch October 8, 2022 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant