Skip to content

Releases: datadrivers/terraform-provider-nexus

v2.5.0

12 Sep 15:34
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

08 Aug 14:25
fcc6686
Compare
Choose a tag to compare

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

  • fix: Set negative_cache block to required by @anmoel in #457

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

Full Changelog: v2.3.0...v2.4.0

v2.3.0

13 Jun 15:15
Compare
Choose a tag to compare

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

04 Mar 16:27
Compare
Choose a tag to compare

Feature

  • Add resource and datasource for SSL truststore by @afrimberger in #413
  • Use timeout config variable by @csibbel in #422

Bug fixes

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

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Jan 10:10
Compare
Choose a tag to compare

Feature

  • Add in subdomain connector feature for Pro versions. by @btribit in #416

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

11 Jan 10:45
Compare
Choose a tag to compare

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

Full Changelog: v1.22.0...v2.0.0

v1.22.0

21 Sep 14:45
efc5352
Compare
Choose a tag to compare

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

Full Changelog: v1.21.2...v1.22.0

v1.21.2

17 Oct 16:12
5886fee
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 77f6008: fix(security_role): Update nexus client for fixing security role handling (@anmoel)

v1.21.1

17 Oct 06:39
c53ab20
Compare
Choose a tag to compare

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

v1.21.0

24 Jun 16:47
72b5961
Compare
Choose a tag to compare

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