Skip to content

Releases: losisin/helm-values-schema-json

v1.5.1

25 Jun 06:27
e56893d
Compare
Choose a tag to compare

Changelog

Fixed

Other

  • ce383b4 bump to plugin version v1.5.1

v1.5.0

24 Jun 16:12
3682786
Compare
Choose a tag to compare

Changelog

Added

  • 782365d feature: read configuration from file

Other

v1.4.1

14 Jun 14:21
8d799bf
Compare
Choose a tag to compare

Changelog

Other

  • 4106fe3 Add documentation and another test case
  • c08b884 Add: option to apply enum on array items
  • ad5fbbd bump version to 1.4.1

v1.4.0

05 Jun 11:45
710fd2f
Compare
Choose a tag to compare

Changelog

Added

  • 1f56d77 feature: add AdditionalProperties to schemaRoot
  • 28c13d4 feature: add additionalProperties
  • 21f5298 feature: add schemaRoot CLI flags for json root object

Fixed

  • ad56174 fix: make input flag required

Updated

  • 44463ba Bump golangci/golangci-lint-action from 5 to 6
  • 75fd6d3 Bump goreleaser/goreleaser-action from 5 to 6

Other

  • 252403e Merge branch 'main' into feature/additional-properties-cli-flag
  • 3ded351 Merge remote-tracking branch 'origin/main' into fix/required-input-flag
  • d4bbc89 add docs
  • c650af7 better release notes
  • b89d0ff clear doc headings
  • 9aea121 fix some links
  • 7061ff6 fix typo
  • 9e785ba fix typo in docs
  • 15584b9 new version v1.4.0

v1.3.0

30 Apr 13:52
f87b874
Compare
Choose a tag to compare

Changelog

  • 53d2c61 Bump azure/setup-helm from 4.1.0 to 4.2.0
  • b453151 Bump golangci/golangci-lint-action from 4 to 5
  • a4a9822 Merge pull request #59 from losisin/dependabot/github_actions/azure/setup-helm-4.2.0
  • f04bbe4 Merge pull request #60 from losisin/dependabot/github_actions/golangci/golangci-lint-action-5
  • f87b874 Merge pull request #62 from losisin/feature/indent-cli-option
  • cb41def add indent cli option
  • 2a02a16 add step to check code in workflow
  • 613cb3a update readme

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