Skip to content

Latest commit

 

History

History
175 lines (119 loc) · 7.8 KB

CHANGELOG.md

File metadata and controls

175 lines (119 loc) · 7.8 KB

[0.9.0] - 2023-06-29

bug fixes

[0.8.2] - 2023-03-15

bug fixes

  • Git outputs should be language agnostic. (#126) (45786d7)

[0.8.1] - 2022-12-15

bug fixes

[0.8.0] - 2022-10-12

features

  • CLI argument for custom registry URL was introduced (#93) (3759eb5)

[0.7.7] - 2022-09-07

bug fixes

  • Upgraded lockfile now has correct whitespace. (#90) (a41c292)

[0.7.6] - 2022-09-05

features

  • Implement customizable request timeout. (#88) (2b98f8f)

[0.7.5] - 2022-07-26

bug fixes

  • Improve output of failed bash execution. (3ae53f4)

[0.7.4] - 2022-07-22

features

  • Implement parsing of provider build output. (#82) (ac1b248)

[0.7.3] - 2022-07-21

[0.7.2] - 2022-07-19

bug fixes

  • Use raw terraform version for backwards compatibility. (#76) (8ef73e7)

[0.7.1] - 2022-07-19

bug fixes

  • Correct plugin installation path for older tf versions. (#74) (be46959)

[0.7.0] - 2022-07-07

[0.6.2] - 2022-06-22

bug fixes

  • Fix linting error. (1aa7344)
  • Improve command to checkout default branch (bf729f8)

[0.6.1] - 2022-06-21

features

  • introduce go-version for semver handling. (7c7a263)

[0.6.0] - 2022-05-27

bug fixes

  • error when GOPATH not set (46aeaeb)

[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