Update dependency losisin/helm-values-schema-json to v2 #289
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.4.1->v2.3.0Release Notes
losisin/helm-values-schema-json (losisin/helm-values-schema-json)
v2.3.0Compare Source
What's Changed
See: Upgrade
helm schemafrom v2.2 to v2.3Added
feat: support '.kyaml' extension when bundling local files by @applejag in #243
It already supported
$ref: foo.yamland$ref: foo.yml, wherehelm schemabundling would automatically use a YAML parser.Now, it will also use the YAML parser for
$ref: foo.kyaml.By default on other file extensions
helm schemawill keep using the JSON parser instead.feat: Add
mergePropertiesto combine maps intoadditionalPropertiesby @applejag in #252Allows using maps with arbitrary keys, such as:
Instead of generating a schema that has
configs.foo.lorem&configs.bar.hello, it will instead generate a schema ofconfigs.*.lorem&configs.*.hellousingadditionalPropertiesin the JSON schema.feat: Add JSON Schema for the
.schema.yamlconfig file by @applejag in #261If you want editor support when editing your
.schema.yamlconfig files then you can add this comment to the start of the file:yaml-language-server: $schema=https://github.com/losisin/helm-values-schema-json/raw/refs/heads/main/config.schema.json
$refwhen loaded subschema uses$idby @applejag in #253Updated
Docs
Other
Full Changelog: losisin/helm-values-schema-json@v2.2.1...v2.3.0
v2.2.1Compare Source
What's Changed
Fixed
Updated
New Contributors
Full Changelog: losisin/helm-values-schema-json@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
Added
-f -, write to stdout with-o -, and use stderr for logs by @applejag in #227Updated
Full Changelog: losisin/helm-values-schema-json@v2.1.0...v2.2.0
v2.1.0Compare Source
What's Changed
Added
examples, and support for complex types in lists likeenumby @applejag in #213Fixed
$refto after other fields when using draft <= 7 by @applejag in #212Updated
Docs
Other
Full Changelog: losisin/helm-values-schema-json@v2.0.0...v2.1.0
v2.0.0Compare Source
What's Changed
This release includes breaking changes. Make sure to follow follow our guide when upgrading from
v1.9.xtov2.0.0Added
--helptext by @applejag in #189--versionflag orversionsubcommand by @applejag in #188Fixed
Docs
Other
interface{}toanyby @applejag in #171mainbranch & all PRs by @applejag in #195Full Changelog: losisin/helm-values-schema-json@v1.9.0...v2.0.0
v1.9.2Compare Source
Changelog
Updated
b6b2feechore: Fix .schema.yaml in v1 branchOther
3fac939release v1.9.2v1.9.1Compare Source
What's Changed
Full Changelog: losisin/helm-values-schema-json@v1.9.0...v1.9.1
v1.9.0Compare Source
Changelog
Fixed
7c84b5eFixed references bug and added new Ptr typec0697d2fix: golangci-lint v2 errorsUpdated
7f60a43chore: release v1.9.0Docs
bfe56afdocs: improve bundle examplesOther
f2af621Add$ref: $k8s/...alias6f12f52Add cleanup of unused $defs when bundling2e8ab01Add log messages for schema loadingebc57e7Add shell completionsb0d9a52Added '(since v1.9.0)' comment to docs894e1b6Added -bundleWithoutID7f2a157Added bundling testsf935bb4Added docsbc911f1Added flags to .schema.yaml2241aefAdded go:generate tags for regenerating testdata49d75f8Added lots of tests to add more coverage4e9cb7eAdded marshaler logicc8f1b36Added missing testsa9f8150Added test for extra coveragea10741bAdded test for nested4dfcc4aAdded tests1dfa68bAdded tests for fragments00c2034Added tests for generateBundledNameaa33ac5Added type verification to fix coverage9bf1006Added unmarshaler logic to treat schema as bool0509a50Allow 'definitions' map9b4f780Bugfixd52b78dBundle subschemas under /items/c698b85Change completion to arg instead of flag70bbcf1Coverage fixes78e2ba8Fix bundling bundled subschemas4dceb4bFix case subschema uses bundling without id697d786Fix error tests437c61dFix golangci-lint lintingf15a9dcFix parser not requiring@schemaprefix5bdd0a8Fix testsb0dc13bFixed local referencesccda59eHandle self-referentialac94b8bI deleted the wrong testdc1f354Ignore close error5dce760Implemented bundlingc60bb22More tests, and change AnyOf/AllOf/OneOf/Not to strongly-typed6237957Moved bundle testdata into subdir282d6d2Remove --complete flag custom behaviorc154942Remove accidentally-committed .zed/settings.json8729c80Remove flaky test that relies on remote github.come6e9db3Rename func450a818Reorder fields157c2aaReplace convertSchemaToMap with just JSON marshalling10a2e81Set User-Agentb9b1f7aTry downgrading securego/gosec5b63026Updated docs13a03f8Updated testdataac6ae64Upgrade securego/gosec back to v2.22.4, and downgrade Go to v1.24.2c423368UseallOfon$refwhen targeting draft 7 or below3502763build(deps): bump golangci/golangci-lint-action from 6 to 7c9ebef2build(deps): bump golangci/golangci-lint-action from 7 to 8599cfb4build(deps): bump securego/gosec from 2.22.2 to 2.22.3355473bbuild(deps): bump securego/gosec from 2.22.3 to 2.22.454336c7fix14915e8update CODEOWNERS0d6c931update docsv1.8.0Compare Source
Changelog
Added
71c6024feature: add support for unevaluatedPropertiesUpdated
1288448chore: bump versionOther
cc675abbuild(deps): bump securego/gosec from 2.22.1 to 2.22.2a3cbfeefix docsv1.7.2Compare Source
Changelog
Updated
872ddb3chore: bump versionv1.7.1Compare Source
Changelog
Fixed
712c594fix: set schema type when there are no valuesUpdated
341fb94chore: update conf to goreleaser v2Other
95ee3b6build(deps): bump azure/setup-helm from 4.2.0 to 4.3.0v1.7.0Compare Source
Changelog
Added
b3aa970feature: add subschema keywordsUpdated
2ae38bdchore: update go version to 1.23Other
f0ecedfadd docs9a93a3ebuild(deps): bump securego/gosec from 2.21.4 to 2.22.04728797build(deps): bump securego/gosec from 2.22.0 to 2.22.15534079fix tests846329clint with cache4833654release version 1.7.0v1.6.4Compare Source
Changelog
Updated
f534392chore: bump versionOther
d3b3b43build(deps): bump codecov/codecov-action from 4 to 588fde58build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0v1.6.3Compare Source
Changelog
Fixed
d34f987fix: empty array generates items type nullOther
61eb207release new versionv1.6.2Compare Source
Changelog
Added
74bdd3bfeature: merge nested arrays457a95dfeature: scan code with bearer and gosecUpdated
b272a2cchore:bump version to v1.6.2Other
82462e6pin gosec to version8a3f86brenam test and generate testdata schemasv1.6.1Compare Source
Changelog
Other
e66e30eupdate version9726e75update versionv1.6.0Compare Source
Changelog
Docs
f259920docs: Add documentation foritemannotation and fix typosOther
b7c3e74feat: introduce flag noAdditionalPropertiesv1.5.4Compare Source
Changelog
Added
e800756feature: set properties in objectUpdated
bee046fchore: dependabot weekly + bump versionDocs
5f9aaf1docs: update docs when using multiple files as inputOther
d278eeaadd sponsor buttonv1.5.3Compare Source
Changelog
Added
ce0d7defeature: add support for $ref definition with docs and examples7a2132afeature: exclude nodes from json schemaDocs
eb0178edocs: GitLab example to fail-on-diffOther
e7a1f41add test caseffdd758bump verssionbdeb471fix tests07d18desmall fix2cbc4c2tweak heading a bitv1.5.2Compare Source
Changelog
Updated
a3352dfchore: add option to skip properties for a nodeOther
a20b0b7bump version to 1.5.2v1.5.1Compare Source
Changelog
Fixed
4ad54fefix: rename config fileOther
ce383b4bump to plugin version v1.5.1v1.5.0Compare Source
Changelog
Added
782365dfeature: read configuration from fileOther
6535634add documentation and bump version to 1.5.0c00ef81fix golangci-linta2adf79fix goreleaserb24cc50fix some testsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.