Releases: atlassian/terraform-provider-artifactory
v2.1.0
Changelog
1b3e47a Added force_nuget_authentication property for local and remote repos
e3e0101 Bumped terraform and golang versions
0a3e3a0 Merge pull request #83 from ShreyasNBS/add-forceNugetAuthentication
52da6bd Merge pull request #90 from atlassian/tech-deb/bump-terraform-go-version
15ddec0 Tidy up go.sum
f8167d2 fixup go.mod
v2.0.0
Changelog
07569a7 Added support to enable contentSynchronisation for github issue 76. Please note only enabled flag of the JSON is added as of now.
ec96e22 Added two links to docs of the new datasources.
dedfd62 Fix certificate tests
6209d52 Fix up docs and trigger action
72086af Fixup go.mod
9d024b0 Merge pull request #65 from volkc-basf/master
b4b4932 Merge pull request #66 from aspectcapital/issue64
ddcbc51 Merge pull request #74 from bendrucker/add-api-key
4225b26 Merge pull request #77 from AshutoshNirkhe/contentSynchronisationEnabled
26f51c3 add resource: api_key
ced27f4 added a second datasource that can be used to access file infos only
c9761ff added docs for artifactory_file & artifactory_fileinfo
3c21e86 code format
0ca7f19 dataSources don't need to implement Create, Update and Delete functions. Importer is also not needed
b0dfd46 datasource artifactory_file added
f2a8f01 fix checking of destroyed api keys
398f588 fixing code format using gofmt
51a2b10 go-artifactory lib: switched to v2.5
862b2f2 noissue: Dummy commit to trigger actions
4d4999d refactoring
29c8eeb stick to naming conventions for datasources that are used by other providers
v2.0.0-alpha1
Changelog
26ddae8 Merge pull request #37 from jamestoyer/single-repository-replication-config
edfaff3 Merge pull request #39 from aspectcapital/certificates
ba086fe Merge pull request #41 from jamestoyer/permissions-target-retry
a07fed3 Merge pull request #42 from jamestoyer/user-password-management
17fdb14 Merge pull request #44 from jamestoyer/user-create-retries
98a2842 Merge pull request #45 from jamestoyer/group-create-retries
969c3a9 Merge pull request #46 from jamestoyer/terraform-0.12-compatibility
2b54ff8 Merge pull request #50 from AlexanderRMcNeill/resource_artifactory_virtual_repository_update_fix
a87fd47 Merge pull request #61 from jamestoyer/release-builds
09c8e53 Merge pull request #62 from jamestoyer/remove-travis
v1.7.0-rc1
BUG FIXES
- Add hasChange to prevent all fields being sent
v1.6.3
noissue: Compute no defaulted values.
v1.6.1
BUG FIXES
- Removed defaults from all resources. They should not be required and were causing strange REST api behaviour
v1.6.0
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
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:
Notes:
- Bumped to terrafom v0.11.13
v1.5.0-beta.1
DEPRECATIONS
- The
token
provider attribute has been deprecated. It has been renamed to
apikey
to distinguish it from the newaccess_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 namedartifactory_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
Merge pull request #25 from cgriggs01/cgriggs01-website-docs Update Documentation to meet Terraform.io requirements