FEATURES:
- resource/artifactory_push_replication: Add support for specifying proxy. [GH-337]
- resource/artifactory_replication_config: Add support for specifying proxy. [GH-337]
- resource/artifactory_single_replication: Add support for specifying proxy. [GH-337]
FEATURES:
- New Resources: Added following remote repository resources. [GH-343]
- "artifactory_remote_maven_repository"
- "artifactory_remote_gradle_repository"
IMPROVEMENTS:
- resource/artifactory_remote_docker_repository: Added list_remote_folder_items attribute to resource_artifactory_remote_docker_repository. [GH-338]
- resource/artifactory_remote_cargo_repository: Added list_remote_folder_items attribute to resource_artifactory_remote_cargo_repository. [GH-338]
- resource/artifactory_remote_helm_repository: Added list_remote_folder_items attribute to resource_artifactory_remote_helm_repository. [GH-338]
- resource/artifactory_remote_pypi_repository: Added list_remote_folder_items attribute to resource_artifactory_remote_pypi_repository. [GH-338]
IMPROVEMENTS:
- Add previously missing repository resource attributes to documentation [GH-332]
IMPROVEMENTS:
- resource/artifactory_backup: Added support for system backup configuration. [GH-331]
IMPROVEMENTS:
- Make
xray_index
attribute for local/remote/federated repository resources settable by users [GH-330] - Add documentation for
xray_index
[GH-330]
FEATURES:
- resource/artifactory_virtual_helm_repository: New resource for Helm repository type with namespaces support [GH-322]
IMPROVEMENTS:
- Add a test and update the sample TF for
artifactory_remote_pypi_repository
[GH-321]
IMPROVEMENTS:
- Add
project_key
andproject_environments
to local, remote, virtual, and federated repository resources to support Artifactory Projects [GH-320]
BUG FIXES:
- resource/artifactory_keypair: Fix key pair not being stored in Terraform state correctly. [GH-317]
FEATURES:
- New Resources: Webhook resources [GH-313]
artifactory_artifact_webhook
artifactory_artifact_property_webhook
artifactory_docker_webhook
artifactory_build_webhook
artifactory_release_bundle_webhook
artifactory_distribution_webhook
artifactory_artifactory_release_bundle_webhook
IMPROVEMENTS:
- resource/resource_artifactory_remote_pypi_repository: Added support for pypi remote repository with fix for priority_resolution attribute. [GH-316]
BUG FIXES:
- resource/artifactory_single_replication_config: Fix for error when repository got externally removed, but replication resource configured. [GH-312]
BUG FIXES:
- resource/artifactory_remote_repository: Fix failing test for
proxy
attribute [GH-311]
IMPROVEMENTS:
- resource/artifactory_group: Added support for manager roles in artifactory_group resource [GH-308]
BUG FIXES:
- resource/artifactory_remote_repository: Fix unable to reset
proxy
attribute [GH-307]
BUG FIXES:
- resource/artifactory_xray_watch: Fix incorrect usage of variable reference with Resty
.SetBody()
increate
andupdate
funcs [GH-306]
FEATURES:
- New Resource:
artifactory_virtual_rpm_repository
with support forprimary_keypair_ref
andsecondary_keypair_ref
and [GH-303]
FEATURES:
- Added following smart remote repo attributes for npm, cargo, docker and helm remote repository resources [GH-305].
- "statistics_enabled"
- "properties_enabled"
- "source_origin_absence_detection"
IMPROVEMENTS:
- Add missing documentations for Federated repo resources [GH-304]
- Add additional repo types for Federated repo resources [GH-304]
FEATURES:
- New Resources:
artifactory_federated_x_repository
wherex
is one of the following [GH-296]:- "bower"
- "chef"
- "cocoapods"
- "composer"
- "conan"
- "cran"
- "gems"
- "generic"
- "gitlfs"
- "go"
- "helm"
- "ivy"
- "npm"
- "opkg"
- "puppet"
- "pypi"
- "sbt"
- "vagrant"