Releases: jianyuan/terraform-provider-sentry
v0.8.0
What's Changed
- Support sourcing auth token from env var SENTRY_AUTH_TOKEN by @jianyuan in #108
- Use tflog and new context aware functions by @pballandras in #113
- Upgrade terraform-plugin-sdk and terraform-plugin-log by @jianyuan in #128
- Use Go 1.18 by default by @jianyuan in #131
- Add Terraform 1.2.* to the test matrix by @jianyuan in #132
- Add rate limiter to API requests to prevent limit errors by @emcfarlane in #122
New Contributors
- @pballandras made their first contribution in #113
- @onur9 made their first contribution in #118
- @renovate made their first contribution in #123
- @emcfarlane made their first contribution in #122
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Support for darwin_arm64 for compatibility with the latest Apple Silicon
- Enable to set digests_min_delay & digests_max_delay by @civitaspo in #90
- Add docs for organization data source by @zahiar in #88
- add a default_key resource to manage the key created with a project by @rabunkosar-dd in #84
- Fix importin rule resources by @rabunkosar-dd in #85
- Modified documentation structure by @JustinYeoh93 in #101
- Sync documentation with code by @ymatsiuk in #103
- Check to see if the project exists before creating keys by @samcrang in #99
- Incorporate terraform-provider-scaffolding by @jianyuan in #107
New Contributors
- @civitaspo made their first contribution in #90
- @zahiar made their first contribution in #88
- @JustinYeoh93 made their first contribution in #101
- @ymatsiuk made their first contribution in #103
- @samcrang made their first contribution in #99
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.5
v0.5.4
Changelog
65755af Add resolve_age as optional project parameter (#55)
61bc3c9 Introduce checkClientGet
for 404 handling (#70)
aca3303 Make token not required so that env var can be used
01d7e4b Runs a project update right after it has been created
0cb149b Fix wrong wording in error msg on import team
96fbc67 fix rules decoding
9b01653 Update Terraform SDK
cc563d5 New data source: Sentry organization
106c8d4 Upgrade dependencies
40a8c0a Modernize README for Terraform 0.12
v0.5.3
Changelog
49d0d82 Upgrade Go packages
94cb877 Merge pull request #50 from chreble/master
e5e1782 Fix build
0ebb06d Merge pull request #45 from drivetopurchase/master
1176a44 Merge pull request #33 from Nessex/add-project-key-rate-limit
8aec020 Added rules support
a50c0a0 Remove hack for setting rate limit in create call
6ab5b1b Ensure rate limit actually gets set on key creation
14d4fff Add rate limit to create operation
f12e502 Add support for project key rate limits
v0.5.2
v0.5.1
v0.5.0
Changelog
e6872e6 Merge pull request #38 from aedades/update-terraform-0.12
77a6d38 Merge pull request #41 from loop0/fix-apache-mod-repo
b63ef36 Replaces apache thrift module source
ee48edc Move Development section to the bottom of readme
6da4bfc Update readme
f991744 Update terraform to 0.12.4
cdba343 Merge pull request #35 from deliveroo/bump-terraform-version
0fdfd77 Bump Terraform version to 0.12
f6403c1 go mod tidy
02ef83a Added documentation for the sentry_key resource and data source (#30)
dd03bfd Clarifying import help text for projects (#29)
dbc2ad9 sentry_key
resource should handle external project deletion (#28)
31843a8 Remove a suffixing quote from import example (#26)
7267d53 Remove project call sign
df975bd Upgrade terraform to v0.11.10 and go-sentry to v1.2.0
8129783 go.mod support
25689a0 Update README.md