Releases: datadrivers/terraform-provider-nexus
Releases · datadrivers/terraform-provider-nexus
v2.5.0
What's Changed
Features
- feat: Add latest_policy to storage block of docker hosted repository by @anmoel in #460
- Add support for mutual authentication via TLS by @shearn89 in #459
- feat: Add new arguments to resource and data source docker_proxy by @anmoel in #470
Bug fixes
Other Changes
- feat: update nexus to 3.72 by @chris-ruecker in #469
New Contributors
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
Features
- feat: Update Nexus version to 3.70.1 by @csibbel in #455
- feat: Set negative cache fields as required options by @anmoel in #458
Bug fixes
Others
- build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 by @dependabot in #453
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #438
New Contributors
- @pre-commit-ci made their first contribution in #438
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- fix: improve repository group templates to handle multiple members by @csibbel in #447
- Fix: Fix acceptance test for docker repository by @anmoel in #448
- build(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #441
- build(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #431
- build(deps): Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #445
- build(deps): Bump github.com/golangci/golangci-lint from 1.56.2 to 1.59.1 by @dependabot in #449
- build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.4 by @dependabot in #450
- Datasource list for blob stores by @fscellos in #442
- fix: Update routing_rule with nil in proxy repositories if the routing… by @anmoel in #451
- build(deps): Bump github.com/datadrivers/go-nexus-client from 1.10.0 to 1.10.1 by @dependabot in #439
- ci: Fix goreleaser by @anmoel in #452
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Feature
- Add resource and datasource for SSL truststore by @afrimberger in #413
- Use timeout config variable by @csibbel in #422
Bug fixes
- Fix skipping of test for docker subdomain pro feature by @anmoel in #421
- Fix resource group members ordering by @oliverisaac in #427
Other Changes
- build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #429
- build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.33.0 by @dependabot in #426
- build(deps): Bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.2 by @dependabot in #425
New Contributors
- @afrimberger made their first contribution in #413
- @csibbel made their first contribution in #422
- @oliverisaac made their first contribution in #427
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Feature
Other Changes
- build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.18.0 by @dependabot in #417
- Ci: Improve doc generation and fix tests by @anmoel in #418
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Deprecations
- !feat(v2): Remove all deprecated resources by @anmoel in #385
removed resources:- resource and data source "nexus_anonymous"
- resource and data source "nexus_blobstore"
- resource and data source "nexus_privileges"
- resource and data source "nexus_repository"
- resource and data source "nexus_user"
- resource "nexus_content_selector"
- resource "nexus_role"
Feature
- feat: Update Nexus test image to datadrivers multi arch docker image … by @anmoel in #390
- feat: Update supported nexus version to v0.64.0.-03 by @anmoel in #414
Other Changes
- build(deps): Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.2 by @dependabot in #386
- ci: Enable pro tests in feature branch pipeline after getting new licence key by @anmoel in #391
- build(deps): Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #393
- build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #395
- build(deps): Bump github.com/golangci/golangci-lint from 1.54.2 to 1.55.1 by @dependabot in #396
- build(deps): Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #409
- build(deps): Bump github/codeql-action from 2 to 3 by @dependabot in #406
- build(deps): Bump actions/stale from 8 to 9 by @dependabot in #405
- build(deps): Bump actions/setup-go from 4 to 5 by @dependabot in #404
- build(deps): Bump github.com/golangci/golangci-lint from 1.55.1 to 1.55.2 by @dependabot in #398
- WIP: Bugfix/apt signing info #403 by @chris-ruecker in #408
- build(deps): Bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0 by @dependabot in #410
- build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.31.0 by @dependabot in #407
- build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #412
New Contributors
- @chris-ruecker made their first contribution in #408
Full Changelog: v1.22.0...v2.0.0
v1.22.0
Changelog
Features
- feat(mail_config): add resource and data sources for nexus mail config by @fabrue in #365
- feat: Split privilege resource / data source in resource / data source for each type by @fabrue and @chris-ruecker in #372
Bugfixes
none
Other changes
- build(deps): Bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 by @dependabot in #330
- build(deps): Bump github.com/golangci/golangci-lint from 1.50.0 to 1.50.1 by @dependabot in #331
- chore: Add stale bot for issue and pr cleanup by @anmoel in #332
- build(deps): Bump actions/stale from 5 to 6 by @dependabot in #333
- build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #334
- build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 by @dependabot in #336
- build(deps): Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #337
- chore: Update logging to legacy logging with support for levels by @interone-ms in #353
- chore: allow local development for m1 by @fabrue in #356
- build(deps): Bump actions/stale from 6 to 7 by @dependabot in #338
- build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #344
- build(deps): Bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in #345
- build(deps): Bump actions/setup-go from 3 to 4 by @dependabot in #350
- build(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #359
- build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.16.0 by @dependabot in #360
- build(deps): Bump github.com/golangci/golangci-lint from 1.50.1 to 1.53.3 by @dependabot in #361
- build(deps): Bump crazy-max/ghaction-import-gpg from 5.2.0 to 5.3.0 by @dependabot in #363
- build(deps): Bump actions/stale from 7 to 8 by @dependabot in #364
- chore: Update email address in code-of-conduct by @anmoel in #370
- build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.28.0 by @dependabot in #376
- build(deps): Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.2 by @dependabot in #374
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #378
- build(deps): Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #381
- build(deps): Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0 by @dependabot in #380
- build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 by @dependabot in #379
- ci: Update pre-commit modules by @anmoel in #382
New Contributors
- @interone-ms made their first contribution in #353
- @fabrue made their first contribution in #356
- @chris-ruecker made their first contribution in #372
Full Changelog: v1.21.2...v1.22.0
v1.21.2
v1.21.1
Changelog
Features
- 743804b: feat: Remove timeout in maven repository test to test a proxy repository with no timeout value (@anmoel)
- 0534daf: feat: Improve ValidateDiagFunc for http client connection timeout (@anmoel)
Bug fixes
- e227646: fix(repository): Remove default of http client timeout. (@anmoel)
- eea0d0a: fix(repository): Refactore generation of HTTPClientConnections (@anmoel)
- 968b1b9: fix(repository): Improve empty timeout handling of function getHTTPClientConnection (@anmoel)
Other changes
- 7df5ff1: docs: Fix the example usage of go group repo (@anmoel)
- a0ee5ed: build(deps): Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (@dependabot[bot])
- 4862350: docs: Format all examples (@anmoel)
- 1f8016c: build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (@dependabot[bot])
- 5d1f814: docs: Use hashicorps docs-plugin for generating docs (@anmoel)
- 96e0113: build(deps): Bump crazy-max/ghaction-import-gpg from 5.0.0 to 5.1.0 (@dependabot[bot])
- c1df659: build(deps): Bump github.com/golangci/golangci-lint (@dependabot[bot])
- e036c59: build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (@dependabot[bot])
- c6d29ad: build(deps): Bump github.com/golangci/golangci-lint (@dependabot[bot])
- e1d428a: build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (@dependabot[bot])
- 30bba80: build(deps): Bump github.com/golangci/golangci-lint (@dependabot[bot])
- 9e1f1bb: build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (@dependabot[bot])
- 5cf8815: Fix ttl variable name (@nunoalima)
- b8ac3f6: Add missing enclosing characters (@nunoalima)
- 03c830c: Fix ttl variable name (@nunoalima)
- cbaebb5: Update docs (@nunoalima)
- 7f86923: build(deps): Bump github.com/golangci/golangci-lint (@dependabot[bot])
- 1a8bbb8: build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (@dependabot[bot])
- b774fea: ci: Update nexus version and golang version (@anmoel)
- 0f53b49: ci: Revert update of nexus version (@anmoel)
- 4f3fc98: ci: Check for azure token in test pipeline (@anmoel)
- c53ab20: ci: Automate changelog generation with goreleaser (@anmoel)
v1.21.0
What's Changed
Features
- feat(repository): Add resource and data source for cocoapods proxy repository by @anmoel in #288
- feat(repository): Add resource and data sources for p2, conan and conda proxy repository by @anmoel in #290
- feat(repository): Add resource and data source for hosted gitlfs repository by @anmoel in #297
- feat(repository): Add resource and data sources for helm repositories by @anmoel in #298
- feat(repository): Add resources and data sources for go repositories by @anmoel in #299
Other changes
- chore: Add code of conduct by @anmoel in #283
- build(deps): Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #286
- chore: Add contact method to code-of-conduct by @anmoel in #285
- build(deps): Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #289
Full Changelog: v1.20.1...v1.21.0