Skip to content

Releases: atlassian/terraform-provider-artifactory

v1.4.3

22 Jan 23:29
23bfa93
Compare
Choose a tag to compare

v1.4.3 (January 22, 2019)

Bug Fixes:

  • Fixed setting of passwords in replications and remote repository

Notes:

  • Added integration tests
  • Bumped to terraform v0.11.11
  • Cleaned up lint checks and build

Release v1.4.2

03 Dec 20:34
Compare
Choose a tag to compare

FEATURES:

  • Added docs website [#14]

BUG FIXES:

  • Added enable_token_authentication to remote repositories [#18]

Release v1.4.1

06 Nov 20:48
Compare
Choose a tag to compare

Features

  • Add support for supplying user password on creation via the environment variable TF_USER_${artifactory_username}_PASSWORD.
  • Migrate from dep to go modules. This is transparent for end users but requires go 1.11 for development with module support enabled.

Other

  • Removed formatting checks from CI and streamlined build.
  • Removed makefile and githooks in favour of default go tool commands.

Release v1.2.3

08 Jun 02:08
Compare
Choose a tag to compare

Bug Fixes

  • Added bypass_head_request support for remote repos

Release v1.2.2

15 May 02:39
Compare
Choose a tag to compare

#Bug Fixes

  • Fix typo in pypi registry url
  • Fixed error in creating a user without groups

Release v1.2.1

02 May 04:56
Compare
Choose a tag to compare

Bug Fixes

  • Updating a replication url or permission is broken in the API, this update uses the force new option to modify this value

Release v1.2.0

23 Apr 05:14
5bfac3f
Compare
Choose a tag to compare

Features

  • Added support for pypi_registry_url param to support new pypi index

Release v1.1.0

19 Apr 08:13
d173c10
Compare
Choose a tag to compare

Bug fixes

  • Computed fields were overused which meant a large proportion off the diff didn't show up
  • Remote repository passwords now work correctly

Release v1.0.1

11 Apr 09:22
Compare
Choose a tag to compare

Makes the provider go-gettable

Release v0.0.2

11 Apr 06:43
2728a9b
Compare
Choose a tag to compare

Bug Fixes

  • Referenced a mutex instead of copying