Skip to content

Releases: losisin/helm-values-schema-json

v1.2.4

12 Apr 16:35
9ef714a
Compare
Choose a tag to compare

Changelog

  • ba032c9 Merge pull request #55 from Jonasei/patch-1
  • 25feb0c Merge pull request #57 from losisin/feature/add-patternProperties
  • 9ef714a Merge pull request #58 from losisin/bump-version
  • 9f4ce65 Update README.md
  • ebddf6e add patternProperties from comments
  • 1f9cbab bump version to 1.2.4

v1.2.3

11 Apr 13:09
7e6bbed
Compare
Choose a tag to compare

Changelog

  • cf57ddf Merge pull request #53 from losisin/feature/add-description
  • 7e6bbed Merge pull request #54 from losisin/bump-version
  • bfc0aad add description from comments
  • bc9cbbf add some more tests
  • 8fdeba3 bump version to 1.2.3

v1.2.2

11 Mar 10:39
ab9b2e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

04 Mar 09:12
d663707
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Feb 19:32
0469046
Compare
Choose a tag to compare

Changelog

  • 40c7bdf Bump codecov/codecov-action from 3 to 4
  • fd6bd6b Bump golangci/golangci-lint-action from 3 to 4
  • 6db2a8c Merge pull request #30 from losisin/dependabot/github_actions/codecov/codecov-action-4
  • 4d87b13 Merge pull request #31 from losisin/dependabot/github_actions/golangci/golangci-lint-action-4
  • eed8a2c Merge pull request #35 from losisin/feature/add-title
  • e357b63 Merge pull request #37 from losisin/feature/add-readOnly
  • 0c054b0 Merge pull request #40 from losisin/feature/add-default-filed
  • db20edd Merge pull request #41 from losisin/add-downloads-github-badge
  • 0469046 Merge pull request #42 from losisin/bump-version
  • 90e6bd1 add default keyword to schema annotations
  • 7afe2d1 add github release downloads badge
  • 5b70ab5 add readOnly field to schema from comments
  • 541a7fb add title field to schema from comments
  • c7d3a3b bump version to v1.2.0
  • 361856d cache go action
  • 0ded440 helm action doesn't have short tag version
  • a1865b5 update docs
  • ba245b3 update docs
  • 3487860 upgrade helm and downgrade codecov actions

v1.1.0

25 Dec 17:44
7e7000b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

10 Dec 15:29
356b6da
Compare
Choose a tag to compare

Changelog

  • eaa9575 Merge branch 'main' into feature/split-schema
  • 00ceda0 Merge pull request #20 from losisin/chore/update-docs
  • 79778ba Merge pull request #23 from losisin/chore/update-readme
  • f9201a6 Merge pull request #24 from losisin/feature/split-schema
  • 32889d2 Merge pull request #26 from losisin/fix/docs
  • 356b6da Merge pull request #27 from losisin/losisin-patch-1
  • ebb2070 Update README.md
  • 762ccb4 add all docs with code examples
  • dd69ab3 add docs block for issues and contributions
  • f1e10db add some docs
  • c606b57 add some more tests
  • 050becb add some test files
  • 38f2e27 drop go-jsonschema-generator
  • 2c005d7 fix docs for required keyword
  • e1b464b fix readme.md
  • 61a4ba9 ignore golangcli lint
  • e9e307c move schema to pkg and split in smaller files
  • 279910a move schema to pkg and split in smaller files
  • ade534a remove old test file
  • d944bef remove tmp files when running tests
  • d32a940 remove writer function
  • 36df933 split schema.go in pkg
  • a332ce2 tidy up docs and bump plugin version
  • abb5f92 update parser tests
  • f4c2052 update readme.md

v0.2.1

17 Nov 15:20
843eadf
Compare
Choose a tag to compare

Changelog

  • cdac9b9 Merge pull request #17 from losisin/bump-0.2.0
  • d9c116e Merge pull request #18 from losisin/add-dependabot-config
  • 843eadf Merge pull request #19 from losisin/chore/add-unit-tests
  • 533eaba Update README.md
  • 5dd7e8f add dependabot config
  • fec27fb add some more tests
  • 5166eb2 fix lint errors

v0.2.0

10 Nov 11:48
Compare
Choose a tag to compare

Changelog

Breaking change:

I moved from master -> main branch. Because of that, updating plugin will fail with error : Error: Unable to update repository: exit status 1.
Solution: rm -rf "$(helm env HELM_CACHE_HOME)". You can read more here
Sorry about that!

v0.1.7

10 Nov 10:58
Compare
Choose a tag to compare

Changelog

  • 84f03ec fix git hook script permissions