Releases: atlassian/terraform-provider-artifactory
Releases · atlassian/terraform-provider-artifactory
v1.4.3
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
Release v1.4.1
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
Bug Fixes
- Added bypass_head_request support for remote repos
Release v1.2.2
#Bug Fixes
- Fix typo in pypi registry url
- Fixed error in creating a user without groups
Release v1.2.1
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
Features
- Added support for pypi_registry_url param to support new pypi index
Release v1.1.0
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
Makes the provider go-gettable
Release v0.0.2
Bug Fixes
- Referenced a mutex instead of copying