Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Releases: babarot/stein

v0.3.4

17 Jun 23:48
ebf9492
Compare
Choose a tag to compare

Changelog

ebf9492 Merge pull request #24 from dragon3/upgrade-k8s.io-apimachinery-to-v0.19.0-beta.2

v0.3.3

15 Jun 09:11
c580daf
Compare
Choose a tag to compare

Changelog

c580daf Merge pull request #23 from dragon3/use-bufio-reader

v0.3.2

10 Mar 05:48
59f1177
Compare
Choose a tag to compare

Changelog

59f1177 Merge pull request #22 from execjosh/bugfix/prevent-infinite-loop

v0.3.1

10 Feb 16:29
Compare
Choose a tag to compare

Changelog

41779fb Support Homebrew

v0.3.0

23 Dec 08:57
e955da3
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

This file is automatically generated by git-chglog. Don't edit by hand.

Unreleased

v0.3.0 - 2019-12-23

Added

  • scripts: Add release script

Pull Requests

  • Merge pull request #18 from dragon3/support-hcl2
  • Merge pull request #19 from dragon3/add-tests-for-lint-files-from-args

v0.2.11 - 2019-12-10

Pull Requests

  • Merge pull request #17 from dragon3/fix-jsonpath-empty-string-value

v0.2.10 - 2019-10-16

Added

  • core: Add tests for internal functions
  • core: Add tests for internal functions

Fixed

  • docs: Update some wrong pages
  • docs: Use edit_uri to edit pages on browser

v0.2.9 - 2019-10-02

Fixed

  • core: Make jsonpath type detection strict

Pull Requests

  • Merge pull request #16 from b4b4r07/hugo-to-mkdocs

v0.2.8 - 2019-09-27

Added

  • core: Add tests for jsonpath

Fixed

  • core: Use ctyjson.Unmarshal for jsonpath internal logic to detect typo more strictly

v0.2.7 - 2019-09-20

Fixed

  • core: fix #12 fundamentally

Reverts

  • GJSON handle parsed arg as just string everytime

Pull Requests

  • Merge pull request #15 from b4b4r07/fix-14

v0.2.6 - 2019-08-29

v0.2.5 - 2019-08-27

Pull Requests

  • Merge pull request #13 from b4b4r07/fix-12
  • Merge pull request #8 from b4b4r07/use-release-go
  • Merge pull request #7 from b4b4r07/techdoc

v0.2.4 - 2019-02-08

Fixed

  • core: Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)

v0.2.3 - 2019-02-06

Added

  • core: Add log mechanism for debugging like Terraform
  • docs: Add more docs and update
  • func: Add exist built-in function

Pull Requests

  • Merge pull request #6 from b4b4r07/log-design

v0.2.2 - 2019-01-29

Changed

  • core: Rename "expressions" in rule attribute name to "conditions"

Code Refactoring

  • core: Make topological sort package to one for lint internal
  • core: Fix import path
  • core: Move lang to lint/internal/policy

Pull Requests

  • Merge pull request #5 from b4b4r07/expressions-to-conditions
  • Merge pull request #4 from b4b4r07/refactor-lang

BREAKING CHANGE

We introduced "precondition" block before, similarly to "conditions".
It means pre-conditions. So "conditions" is more easier to understand
and write policies than "expressions".

v0.2.1 - 2019-01-24

Pull Requests

  • Merge pull request #3 from b4b4r07/introduce-policy-dir

v0.2.0 - 2019-01-21

Pull Requests

  • Merge pull request #2 from b4b4r07/precondition
  • Merge pull request #1 from b4b4r07/jsonpath-default

v0.1.0 - 2019-01-07

v0.2.11

10 Dec 06:25
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

This file is automatically generated by git-chglog. Don't edit by hand.

Unreleased

v0.2.11 - 2019-12-10

Pull Requests

  • Merge pull request #17 from dragon3/fix-jsonpath-empty-string-value

v0.2.10 - 2019-10-16

Added

  • core: Add tests for internal functions
  • core: Add tests for internal functions

Fixed

  • docs: Update some wrong pages
  • docs: Use edit_uri to edit pages on browser

v0.2.9 - 2019-10-02

Fixed

  • core: Make jsonpath type detection strict

Pull Requests

  • Merge pull request #16 from b4b4r07/hugo-to-mkdocs

v0.2.8 - 2019-09-27

Added

  • core: Add tests for jsonpath

Fixed

  • core: Use ctyjson.Unmarshal for jsonpath internal logic to detect typo more strictly

v0.2.7 - 2019-09-20

Fixed

  • core: fix #12 fundamentally

Reverts

  • GJSON handle parsed arg as just string everytime

Pull Requests

  • Merge pull request #15 from b4b4r07/fix-14

v0.2.6 - 2019-08-29

v0.2.5 - 2019-08-27

Pull Requests

  • Merge pull request #13 from b4b4r07/fix-12
  • Merge pull request #8 from b4b4r07/use-release-go
  • Merge pull request #7 from b4b4r07/techdoc

