Skip to content

Bump github.com/jfrog/terraform-provider-artifactory/v12 from 12.11.4 to 12.11.8 - #335

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/jfrog/terraform-provider-artifactory/v12-12.11.8
Open

Bump github.com/jfrog/terraform-provider-artifactory/v12 from 12.11.4 to 12.11.8#335
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/jfrog/terraform-provider-artifactory/v12-12.11.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/jfrog/terraform-provider-artifactory/v12 from 12.11.4 to 12.11.8.

Release notes

Sourced from github.com/jfrog/terraform-provider-artifactory/v12's releases.

v12.11.8

What's Changed

Other Changes 📚

Full Changelog: jfrog/terraform-provider-artifactory@v12.11.7...v12.11.8

v12.11.7

What's Changed

Other Changes 📚

Full Changelog: jfrog/terraform-provider-artifactory@v12.11.6...v12.11.7

v12.11.6

What's Changed

Other Changes 📚

Full Changelog: jfrog/terraform-provider-artifactory@v12.11.5...v12.11.6

v12.11.5

What's Changed

Other Changes 📚

Full Changelog: jfrog/terraform-provider-artifactory@v12.11.4...v12.11.5

Changelog

Sourced from github.com/jfrog/terraform-provider-artifactory/v12's changelog.

12.11.8 (Jul 9, 2026). Tested on Artifactory 7.146.25 with Terraform 1.15.8 and OpenTofu 1.12.3

FEATURES:

  • New Resource: artifactory_remote_bazel_repository to support Bazel Modules Repositories for proxying a Bazel registry such as the Bazel Central Registry (https://bcr.bazel.build/).
  • New Data Source: artifactory_remote_bazel_repository. Bazel Modules repositories are supported as remote repositories only; local and virtual are not supported by Artifactory.

FEATURES:

  • resource/artifactory_remote_*_repository: Add write-only password_wo attribute (and companion password_wo_version) for the remote repository password. When set, the credential is sent to Artifactory but is never stored in Terraform state or plan. Requires Terraform 1.11 or later and conflicts with password. Change password_wo_version to re-send a rotated secret. Issue: #1346

IMPROVEMENTS:

  • resource/artifactory_package_cleanup_policy: Document that package cleanup policies can now be created and managed with an Enterprise X (EntX) license, in addition to Enterprise+, following the server-side enablement in Artifactory 7.139 (Cloud) and 7.146 (Self-Hosted). This applies to cleanup policies only, not archive policies. No provider code change is required as license enforcement is handled by the Artifactory API.

12.11.7 (Jun 16, 2026). Tested on Artifactory 7.146.17 with Terraform 1.15.6 and OpenTofu 1.12.2

BUG FIXES:

  • resource/artifactory_package_cleanup_policy: Preserve omitted cron_expression as null when Artifactory returns an empty string, avoiding an inconsistent result after apply. Issue: #1406 PR: #1414

IMPROVEMENTS:

  • resource/artifactory_remote_ansible_repository: Change default value of bypass_head_requests from false to true. The galaxy.ansible.com registry rejects HEAD requests, so this attribute must be true for the remote repository to function correctly. This aligns the provider default with the Artifactory server behavior, which automatically sets this to true for Ansible repositories. PR: #1422

12.11.6 (Jun 9, 2026). Tested on Artifactory 7.146.15 with Terraform 1.15.5 and OpenTofu 1.12.1

IMPROVEMENTS:

  • resource/artifactory_virtual_rpm_repository: Add retrieval_cache_period_seconds attribute. This value refers to the number of seconds to cache metadata files before checking for newer versions on aggregated repositories. A value of 0 indicates no caching. Default value is 7200. PR: #1413

12.11.5 (May 21, 2026). Tested on Artifactory 7.146.13 with Terraform 1.15.4 and OpenTofu 1.12.0

BUG FIXES:

  • resource/artifactory_*_repository: Use types.String to support "unknown" project_environments elements during terraform plan. This fixes a Value Conversion Error when project_environments contains values from other resources (e.g., project_environment resource IDs). Issue: #1251. PR: #1252

IMPROVEMENTS:

  • resource/artifactory_ldap_group_setting_v2: Add refresh_operation attribute (UPDATE, IMPORT, UPDATE_AND_IMPORT, default: UPDATE_AND_IMPORT) to trigger LDAP group synchronization automatically after create or update. Previously, the group config was saved but Artifactory did not sync groups until a manual UI click or API call. Existing resources upgrading to this version will see + refresh_operation = "UPDATE_AND_IMPORT" in the plan and a one-time sync on apply — safe and idempotent. Since the Artifactory API does not return this field, the value is preserved in state. PR: #1403
Commits
  • fe4f8bc Merge pull request #1434 from jfrog/JTFPR-257-1
  • 41834a2 Merge branch 'master' into JTFPR-257-1
  • 12fdd62 Add write-only password_wo attribute for remote repositories
  • 3803d10 Merge pull request #1433 from jfrog/JTFPR-257
  • 9858a9f JFrog Pipelines - Add Artifactory version to CHANGELOG.md
  • ed7a705 Add Bazel repository support
  • 9e24e24 Merge pull request #1432 from jfrog/JTFPR-251
  • 2072b06 Document package cleanup policies license support
  • 1616e9f Merge pull request #1422 from jfrog/JTFPR-000
  • 6614973 JFrog Pipelines - Add Artifactory version to CHANGELOG.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/jfrog/terraform-provider-artifactory/v12](https://github.com/jfrog/terraform-provider-artifactory) from 12.11.4 to 12.11.8.
- [Release notes](https://github.com/jfrog/terraform-provider-artifactory/releases)
- [Changelog](https://github.com/jfrog/terraform-provider-artifactory/blob/master/CHANGELOG.md)
- [Commits](jfrog/terraform-provider-artifactory@v12.11.4...v12.11.8)

---
updated-dependencies:
- dependency-name: github.com/jfrog/terraform-provider-artifactory/v12
  dependency-version: 12.11.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 10, 2026
@dependabot
dependabot Bot requested a review from srinivasgowda097 as a code owner July 10, 2026 07:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants