Releases: losisin/helm-values-schema-json
Releases · losisin/helm-values-schema-json
v1.2.4
v1.2.3
v1.2.2
v1.2.1
What's Changed
- update codecov action by @losisin in #43
- update go to v1.22 by @losisin in #44
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #45
- Bump azure/setup-helm from 4.0.0 to 4.1.0 by @dependabot in #46
- bump to v1.2.1 by @losisin in #47
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
v1.0.0
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
Changelog
v0.2.0
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!