Skip to content

Latest commit

 

History

History
89 lines (61 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

89 lines (61 loc) · 3.76 KB

[0.5.1] - 2022-02-14

[0.5.0] - 2022-02-10

bug fixes

[0.4.0] - 2022-01-27

features

  • Pass custom build command to install step. (21a4651)

[0.3.1] - 2022-01-12

bug fixes

  • Adapt buildCommand test to new function signature. (f6e282d)
  • Add build command for helm provider. (9169996)

[0.3.0] - 2022-01-12

bug fixes

  • Rework buildCommand structure to fix flaky test. (09f6303)
  • Path in .terraform.d should contain normalized version. (7f31380)

features

  • Add basic list command. (c005aa9)

[0.2.5] - 2022-01-08

bug fixes

  • Provide different build commands for different provider versions. (1a619ca)
  • respect GOPATH environment variable (892628c)

[0.2.4] - 2021-12-24

bug fixes

  • Run git commands in correct directory. (6cbfcf2)

[0.2.3] - 2021-11-26

[0.2.2] - 2021-11-12

[0.2.1] - 2021-08-11

bug fixes

  • add linux os and amd64 arch for brew formula (ac07195)

[0.2.0] - 2021-07-01

features

  • support for provider specific build commands. (2c34eb8)

[0.1.3] - 2021-06-30

code refactoring

  • Move status application logic to app.go. (ab65a7e)
  • Rewrite App.Config and make Out configurable. (ee65c8d)

[0.1.2] - 2021-06-25

bug fixes

  • Add location of main func to goreleaser config. (ee0ac7c)

[0.1.1] - 2021-06-25

bug fixes

  • Update gotestsum version to 1.6.4 for darwin_arm64 support (fc40532)

0.1.0 - 2021-06-25

features