Releases: losisin/helm-values-schema-json
Releases · losisin/helm-values-schema-json
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!
v0.1.7
v0.1.6
v0.1.5
Changelog
- 8ad471b Merge pull request #12 from losisin/bump-dependencies
- 240e586 Merge pull request #13 from losisin/move-flags-out-of-main
- 83fc032 add more unit tests
- f298b49 add some uni tests
- 9bc1849 add test data
- 457b960 bump dependencies
- 80b5f69 bump version to 0.1.5
- df67f00 cleanup a bit
- 4f5ef5d config codecov
- 94f08f5 enough for today
- 621f33a enough for today
- 6563be2 fix -help flag
- 77b4016 fix golang lint errors
- 5ecfb37 fix lint errors
- 311748a move flags out of main function
- 2f2b515 test codecov options
0.1.4
Changelog
- 34343ad Add Makefile and update ci workflow
- 751e4a5 Merge pull request #10 from losisin/test-cmd-flags
- 5eab13c Merge pull request #11 from losisin/bump-to-0.1.4
- fcdcec0 Merge pull request #7 from losisin/fix-version-format
- 5891804 Merge pull request #8 from losisin/change-module-name
- 603ab0b Merge pull request #9 from losisin/add-Makefile
- 272d990 Merge remote-tracking branch 'origin/master' into test-cmd-flags
- 8cb333d Merge remote-tracking branch 'origin/master' into test-cmd-flags
- 3dbf09a add ldflags to goreleaser.yaml
- c420149 add more tests
- 8b36e84 add os name to codecov flag
- 44099a2 add some badges
- 840a44b add testdata
- fc8f2d6 bump plugin version
- 8b8bda9 bump version
- 2b7e23f change go module name
- 82a6d33 debug windows binary
- b1aadf4 fix extraneous text after 'else' directive
- 7cdaf60 fix lint errors
- 128ec0c fix os family
- 671b9c0 fix some coverage and add codecov yaml
- f8c02b7 fix some links
- e20e3f9 fix version format
- b145266 fix version format
- f651154 fix windows build
- 6d012ee remove os matrix for ci
- 47ce51a test draft flag
- c0e8a92 update licence
- 336a2ec use bash as default shell in ci workflow