Releases: jianyuan/terraform-provider-sentry
v0.9.1
What's Changed
- Fix project team not updating by @jianyuan in #172
- fix(deps): update golang.org/x/oauth2 digest to 02e64fa by @renovate in #174
- fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.11.0 by @renovate in #173
- Add information about importing alert to the resource doc. by @t-cyrill in #175
- fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.12.0 by @renovate in #176
New Contributors
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- New resource:
sentry_dashboard
by @jianyuan in #162 - New data source:
sentry_dashboard
by @jianyuan in #167 - New resource:
sentry_metric_alert
by @jianyuan and @javaadsnappcar - New data source:
sentry_metric_alert
by @jianyuan - Rename
sentry_rule
tosentry_issue_alert
by @jianyuan in #147 - New data source:
sentry_issue_alert
by @jianyuan - Improve handling of API Rate Limits by Retrying Requests by @jianyuan in #168
Internals
- Use go-sentry/v2 and pass context to all API methods by @jianyuan in #144
- Refactor organization, teams, projects, keys by @jianyuan in #152, #156, #159
Documentation
- Migrate documentation to
tfplugindocs
by @jianyuan in #141 - Add information about importing key to the resource doc. by @jannaspam in #149
New Contributors
- @javaadsnappcar made their first contribution in #120
- @jannaspam made their first contribution in #149
Full Changelog: v0.8.0...v0.9.0
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