v0.2.4 - 2019-02-08

Fixed

  • core: Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)

v0.2.3 - 2019-02-06

Added

  • core: Add log mechanism for debugging like Terraform
  • docs: Add more docs and update
  • func: Add exist built-in function

Pull Requests

  • Merge pull request #6 from b4b4r07/log-design

v0.2.2 - 2019-01-29

Changed

  • core: Rename "expressions" in rule attribute name to "conditions"

Code Refactoring

  • core: Make topological sort package to one for lint internal
  • core: Fix import path
  • core: Move lang to lint/internal/policy

Pull Requests

  • Merge pull request #5 from b4b4r07/expressions-to-conditions
  • Merge pull request #4 from b4b4r07/refactor-lang

BREAKING CHANGE

We introduced "precondition" block before, similarly to "conditions".
It means pre-conditions. So "conditions" is more easier to understand
and write policies than "expressions".

v0.2.1 - 2019-01-24

Pull Requests

  • Merge pull request #3 from b4b4r07/introduce-policy-dir

v0.2.0 - 2019-01-21

Pull Requests

  • Merge pull request #2 from b4b4r07/precondition
  • Merge pull request #1 from b4b4r07/jsonpath-default

v0.1.0 - 2019-01-07

v0.2.10

16 Oct 09:37
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

This file is automatically generated by git-chglog. Don't edit by hand.

Unreleased

v0.2.10 - 2019-10-08

Added

  • core: Add tests for internal functions
  • core: Add tests for internal functions

Fixed

  • docs: Update some wrong pages
  • docs: Use edit_uri to edit pages on browser

v0.2.9 - 2019-10-02

Fixed

  • core: Make jsonpath type detection strict

Pull Requests

  • Merge pull request #16 from b4b4r07/hugo-to-mkdocs

v0.2.8 - 2019-09-27

Added

  • core: Add tests for jsonpath

Fixed

  • core: Use ctyjson.Unmarshal for jsonpath internal logic to detect typo more strictly

v0.2.7 - 2019-09-20

Fixed

  • core: fix #12 fundamentally

Reverts

  • GJSON handle parsed arg as just string everytime

Pull Requests

  • Merge pull request #15 from b4b4r07/fix-14

v0.2.6 - 2019-08-29

v0.2.5 - 2019-08-27

Pull Requests

  • Merge pull request #13 from b4b4r07/fix-12
  • Merge pull request #8 from b4b4r07/use-release-go
  • Merge pull request #7 from b4b4r07/techdoc

v0.2.4 - 2019-02-08

Fixed

  • core: Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)

v0.2.3 - 2019-02-06

Added

  • core: Add log mechanism for debugging like Terraform
  • docs: Add more docs and update
  • func: Add exist built-in function

Pull Requests

  • Merge pull request #6 from b4b4r07/log-design

v0.2.2 - 2019-01-29

Changed

  • core: Rename "expressions" in rule attribute name to "conditions"

Code Refactoring

  • core: Make topological sort package to one for lint internal
  • core: Fix import path
  • core: Move lang to lint/internal/policy

Pull Requests

  • Merge pull request #5 from b4b4r07/expressions-to-conditions
  • Merge pull request #4 from b4b4r07/refactor-lang

BREAKING CHANGE

We introduced "precondition" block before, similarly to "conditions".
It means pre-conditions. So "conditions" is more easier to understand
and write policies than "expressions".

v0.2.1 - 2019-01-24

Pull Requests

  • Merge pull request #3 from b4b4r07/introduce-policy-dir

v0.2.0 - 2019-01-21

Pull Requests

  • Merge pull request #2 from b4b4r07/precondition
  • Merge pull request #1 from b4b4r07/jsonpath-default

v0.1.0 - 2019-01-07

v0.2.9

02 Oct 05:55
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

This file is automatically generated by git-chglog. Don't edit by hand.

Unreleased

v0.2.9 - 2019-10-02

Fixed

  • core: Make jsonpath type detection strict

Pull Requests

  • Merge pull request #16 from b4b4r07/hugo-to-mkdocs

v0.2.8 - 2019-09-27

Added

  • core: Add tests for jsonpath

Fixed

  • core: Use ctyjson.Unmarshal for jsonpath internal logic to detect typo more strictly

v0.2.7 - 2019-09-20

Fixed

  • core: fix #12 fundamentally

Reverts

  • GJSON handle parsed arg as just string everytime

Pull Requests

  • Merge pull request #15 from b4b4r07/fix-14

v0.2.6 - 2019-08-29

v0.2.5 - 2019-08-27

Pull Requests

  • Merge pull request #13 from b4b4r07/fix-12
  • Merge pull request #8 from b4b4r07/use-release-go
  • Merge pull request #7 from b4b4r07/techdoc

v0.2.4 - 2019-02-08

Fixed

  • core: Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)

v0.2.3 - 2019-02-06

Added

  • core: Add log mechanism for debugging like Terraform
  • docs: Add more docs and update
  • func: Add exist built-in function

