Releases: mavimo/terraform-provider-drone
Releases · mavimo/terraform-provider-drone
v0.10.0
What's Changed
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 by @dependabot in #131
- chore: add support for new terraform versions by @mavimo in #132
- chore(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in #133
- chore(deps): update Go version used for the test & release by @mavimo in #134
- chore(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 by @dependabot in #135
- chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 by @dependabot in #136
- chore(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by @dependabot in #138
- chore(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot in #140
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.4 by @dependabot in #139
- fix(ci): fix docker compose command after docker-compose removal by @mavimo in #143
- chore: udpate Go version by @mavimo in #142
- feat: add support for terraform 1.9 by @mavimo in #144
- chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by @dependabot in #141
- fix(ci): replace the deprecated gorelease flags by @mavimo in #145
- fix(ci): fix the goreleaser config for CI by @mavimo in #146
- fix(ci): fix gorelease deprecation for the changelog by @mavimo in #147
Full Changelog: v0.9.3...v0.10.0
v0.9.3
What's Changed
- chore(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in #118
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.17.0 by @dependabot in #119
- chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #122
- chore(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in #123
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.17.0 to 0.18.0 by @dependabot in #120
- chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.33.0 by @dependabot in #124
- chore(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in #125
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #126
- chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in #127
- chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #129
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 by @dependabot in #130
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #106
- chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #107
- chore(deps): bump hashicorp/setup-terraform from 2 to 3 by @dependabot in #108
- chore: enforce latest version fo go is used for build & release by @mavimo in #109
- chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #111
- chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.30.0 by @dependabot in #112
- chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in #113
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #114
- chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 by @dependabot in #115
- chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #116
- chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #117
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
What's Changed
Features
Bugfix
Others
- Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 by @dependabot in #74
- Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 by @dependabot in #75
- Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 by @dependabot in #76
- chore(): Update to go 1.21 by @mavimo in #77
- Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 by @dependabot in #78
- Bump actions/checkout from 3 to 4 by @dependabot in #79
- Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0 by @dependabot in #80
- Bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot in #81
- Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 by @dependabot in #84
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.29.0 by @dependabot in #83
- Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0 by @dependabot in #82
- Chore: add codecov by @mavimo in #85
- Code simplification by @mavimo in #86
- chore: move coverage generation to acceptance tests by @mavimo in #87
- test: add test for the 'drone_repo' data source by @mavimo in #88
- test: add test for 'drone_user_self' data source by @mavimo in #89
- chore: add terraform 1.6 in the test matrix by @mavimo in #90
- chore: minor fixes by @mavimo in #91
- test: add test for the drone_user data source by @mavimo in #92
- test: add test for the drone_users data source by @mavimo in #93
- doc: improve repository documentation by @mavimo in #94
- test: add test for drone_template data source by @mavimo in #95
- fix: fix error message when user is missing in drone_user data source by @mavimo in #96
- test: add configuration for drone_templates data source by @mavimo in #97
- test: add test for drone_repos data source by @mavimo in #98
- ci: execute tests only one time in PRs by @mavimo in #99
- ci: refactor env setup by @mavimo in #100
- chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in #101
- test: add standard name and checks in acceptance tests by @mavimo in #102
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 by @dependabot in #52
- Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 by @dependabot in #53
- Bump actions/setup-go from 2 to 3 by @dependabot in #57
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #55
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #54
- Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 by @dependabot in #59
- Bump golang.org/x/oauth2 from 0.0.0-20220411215720-9780585627b5 to 0.6.0 by @dependabot in #60
- Bump actions/setup-go from 3 to 4 by @dependabot in #62
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.0 by @dependabot in #63
- Update go to 1.20 by @mavimo in #64
- Update go version to 1.20 & test for terraform 1.4.* by @mavimo in #65
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.0 to 2.26.1 by @dependabot in #66
- Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in #67
- Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by @dependabot in #68
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #72
- Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 by @dependabot in #70
- Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 by @dependabot in #71
- Add terraform 1.5 in the test matrix by @mavimo in #73
- Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 by @dependabot in #69
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.19.0 to 2.20.0 by @dependabot in #40
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.20.0 to 2.21.0 by @dependabot in #41
- Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 by @dependabot in #42
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.21.0 to 2.23.0 by @dependabot in #44
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 by @dependabot in #45
- Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 by @dependabot in #46
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 by @dependabot in #48
- Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #49
- Upgrade to go 1.19 by @mavimo in #50
- Add Terraform 1.3 in the integration test matrix by @mavimo in #51
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.18.0 to 2.19.0 by @dependabot in #36
- Added support for more repo properties by @mavimo in #37
- Add support for new property on secret by @mavimo in #38
- Added data sources to collect informations from drone instance by @mavimo in #39
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.1
What's Changed
- Bootstrap integration test by @mavimo in #14
- Bump github.com/hashicorp/terraform-plugin-docs from 0.7.0 to 0.8.0 by @dependabot in #15
- How to setup a local development environment by @mavimo in #16
- Add some more test for utils by @mavimo in #17
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.14.0 to 2.15.0 by @dependabot in #18
- Update go version by @mavimo in #19
- Fix missing update to go 1.18 by @mavimo in #22
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.15.0 to 2.16.0 by @dependabot in #20
- Bump github.com/hashicorp/terraform-plugin-docs from 0.8.0 to 0.8.1 by @dependabot in #21
- Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 by @dependabot in #23
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.17.0 by @dependabot in #24
- Bump github.com/hashicorp/terraform-plugin-docs from 0.8.1 to 0.9.0 by @dependabot in #25
- Bump github.com/hashicorp/terraform-plugin-docs from 0.9.0 to 0.10.1 by @dependabot in #27
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.18.0 by @dependabot in #30
- Bump github.com/hashicorp/terraform-plugin-docs from 0.10.1 to 0.13.0 by @dependabot in #31
- Fix import docs by @mavimo in #32
- Add terraform 1.2 in tests matrix by @mavimo in #33
- move to upstream GH action for GPG management by @mavimo in #35
Full Changelog: v0.4.0...v0.4.1