Skip to content

Releases: Lucky3028/terraform-provider-discord

v1.9.0

30 Aug 06:34
e626a9c
Compare
Choose a tag to compare

What's Changed

New Features

Document Updates

Package Updates

  • chore(deps): update dependency go to v1.23.0 by @renovate in #164
  • fix(deps): update module golang.org/x/net to v0.28.0 by @renovate in #163

New Contributors

Full Changelog: v1.8.1...v1.9.0

v1.8.1

21 Jul 06:09
6761668
Compare
Choose a tag to compare

What's Changed

Document Updates

Package Updates

  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.34.0 by @renovate in #148
  • chore(deps): update dependency go to v1.22.4 by @renovate in #152
  • fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.4 by @renovate in #153
  • fix(deps): update module golang.org/x/net to v0.26.0 by @renovate in #154
  • chore(deps): update goreleaser/goreleaser-action action to v6 by @renovate in #155
  • chore(deps): update dependency go to v1.22.5 by @renovate in #156
  • fix(deps): update module golang.org/x/net to v0.27.0 by @renovate in #157

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

17 May 09:11
ac0230f
Compare
Choose a tag to compare

Bug Fixes

  • From v1.7.0, the token string must start with "Bot ", but it's not needed from this version. (#144)
  • Fix that some permissions may be available. (#146)

Full Changelog: v1.7.0...v1.8.0

v1.7.0

27 Apr 14:37
eca997a
Compare
Choose a tag to compare

From this version, this provider uses bwmarrin/discordgo.

What's Changed

  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.32.0 by @renovate in #127
  • fix(deps): update module golang.org/x/net to v0.21.0 by @renovate in #128
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.33.0 by @renovate in #130
  • fix(deps): update module golang.org/x/net to v0.24.0 by @renovate in #131
  • fix(deps): update module github.com/bwmarrin/discordgo to v0.28.1 by @renovate in #132
  • chore(deps): update dependency go to v1.22.2 by @renovate in #133
  • Fix typo(optiona -> optional) by @funwarioisii in #134
  • Discordgo rewrite by @Cyb3r-Jak3 in #129

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

29 Jan 15:22
5abc098
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update crazy-max/ghaction-import-gpg action to v6.1.0 by @renovate in #123
  • Support importing channel permissions by @benweissmann in #126
  • fix(deps): update module golang.org/x/net to v0.20.0 by @renovate in #124

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

23 Dec 04:33
ab34b2d
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.27.0 by @renovate in #106
  • fix(deps): update module golang.org/x/net to v0.12.0 by @renovate in #107
  • fix(deps): update module golang.org/x/net to v0.14.0 by @renovate in #108
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.28.0 by @renovate in #109
  • chore(deps): update actions/checkout action to v4 by @renovate in #113
  • chore(deps): update crazy-max/ghaction-import-gpg action to v5.4.0 by @renovate in #110
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.29.0 by @renovate in #111
  • chore(deps): update goreleaser/goreleaser-action action to v5 by @renovate in #115
  • chore(deps): update crazy-max/ghaction-import-gpg action to v6 by @renovate in #114
  • fix(deps): update module golang.org/x/net to v0.15.0 by @renovate in #112
  • chore(deps): update actionshub/markdownlint action to v3.1.4 by @renovate in #116
  • fix(deps): update module golang.org/x/net to v0.16.0 by @renovate in #117
  • fix(deps): update module golang.org/x/net to v0.18.0 by @renovate in #118
  • Add 3 Missing Permissions by @virgofx in #122
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.31.0 by @renovate in #119
  • chore(deps): update actions/setup-go action to v5 by @renovate in #121
  • fix(deps): update module golang.org/x/net to v0.19.0 by @renovate in #120

Full Changelog: v1.5.0...v1.6.0

v1.5.0

25 Jun 01:01
0e3918c
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module golang.org/x/net to v0.9.0 by @renovate in #97
  • chore(deps): update crazy-max/ghaction-import-gpg action to v5.3.0 by @renovate in #98
  • fix(deps): update module golang.org/x/net to v0.10.0 by @renovate in #99
  • go mod tidy by @inductor in #101
  • fix(deps): update module golang.org/x/net to v0.11.0 by @renovate in #102
  • Add discord_webhook resource by @Mareo in #103
  • feat: Add new create_events permission by @virgofx in #105

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

04 Apr 21:54
0c6e703
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

03 Mar 13:41
77ba288
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 Mar 06:31
aff5ed3
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue with ID calculation that makes it impossible to import by @PatrickRice-KSC in #78

Documentation Changes

New Contributors

  • @ltickett made their first contribution in #73
  • @PatrickRice-KSC made their first contribution in #78

Full Changelog: v1.1.2...v1.2.0