Pull Requests

  • Merge pull request #6 from b4b4r07/log-design

v0.2.2 - 2019-01-29

Changed

  • core: Rename "expressions" in rule attribute name to "conditions"

Code Refactoring

  • core: Make topological sort package to one for lint internal
  • core: Fix import path
  • core: Move lang to lint/internal/policy

Pull Requests

  • Merge pull request #5 from b4b4r07/expressions-to-conditions
  • Merge pull request #4 from b4b4r07/refactor-lang

BREAKING CHANGE

We introduced "precondition" block before, similarly to "conditions".
It means pre-conditions. So "conditions" is more easier to understand
and write policies than "expressions".

v0.2.1 - 2019-01-24

Pull Requests

  • Merge pull request #3 from b4b4r07/introduce-policy-dir

v0.2.0 - 2019-01-21

Pull Requests

  • Merge pull request #2 from b4b4r07/precondition
  • Merge pull request #1 from b4b4r07/jsonpath-default

v0.1.0 - 2019-01-07

v0.2.8

27 Sep 05:58
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

This file is automatically generated by git-chglog. Don't edit by hand.

Unreleased

v0.2.8 - 2019-09-27

Added

  • core: Add tests for jsonpath

Fixed

  • core: Use ctyjson.Unmarshal for jsonpath internal logic to detect typo more strictly

v0.2.7 - 2019-09-20

Fixed

  • core: fix #12 fundamentally

Reverts

  • GJSON handle parsed arg as just string everytime

Pull Requests

  • Merge pull request #15 from b4b4r07/fix-14

v0.2.6 - 2019-08-29

v0.2.5 - 2019-08-27

Pull Requests

  • Merge pull request #13 from b4b4r07/fix-12
  • Merge pull request #8 from b4b4r07/use-release-go
  • Merge pull request #7 from b4b4r07/techdoc

v0.2.4 - 2019-02-08

Fixed

  • core: Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)

v0.2.3 - 2019-02-06

Added

  • core: Add log mechanism for debugging like Terraform
  • docs: Add more docs and update
  • func: Add exist built-in function

Pull Requests

  • Merge pull request #6 from b4b4r07/log-design

v0.2.2 - 2019-01-29

Changed

  • core: Rename "expressions" in rule attribute name to "conditions"

Code Refactoring

  • core: Make topological sort package to one for lint internal
  • core: Fix import path
  • core: Move lang to lint/internal/policy

Pull Requests

  • Merge pull request #5 from b4b4r07/expressions-to-conditions
  • Merge pull request #4 from b4b4r07/refactor-lang

BREAKING CHANGE

We introduced "precondition" block before, similarly to "conditions".
It means pre-conditions. So "conditions" is more easier to understand
and write policies than "expressions".

v0.2.1 - 2019-01-24

Pull Requests

  • Merge pull request #3 from b4b4r07/introduce-policy-dir

v0.2.0 - 2019-01-21

Pull Requests

  • Merge pull request #2 from b4b4r07/precondition
  • Merge pull request #1 from b4b4r07/jsonpath-default

v0.1.0 - 2019-01-07

v0.2.7

20 Sep 07:39
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

This file is automatically generated by git-chglog. Don't edit by hand.

Unreleased

v0.2.7 - 2019-09-20

Fixed

  • core: fix #12 fundamentally

Reverts

  • GJSON handle parsed arg as just string everytime

Pull Requests

  • Merge pull request #15 from b4b4r07/fix-14

v0.2.6 - 2019-08-29

v0.2.5 - 2019-08-27

Pull Requests

  • Merge pull request #13 from b4b4r07/fix-12
  • Merge pull request #8 from b4b4r07/use-release-go
  • Merge pull request #7 from b4b4r07/techdoc

v0.2.4 - 2019-02-08

Fixed

  • core: Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)

v0.2.3 - 2019-02-06

Added

  • core: Add log mechanism for debugging like Terraform
  • docs: Add more docs and update
  • func: Add exist built-in function

Pull Requests

  • Merge pull request #6 from b4b4r07/log-design

v0.2.2 - 2019-01-29

Changed

  • core: Rename "expressions" in rule attribute name to "conditions"

Code Refactoring

  • core: Make topological sort package to one for lint internal
  • core: Fix import path
  • core: Move lang to lint/internal/policy

Pull Requests

  • Merge pull request #5 from b4b4r07/expressions-to-conditions
  • Merge pull request #4 from b4b4r07/refactor-lang

BREAKING CHANGE

We introduced "precondition" block before, similarly to "conditions".
It means pre-conditions. So "conditions" is more easier to understand
and write policies than "expressions".

v0.2.1 - 2019-01-24

Pull Requests

  • Merge pull request #3 from b4b4r07/introduce-policy-dir

v0.2.0 - 2019-01-21

Pull Requests

  • Merge pull request #2 from b4b4r07/precondition
  • Merge pull request #1 from b4b4r07/jsonpath-default

v0.1.0 - 2019-01-07