v0.12.0 - 2024-07-04
- Support CapacityProviderStrategy by @tomoasleep in #104
- feat: ssm plugin by @ch1aki in #105
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #100
- build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by @dependabot in #103
- build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 by @dependabot in #102
- update deps by @Songmu in #107
- provide windows executable on releasing by @Songmu in #108
v0.11.4 - 2024-03-31
- Fix retrieval of AWS::Events::Rule SearchResources results by @kenkaton in #97
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #96
- Go 1.22 and update deps by @Songmu in #99
v0.11.3 - 2023-12-31
- build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #94
v0.11.2 - 2023-11-10
- Care remote PropagateTags default value by @lamanotrama in #89
- build(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #88
- update deps by @Songmu in #91
v0.11.1 - 2023-10-12
- docs: add the installation guides with aqua by @suzuki-shunsuke in #85
- build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #87
v0.11.0 - 2023-10-08
v0.10.3 - 2023-10-06
- update to tfstate-lookup v1.1.4 by @fujiwara in #79
v0.10.2 - 2023-09-01
- Align remote and conf override members by @lamanotrama in #76
v0.10.1 - 2023-08-25
- docs: Add description of
-prune
option by @snaka in #73 - fix:
-conf
omitted caused panic by referencing a nil pointer by @snaka in #74
v0.10.0 - 2023-08-20
- update deps by @Songmu in #68
- fix typo by @snaka in #72
- feat: Adding a
-prune
option to remove Orphaned Rules. by @snaka in #71
v0.9.1 - 2023-02-22
- chore: improve install guide by @paprika-mah in #64
- build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #65
v0.9.0 - 2023-02-08
- Support resource overrides by @lamanotrama in #62
v0.8.1 - 2023-01-17
- fix the error that occurs when the input is nil by @sinsoku in #60
v0.8.0 - 2023-01-16
- support json jsonnet by @mrymam in #58
v0.7.2 - 2022-12-23
- Update version description "v0.3.1" to "v0.7.1" in README by @TanisukeGoro in #53
- fix: PropagateTags not applied by @sinsi404 in #55
v0.7.1 - 2022-11-21
- fix a shell command to expand variables by @hoyo in #51
v0.7.0 - 2022-11-20
- add install.sh by @Songmu in #45
- add SHA256SUMS to artifacts by @Songmu in #46
- introduce tagpr by @Songmu in #47
- update deps except for go-ieproxy by @Songmu in #49
- update action.yml to use installer by @Songmu in #50
v0.6.3 (2022-07-12)
v0.6.2 (2022-07-12)
- fix: allow undefined for PropagateTags #42 (gotoeveryone)
v0.6.1 (2022-06-15)
- [bugfix] Fixed the diff of propagateTags to appear correctly. #41 (cohalz)
- add pitfall warnings to README #40 (Songmu)
v0.6.0 (2022-06-02)
v0.5.2 (2022-05-25)
- fix: can execute release workflow to fix darwin builds #38 (gotoeveryone)
- update github actions #36 (Songmu)
v0.5.1 (2022-05-06)
- Go 1.18 and update deps #35 (Songmu)
- introduce reviewdog and drop golint #34 (Songmu)
- fix: golint error #33 (gotoeveryone)
v0.5.0 (2022-05-06)
- enable tfstate plugin #32 (gotoeveryone)
v0.4.0 (2022-01-20)
- support deadletter config #30 (MikiWaraMiki)
v0.3.2 (2021-12-28)
- Go 1.17 and follow it in toolchains #29 (Songmu)
- added task definition validation. #28 (reiki4040)
- Add procedure of execute
run
subcommand to README #27 (gotoeveryone) - Add "rules:" to the sample configuration #25 (yuu26jp)
- Add action.yml for GitHub Actions #24 (mokichi)
v0.3.1 (2021-02-06)
- Fixed yaml from scheduledExpression to scheduleExpression #23 (yutachaos)
- fix the variable Run Task Input when running rule. #22 (laughk)
- enable shared config state #21 (tughril)
v0.3.0 (2020-11-22)
v0.2.0 (2020-11-15)
v0.1.2 (2020-11-09)
v0.1.1 (2020-11-04)
v0.1.0 (2020-11-04)
- update documents #14 (Songmu)
- define type runnerImpl and refacter #13 (Songmu)
- display diff before applying #12 (Songmu)
v0.0.2 (2020-11-02)
- update deps #11 (Songmu)
- take all rules on dump with caring nextToken #10 (Songmu)
- add diff subcommand #9 (Songmu)
- check mustEnv lazily #8 (Songmu)
- care empty rule.Description #7 (Songmu)
- update deps #6 (Songmu)
- add json tags for containerOverrides #5 (Songmu)
- introduce goccy/go-yaml #4 (Songmu)
- adjust yamls for GitHub Actions #3 (Songmu)