Terraform Provider Artifactory Versions Save

Terraform provider to manage Artifactory

v2.1.0

3 years ago

Changelog

1b3e47a5 Added force_nuget_authentication property for local and remote repos e3e0101a Bumped terraform and golang versions 0a3e3a01 Merge pull request #83 from ShreyasNBS/add-forceNugetAuthentication 52da6bd3 Merge pull request #90 from atlassian/tech-deb/bump-terraform-go-version 15ddec07 Tidy up go.sum f8167d28 fixup go.mod

v2.0.0

3 years ago

Changelog

07569a72 Added support to enable contentSynchronisation for github issue 76. Please note only enabled flag of the JSON is added as of now. ec96e222 Added two links to docs of the new datasources. dedfd624 Fix certificate tests 6209d522 Fix up docs and trigger action 72086afa Fixup go.mod 9d024b04 Merge pull request #65 from volkc-basf/master b4b49325 Merge pull request #66 from aspectcapital/issue64 ddcbc51c Merge pull request #74 from bendrucker/add-api-key 4225b26a Merge pull request #77 from AshutoshNirkhe/contentSynchronisationEnabled 26f51c3b add resource: api_key ced27f43 added a second datasource that can be used to access file infos only c9761ff4 added docs for artifactory_file & artifactory_fileinfo 3c21e86e code format 0ca7f192 dataSources don't need to implement Create, Update and Delete functions. Importer is also not needed b0dfd46f datasource artifactory_file added f2a8f010 fix checking of destroyed api keys 398f588d fixing code format using gofmt 51a2b105 go-artifactory lib: switched to v2.5 862b2f2a noissue: Dummy commit to trigger actions 4d4999da refactoring 29c8eeb2 stick to naming conventions for datasources that are used by other providers

v2.0.0-alpha1

4 years ago

Changelog

26ddae87 Merge pull request #37 from jamestoyer/single-repository-replication-config edfaff3b Merge pull request #39 from aspectcapital/certificates ba086fe5 Merge pull request #41 from jamestoyer/permissions-target-retry a07fed37 Merge pull request #42 from jamestoyer/user-password-management 17fdb147 Merge pull request #44 from jamestoyer/user-create-retries 98a28429 Merge pull request #45 from jamestoyer/group-create-retries 969c3a9b Merge pull request #46 from jamestoyer/terraform-0.12-compatibility 2b54ff8d Merge pull request #50 from AlexanderRMcNeill/resource_artifactory_virtual_repository_update_fix a87fd473 Merge pull request #61 from jamestoyer/release-builds 09c8e53c Merge pull request #62 from jamestoyer/remove-travis

v1.7.0-rc1

4 years ago

BUG FIXES

  • Add hasChange to prevent all fields being sent

v1.6.3

4 years ago

v1.6.1

4 years ago

BUG FIXES

  • Removed defaults from all resources. They should not be required and were causing strange REST api behaviour

v1.6.0

5 years ago

FEATURES:

  • Added support for Nuget variables

BUG FIXES

  • Fixed bug where all strings would be sent to API regardless of changes

Notes:

  • Bumped artifactory in integration tests to 6.9.1

v1.5.0

5 years ago

DEPRECATIONS:

  • The token provider attribute has been deprecated. It has been renamed to api_key to distinguish it from the new access_token parameter.
  • artifactory_permission_targets resource has been deprecated in favour of the new v2 API in 6.6+. The new v2 resource has been named artifactory_permission_target The old v1 permission target will be supported until the EOL of artifactory 6.5.x

FEATURES:

  • Add build action permission support [#21]
  • Support supplying user passwords with special characters [#27]

BUG FIXES:

  • Add xray_index field to local and remote repos [#26]
  • Add bower fields to remote repos [#29]

Notes:

  • Bumped to terrafom v0.11.13

v1.5.0-beta.1

5 years ago

DEPRECATIONS

  • The token provider attribute has been deprecated. It has been renamed to apikey to distinguish it from the new access_token parameter.
  • artifactory_permission_targets resource has been deprecated in favour of the new v2 API in 6.6+. The new v2 resource has been named artifactory_permission_target The old v1 permission target will be supported until the EOL of artifactory 6.5.x

FEATURES

  • Add build action permission support [#21]

BUG FIXES

  • Add xray_index field to local and remote repos [#26]

v1.4.4

5 years ago