Skip to content

Releases: datadrivers/terraform-provider-nexus

v1.20.1

15 Jun 16:59
2421b69
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(repository): Fix validation and documentation of http_client block by @anmoel in #282
  • doc(repository): Fix documentation of nexus_repository_docker_group by @mkyc in #279

New Contributors

  • @mkyc made their first contribution in #279

Full Changelog: v1.20.0...v1.20.1

v1.20.0

15 Jun 13:49
885b3b4
Compare
Choose a tag to compare

What's Changed

Feature

  • feat(repository): Add resources and data sources for pypi repository by @anmoel in #270
  • feat(repository): Add resources and data sources for nuget repository by @anmoel in #271
  • feat(repository): Add resources and data sources for R repositories by @anmoel in #272
  • feat(repository): Add resources and data sources for rubygems repositories by @anmoel in #273
  • feat(repository): Add resources and data sources for bower repositories by @anmoel in #277
  • feat(repository): Add validation function for maven and yum repo resources by @anmoel in #278
  • feat(repository): Add resources and data sources for raw repositories by @anmoel in #281

Other changes

  • docs(repository): Set deprecation Warning for old resource nexus_repository by @anmoel in #275

Full Changelog: v1.19.0...v1.20.0

v1.19.0

13 Jun 15:44
6f14680
Compare
Choose a tag to compare

What's Changed

Feature

  • feat(repository): Add resource and data source for hosted maven repository by @anmoel in #233
  • feat: Add data source for maven hosted repository by @anmoel in #237
  • feat(repository): Add resource and data source for maven group repository by @anmoel in #238
  • feat(repository): Add data-source and resource nexus_repository_npm_* by @erikvanbrakel in #229
  • feat(repository): Add writable members to npm group repository by @anmoel in #240
  • feat(repository): Add resource and data source for maven proxy repo by @anmoel in #241

Bug Fixes

  • fix(docs): Fix documentaton for import command of resource nexus_security_realms by @anmoel in #197

Other changes

  • build(deps): Bump actions/setup-go from 2.2.0 to 3 by @dependabot in #202
  • build(deps): Bump github.com/golangci/golangci-lint from 1.44.0 to 1.44.2 by @dependabot in #199
  • build(deps): Bump crazy-max/ghaction-import-gpg from 4.1.0 to 4.2.0 by @dependabot in #203
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0 by @dependabot in #207
  • build(deps): Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #210
  • build(deps): Bump crazy-max/ghaction-import-gpg from 4.2.0 to 4.3.0 by @dependabot in #209
  • build(deps): Bump actions/checkout from 2 to 3 by @dependabot in #204
  • documentaion Example Usage Update by @dampsoft-david in #206
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.11.0 to 2.12.0 by @dependabot in #211
  • build(deps): Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 by @dependabot in #213
  • build(deps): Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 by @dependabot in #214
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.14.0 by @dependabot in #216
  • build(deps): Bump crazy-max/ghaction-import-gpg from 4.3.0 to 4.4.0 by @dependabot in #218
  • build(deps): Bump github/codeql-action from 1 to 2 by @dependabot in #219
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.14.0 to 2.15.0 by @dependabot in #220
  • build(deps): Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.0 by @dependabot in #221
  • build(deps): Bump crazy-max/ghaction-import-gpg from 4.4.0 to 5.0.0 by @dependabot in #227
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.15.0 to 2.17.0 by @dependabot in #228
  • build(deps): Bump goreleaser/goreleaser-action from 2 to 3 by @dependabot in #225
  • build(deps): Bump github.com/golangci/golangci-lint from 1.46.0 to 1.46.2 by @dependabot in #224
  • build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #230
  • build: Update test environment by @anmoel in #234

New Contributors

Full Changelog: v1.18.0...v1.19.0

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