Releases: Lucky3028/terraform-provider-discord
Releases · Lucky3028/terraform-provider-discord
v1.9.0
What's Changed
New Features
- Add readonly roles attribute to server by @Cyb3r-Jak3 in #165
Document Updates
- fix: Type of import command by @CornerSyrup in #161
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
- @CornerSyrup made their first contribution in #161
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
Document Updates
- docs: migrate docs to tfplugindocs by @nint8835 in #151
- docs: Add import examples for resources by @Cyb3r-Jak3 in #158
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
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
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
- @funwarioisii made their first contribution in #134
- @Cyb3r-Jak3 made their first contribution in #129
Full Changelog: v1.6.1...v1.7.0
v1.6.1
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
- @benweissmann made their first contribution in #126
Full Changelog: v1.6.0...v1.6.1
v1.6.0
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
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
- @inductor made their first contribution in #101
- @Mareo made their first contribution in #103
- @virgofx made their first contribution in #105
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.0
Bug Fixes
- fix: permission bit may be int by @Lucky3028 in #86
- Fix terraform channel import by @ltickett in #88
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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