Skip to content

Releases: metio/terraform-provider-git

2022.12.16

16 Dec 02:59
Compare
Choose a tag to compare

What's Changed

  • build with cgo disabled to mirror release pipeline by @sebhoss in #96
  • Bump github.com/gruntwork-io/terratest from 0.41.4 to 0.41.6 by @dependabot in #98
  • automated project updates by @sebhoss in #99
  • Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #100
  • Bump github.com/hashicorp/terraform-plugin-framework from 0.17.0 to 1.0.0 by @dependabot in #102
  • Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.7.0 to 0.8.0 by @dependabot in #101
  • Bump github.com/go-git/go-git/v5 from 5.5.0 to 5.5.1 by @dependabot in #97

Full Changelog: 2022.12.9...2022.12.16

2022.12.9

09 Dec 06:21
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/gruntwork-io/terratest from 0.41.3 to 0.41.4 by @dependabot in #91
  • Bump github.com/hashicorp/terraform-plugin-framework from 0.16.0 to 0.17.0 by @dependabot in #89
  • Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.5.0 by @dependabot in #90
  • Bump golang.org/x/crypto from 0.3.0 to 0.4.0 by @dependabot in #92
  • various fixes & adjustments by @sebhoss in #93
  • replace deprecated pipeline constructs by @sebhoss in #94
  • allow manual releases by @sebhoss in #95

Full Changelog: 2022.11.25...2022.12.9

2022.11.25

25 Nov 03:36
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-go from 0.14.0 to 0.14.1 by @dependabot in #80
  • Bump github.com/gruntwork-io/terratest from 0.40.24 to 0.41.0 by @dependabot in #81
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 by @dependabot in #82
  • Bump github.com/gruntwork-io/terratest from 0.41.0 to 0.41.2 by @dependabot in #84
  • update dependencies & fix code for changed behavior by @sebhoss in #86
  • Bump github.com/gruntwork-io/terratest from 0.41.2 to 0.41.3 by @dependabot in #87
  • Bump github.com/hashicorp/terraform-plugin-go from 0.14.1 to 0.14.2 by @dependabot in #88

Full Changelog: 2022.11.4...2022.11.25

2022.11.4

04 Nov 04:02
Compare
Choose a tag to compare

What's Changed

  • fix gh actions include paths by @sebhoss in #67
  • test against terraform 1.3 by @sebhoss in #68
  • Bump github.com/hashicorp/terraform-plugin-framework from 0.13.0 to 0.14.0 by @dependabot in #69
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 by @dependabot in #71
  • Bump github.com/gruntwork-io/terratest from 0.40.22 to 0.40.23 by @dependabot in #70
  • Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 by @dependabot in #72
  • Bump github.com/gruntwork-io/terratest from 0.40.23 to 0.40.24 by @dependabot in #73
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #74
  • Bump github.com/hashicorp/terraform-plugin-framework from 0.14.0 to 0.15.0 by @dependabot in #75
  • fallback to default known_hosts file locations by @sebhoss in #76
  • fallback to disabling host key checking by @sebhoss in #77
  • switch from config to plan reading for most resources by @sebhoss in #78
  • clarify that known_hosts contain list of file paths by @sebhoss in #79

Full Changelog: 2022.9.30...2022.11.4

2022.9.30

30 Sep 04:55
Compare
Choose a tag to compare

What's Changed

  • add 'files' attribute to git_commit resource by @sebhoss in #61
  • changing add_paths causes replacement of git_add by @sebhoss in #62
  • git_add.add_paths are required by @sebhoss in #63
  • git_commit.author and git_commit.committer require replacement by @sebhoss in #64
  • clarify/extend docs for git_commit by @sebhoss in #65
  • allow to specify various auth methods for git_push by @sebhoss in #66

Full Changelog: 2022.9.23...2022.9.30

2022.9.23

23 Sep 04:39
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.22.0 to 2.23.0 by @dependabot in #57
  • Bump github.com/hashicorp/terraform-plugin-framework from 0.12.0 to 0.13.0 by @dependabot in #56
  • allow repeatable commits with git_commit by @sebhoss in #58
  • generate coverage reports by @sebhoss in #59
  • add git_push resource by @sebhoss in #60

Full Changelog: 2022.9.16...2022.9.23

2022.9.16

16 Sep 04:48
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/gruntwork-io/terratest from 0.40.21 to 0.40.22 by @dependabot in #44
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.21.0 to 2.22.0 by @dependabot in #45
  • fix git_add resource by @sebhoss in #46
  • set both MarkdownDescription and Description by @sebhoss in #47
  • Git commit tests by @sebhoss in #48
  • use gotestsum to run tests by @sebhoss in #49
  • add golangci-lint by @sebhoss in #50
  • add missing Description field by @sebhoss in #51
  • Bump github.com/hashicorp/terraform-plugin-framework from 0.11.1 to 0.12.0 by @dependabot in #52
  • Improve import tests by @sebhoss in #53
  • add unit tests for gitProvider struct by @sebhoss in #54
  • verify that all resources have Description & MarkdownDescription by @sebhoss in #55

Full Changelog: 2022.9.9...2022.9.16

2022.9.9

09 Sep 04:28
Compare
Choose a tag to compare

What's Changed

  • add tests w/ Terratest by @sebhoss in #40
  • update all dependencies to their latest versions by @sebhoss in #41
  • Bump github.com/gruntwork-io/terratest from 0.40.20 to 0.40.21 by @dependabot in #43
  • Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 by @dependabot in #42

Full Changelog: 2022.9.2...2022.9.9

2022.9.2

02 Sep 04:35
Compare
Choose a tag to compare

What's Changed

  • add git_add resource by @sebhoss in #34
  • add 'revision' attribute to 'git_tag" by @sebhoss in #35
  • Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 by @dependabot in #36
  • simplify/enhance git_add resource by @sebhoss in #37
  • add git_commit resource by @sebhoss in #38
  • Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.4.0 to 0.5.0 by @dependabot in #39

Full Changelog: 2022.8.26...2022.9.2

2022.8.26

26 Aug 04:36
Compare
Choose a tag to compare

What's Changed

  • support different shells in makefile by @sebhoss in #22
  • tag/branch was renamed to 'name' in each data source by @sebhoss in #23
  • allow selecting local branches in git_branch data source by @sebhoss in #24
  • add acceptance tests w/ locally installed terraform provider by @sebhoss in #25
  • git_repository improvements by @sebhoss in #27
  • Acceptance tests by @sebhoss in #26
  • add 'revision' attribute to git_commit by @sebhoss in #29
  • add git_log data source by @sebhoss in #30
  • support empty repositories w/o a single commit by @sebhoss in #31
  • extract modified files in git_commit data source by @sebhoss in #32
  • improve makefile & help output by @sebhoss in #33

Full Changelog: 2022.8.19...2022.8.26