Releases: giantswarm/schemalint
Releases · giantswarm/schemalint
v2.6.0
Added
- Add pre-commit hooks
v2.5.1
- Update schemalint version in the GitHub action.
v2.5.0
- Don't check
cluster
in cluster-app ruleset, because that property should never be modified, and it is used for configuring cluster chart. - Don't check
providerIntegration
in cluster-app ruleset, because here we have static properties that are set only in the provider-specific charts.
v2.4.0
- Don't check
global.apps
in cluster-app ruleset, so we can have empty objects without defined properties (until we auto-generate full schemas from actual app schemas).
v2.3.1
v2.3.0
v2.3.0-alpha.0
v2.3.0-alpha.0 pre-release for purposes of supporting testing of cluster apps refactoring.
Currently the schema linting is failing in refactored cluster apps, which is blocking progress. This alpha release will be used to unblock the current work in progress. See pull request for more details #120.