Skip to content

Releases: jmatsu/terraform-provider-slack

v0.9.0

27 Jun 11:07
5e67365
Compare
Choose a tag to compare

Improvements

  • This version uses plugin sdk v2.
  • Finally, error messages include the api document and the resource ID else.

Breaking Changes

  • Drop slack_group and slack_channel data sources as we have deprecated in v0.5.0
    • Use slack_conversation instead

Deprecation

  • query_type == name in slack_user resource has been deprecated

v0.8.1

25 Jun 04:08
b19ec82
Compare
Choose a tag to compare
Merge pull request #59 from jmatsu/feat/support_darwin_arm64

Support Darwin ARM64

v0.8.0

01 Sep 08:05
8a9e371
Compare
Choose a tag to compare

Breaking Changes

  • Need to specify action_on_destroy when using channel, group, and conversation resources. #49

v0.7.1

01 Sep 06:48
dfc65d9
Compare
Choose a tag to compare

** Bug fixes**

  • 0.7.0 couldn't read tfstate properly #48

v0.7.0

28 Jun 14:30
9e4ecfb
Compare
Choose a tag to compare

Improvements

  • slack_usergroup_channels can manage public and/or private channels. ref: #45

Bug fixes

  • Fixed a bug that slack_usergroup_channels#channels used its order to compare resources. ref: #45

v0.6.6

04 Jun 01:31
fbbf9e3
Compare
Choose a tag to compare

This release just introduces documentation to terraform plugin portal.

No feature changes since v0.6.5.

v0.6.5

30 Oct 09:59
4b7cbba
Compare
Choose a tag to compare

No code changes happened since v0.6.4.

This version is the first release to public registry.

https://registry.terraform.io/providers/jmatsu/slack/latest

v0.6.4

16 Oct 03:13
d63ff59
Compare
Choose a tag to compare

Changelog

4371257 [ci skip] Updated README
8361fb6 add tests for usergroup members
3f1b15d fix error when creating group

v0.6.3 - DEPRECATED

14 Oct 05:25
acddab6
Compare
Choose a tag to compare

Please use v0.6.4

Changelog

4bf4e56 user set for usergroup members

v0.6.2

05 Sep 09:16
97ec4a6
Compare
Choose a tag to compare

Changelog

081e17e Use User#lookupByEmail API to avoid relying on the cache of User#list calls. This will bring improvements to calls from the CI environment.