Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Releases: rewe-digital/terraform-provider-sonarcloud

v0.5.2

14 Jan 16:09
Compare
Choose a tag to compare
fix(quality-gate): remove invalid validation

The validation used was actually for SonarQube, not SonarCloud.

As the list of allowed metrics is changed dynamically, the validation has been removed.

Fixes #123

v0.5.1

03 Dec 21:04
Compare
Choose a tag to compare

Bug fixes

Fixes the import functionality for the following resources:

  • sonarcloud_project_link
  • sonarcloud_project_main_branch
  • sonarcloud_user_group_permissions
  • sonarcloud_user_permissions
  • sonarcloud_webhook

v0.5.0

01 Dec 22:30
e42cd6a
Compare
Choose a tag to compare

This release add various quality gate resources and data sources while also adding, fixing and documenting resource imports.

New resources

  • sonarcloud_project_link
  • sonarcloud_user_group_permissions
  • sonarcloud_user_permissions
  • sonarcloud_webhook

New data sources

  • sonarcloud_project_links
  • sonarcloud_user_group_permissions
  • sonarcloud_user_permissions
  • sonarcloud_webhooks

v0.4.0

30 Oct 23:01
Compare
Choose a tag to compare

This release adds the project_main_branch resource. A special thanks to @mdb for adding this new resource!

Furthermore, issue #63 was closed, so it's now possible to run acceptance tests in CI. This should help getting new features tested more easily.

New resource(s)

  • project_main_branch

v0.3.1

07 Sep 19:48
Compare
Choose a tag to compare

This is a doc-fix release and does not contain any changes / fixes in functionality.

v0.3.0

08 Aug 12:40
a7e27a3
Compare
Choose a tag to compare

This release add various quality gate resources and data sources. A special thanks to @Bhutania for his hard work to add these new resources and data sources!

New resources

  • sonarcloud_quality_gate
  • sonarcloud_quality_gate_selection

New data sources

  • sonarcloud_quality_gate
  • sonarcloud_quality_gates

v0.2.1

06 Mar 17:51
e3e03c2
Compare
Choose a tag to compare
docs(user_group_member): document import

v0.2.0

12 Jan 15:03
ded9be4
Compare
Choose a tag to compare
ci: use go-version 1.17

v0.1.1

16 Jul 12:18
f83c020
Compare
Choose a tag to compare
fix: remove www from API url

The API url `https://www.sonarcloud.io/api` redirects to `https://sonarcloud.io/api` causing problems with auth and POST requests (see #20).

v0.1.0

12 Feb 15:39
Compare
Choose a tag to compare
Run release workflow on ubuntu-latest