Skip to content

Releases: losisin/helm-values-schema-json

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

v0.1.6

10 Nov 10:49
9509d2f
Compare
Choose a tag to compare

Changelog

  • 695405d Merge pull request #14 from losisin/release-0.1.5
  • 9509d2f Merge pull request #15 from losisin/add-pre-coomit-hook-and-update-documentation
  • 713f71d add pre-commit hook, update docs and bump version
  • 3aaf10b fix install script
  • 391191c fix url to plugin install

v0.1.5

02 Nov 17:12
Compare
Choose a tag to compare

Changelog

0.1.4

28 Oct 20:23
751e4a5
Compare
Choose a tag to compare

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

0.1.3

24 Oct 22:51
e43d1a7
Compare
Choose a tag to compare

Changelog

  • 579e4e0 Merge pull request #4 from losisin/fix/goreleaser-goarch
  • e7fb7ae Merge pull request #5 from losisin/fix/install-binary
  • e43d1a7 Merge pull request #6 from losisin/bump-version
  • 9ac225b bump version
  • 5052513 fix wrong tag format