Skip to content

Releases: datadrivers/terraform-provider-nexus

v1.18.0

10 Feb 09:05
7f5467f
Compare
Choose a tag to compare

What's Changed

Feature

  • feat(repository): Add data source and resource nexus_repository_docker_proxy by @anmoel in #186
  • feat(repository): Add data-source and resource nexus_repository_docker_group by @anmoel in #189
  • feat(repository): Add Resource and data source nexus_repository_yum_group by @anmoel in #190
  • feat(repository): Add resource and data source nexus_repository_yum_proxy by @anmoel in #192

Bug Fixes

  • fix(tests): Add SKIP_PRO_TEST to resource docker group test by @anmoel in #195

Other changes

  • Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 by @dependabot in #187
  • feat(refactore): Move TemplateStrings of repository into acceptance package and refactore by @anmoel in #193
  • Bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in #194

Full Changelog: v1.17.0...v1.18.0

v1.17.0

24 Jan 09:07
2d531b8
Compare
Choose a tag to compare

What's Changed

Features

  • feat(repository): Add component block to nexus_repository_yum_hosted in #174
  • feat(repository): Add resource and data source nexus_repository_apt_hosted in #177
  • feat(repository): Add resource and data_source nexus_repository_apt_proxy in #179
  • feat(blobstores): Add data source and resource nexus_blobstore_azure and nexus_blobstore_group in #180
  • feat(repository): Add data_source and resource for nexus_repository_docker_hosted in #183

Bug fixes

  • fix(docs): Add schema for ID to set this predefined attribute as read-only in #170

Full Changelog: v1.16.1...v1.17.0

v1.16.1

06 Jan 07:52
048f7f1
Compare
Choose a tag to compare

What's Changed

  • Fix pointer handling in resource nexus_repository by @anmoel in #172

Full Changelog: v1.16.0...v1.16.1

v1.16.0

05 Jan 11:21
fda7940
Compare
Choose a tag to compare

What's Changed

Features

  • [Issue:#123] Implement nexus_repository_yum_hosted by @ruedigerblock in #159
  • [Issue:#129] Implement nexus_blobstorer_file by @fuerst-ede in #131
  • feat(rename): Add resource and data-source nexus_security_anonymous by @anmoel in #164
  • feat(rename): Create resource and data source for nexus_security_role by @anmoel in #166
  • feat(rename): Add resource and data-source for nexus_security_content_selector by @anmoel in
  • feat(blobstore): Add resource and data-source for nexus_blobstore_s3 by @anmoel in #168
  • feat(repository): Add data-source nexus_repository_list by @anmoel in #169

Bug fixes

  • doc: Remove unavailable resource "nexus_resource_user" from the docs by @anmoel in #151
  • fix(dependabot): corrected package-ecosystem gomod by @sebbrandt87 in #152

Other changes

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0

13 Dec 08:33
83ca458
Compare
Choose a tag to compare

Changes:

  • Added info about possible values in repository definitions (#116)
  • Add subcategory to generated documentation (#126)
  • Update documentation for local development (#127)
  • Add nuget_version to nuget_proxy (#143)
  • Support bearerToken authentication in http client configuration for npm repositories (#149)
  • Add conection options to repository manifest (#150)

Fixes:

  • Fix mistake in documentation (#115)

v1.14.0

17 Aug 13:45
5f2b535
Compare
Choose a tag to compare

Features:

  • Add resource and datasource for anonymous authentication configuration #113

  • Add resource and datasource for global user token configuration #114

v1.13.1

13 Aug 16:07
7ba3be5
Compare
Choose a tag to compare

Bug fixes
Fix update of resource nexus_security_ldap #112

v1.13.0

13 Aug 13:30
cf09513
Compare
Choose a tag to compare

Features:

Add support for SAML configuration #111

v1.12.0

19 Feb 16:57
98daed2
Compare
Choose a tag to compare
Merge pull request #99 from datadrivers/anmoel/issue84

Proposal: Rename data_source_user{_test}.go -> data_source_security_user{_test}.go

v1.11.1

22 Jan 08:15
454d5a8
Compare
Choose a tag to compare
  • Add Support for proxy configurations from environment variables

Improve documentation of following resources and data sources

  • resource nexus_blobstore
  • resource nexus_repository
  • resource nexus_security_ldap
  • resource nexus_security_ldap_order
  • data source nexus_blobstore
  • data source nexus_privileges
  • data source nexus_repository
  • data source nexus_security_ldap
  • data source nexus_security_realms
  • data source nexus_user