Skip to content

Releases: sonatype-nexus-community/terraform-provider-sonatypeiq

v0.8.2

03 Oct 15:29
b3f2bee
Compare
Choose a tag to compare

Changelog

  • b3f2bee doc: fix docs post merge from #36
  • 705c646 fix: Add RequiresReplace for organizationRoleMembershipResource to allow changes (#36)

v0.8.1

21 Jun 09:32
0a141f1
Compare
Choose a tag to compare

Changelog

  • 0a141f1 docs: Correct the import documentation (#34)
  • 81b4d14 fix(sonatypeiq_source_control): Handle the attributes correctly (#35)

v0.8.0

18 Jun 11:57
d1c3ab9
Compare
Choose a tag to compare

Changelog

  • d1c3ab9 chore(ci): pin goreleaser version >2
  • 69bc6a0 feat: Add import of sonatypeiq_source_control resource (#31)

v0.7.0

28 May 15:49
55c41cd
Compare
Choose a tag to compare

Changelog

  • 55c41cd fix: Handle use of provide config from environment variables (#29)
  • 033611e patch tests for Application Move
  • 81d0810 patch tests for Application Move
  • 93dc419 fix: When the organization ID is changed the application should be moved (#27)
  • 0af1ae8 chore: correct issue template directory name
  • d196ea3 chore: draft GitHub Issue Templates (#28)
  • 4ee7c56 chore: Create CODE_OF_CONDUCT.md

v0.6.0

14 May 07:11
d401422
Compare
Choose a tag to compare

Changelog

  • d401422 docs: Improve documentation for application resource (#24)
  • 8e7e408 feat: Allow import of applications to state (#22)

v0.5.0

07 May 08:03
87dfbe8
Compare
Choose a tag to compare

Changelog

  • 87dfbe8 updated acceptance tests for Source Control Resource to work when run in parallel
  • 097e07e feat: Add management of source control by @grahamhar (#18)
  • dc2401e doc: Added CONTRIBUTING guide #16

v0.4.2

01 May 12:51
91c1391
Compare
Choose a tag to compare

Changelog

  • 91c1391 docs: Improve documentation for credentials use (#15)

v0.4.1

29 Apr 17:17
a7f59bb
Compare
Choose a tag to compare

Changelog

  • a7f59bb update go.*
  • 41b30ab chore(ci): update GH action
  • 55cdd6f fix: denote id on organization Resource as Read-Only

v0.4.0

09 Apr 06:36
dc136f0
Compare
Choose a tag to compare

Changelog

  • dc136f0 feat: add application_role_membership and organization_role_membership resources (#12)
  • a75d10a feat: add role data source (#8)
  • 6a1e639 chore: removed config mail test as unsuitable for parallel execution against single IQ server
  • 751f3b3 chore: removed config mail test as unsuitable for parallel execution against single IQ server
  • a96b227 Merge pull request #10 from iverberk/doc/fix-provider-config
  • 49f8cd6 Merge pull request #9 from iverberk/fix/prevent-config-mail-panic-on-read
  • 66a9242 fix: use correct provider config in documentation
  • 36cf88f fix: prevent panic on config mail read

v0.3.0

12 Mar 14:29
0d2c519
Compare
Choose a tag to compare

Changelog

  • 0d2c519 Merge pull request #7 from sonatype-nexus-community/feat/organization_resource
  • 99f66ec chore: missing deps
  • 2431b61 doc: updated docs
  • 40f0cbb feat: support Organization destruction (delete)
  • ac6d57b chore: test fix
  • df4829c Merge branch 'main' into feat/organization_resource
  • c810598 wip but blocked