Releases: datadrivers/terraform-provider-nexus
Releases · datadrivers/terraform-provider-nexus
v1.20.1
v1.20.0
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
Full Changelog: v1.19.0...v1.20.0
v1.19.0
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
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
- @dampsoft-david made their first contribution in #206
- @erikvanbrakel made their first contribution in #229
Full Changelog: v1.18.0...v1.19.0
v1.18.0
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
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
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
v1.16.0
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
- Bump crazy-max/ghaction-import-gpg from 2 to 4.1.0 by @dependabot in #154
- Bump actions/setup-go from 1 to 2.1.4 by @dependabot in #155
- chore(codeql): enabled codeql-analysis workflow by @sebbrandt87 in #153
- chore(README): added CodeQL badge by @sebbrandt87 in #157
- Bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #160
- feat(client): Use new nexus go client version by @anmoel in #161
- feat(sdk): Upgrade to terraform-plugin-sdk v2 by @anmoel in #163
#167
New Contributors
- @dependabot made their first contribution in #154
- @fuerst-ede made their first contribution in #131
Full Changelog: v1.15.0...v1.16.0
v1.15.0
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)