Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jfrog/artifactory from 10.7.6 to 12.3.1 #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps jfrog/artifactory from 10.7.6 to 12.3.1.

Release notes

Sourced from jfrog/artifactory's releases.

v12.3.1

What's Changed

Improvements/Enhancements 🎉

Full Changelog: jfrog/terraform-provider-artifactory@v12.3.0...v12.3.1

v12.3.0

What's Changed

Improvements/Enhancements 🎉

Full Changelog: jfrog/terraform-provider-artifactory@v12.2.0...v12.3.0

v12.2.0

What's Changed

Improvements/Enhancements 🎉

Bug Fixes 🛠

👒 Dependencies

Other Changes 📚

Full Changelog: jfrog/terraform-provider-artifactory@v12.1.0...v12.2.0

v12.1.0

What's Changed

Improvements/Enhancements 🎉

👒 Dependencies

... (truncated)

Changelog

Sourced from jfrog/artifactory's changelog.

12.3.1 (October 18, 2024). Tested on Artifactory 7.90.14 with Terraform 1.9.8 and OpenTofu 1.8.3

BUG FIXES:

  • resource/artifactory_local_repository_multi_replication: Fix error when updating resource with new cron_exp value. Issue: #1099 PR: #1100

12.3.0 (October 16, 2024). Tested on Artifactory 7.90.14 with Terraform 1.9.7 and OpenTofu 1.8.3

IMPROVEMENTS:

12.2.0 (October 14, 2024). Tested on Artifactory 7.90.14 with Terraform 1.9.7 and OpenTofu 1.8.3

IMPROVEMENTS:

  • resource/artifactory_local_repository_multi_replication: Add disable_proxy attribute to replication to support not using proxy. Issue: #1088 PR: #1095
  • resource/artifactory_remote_conan_repository, resource/artifactory_remote_gems_repository, resource/artifactory_remote_go_repository, resource/artifactory_remote_gradle_repository, resource/artifactory_remote_huggingfaceml_repository, resource/artifactory_remote_nuget_repository: Add curated attribute to support enabled Curation for these package types. Issue: #1091 PR: #1096

12.1.1 (October 2, 2024). Tested on Artifactory 7.90.13 with Terraform 1.9.6 and OpenTofu 1.8.2

IMPROVEMENTS:

  • resource/artifactory_*_webhook is migrated to Plugin Framework. PR: #1087
  • resource/artifactory_*_custom_webhook is migrated to Plugin Framework. PR: #1089

12.1.0 (September 26, 2024). Tested on Artifactory 7.90.10 with Terraform 1.9.6 and OpenTofu 1.8.2

IMPROVEMENTS:

  • New Resource: artifactory_virtual_cocoapods_repository, which was missing from the provider. Issue: #1079 PR: #1084
  • resource/artifactory_remote_generic_repository: Add retrieve_sha256_from_server attribute. Issue: #1080 PR: #1085

12.0.0 (September 16, 2024). Tested on Artifactory 7.90.10 with Terraform 1.9.6 and OpenTofu 1.8.2

BREAKING CHANGES:

  • resource/artifactory_remote_*_repository: Fix mismatch between documentation and actual default vaule for list_remote_folder_items attribute. This will also match the change (default to false) introduced to the REST API in Artifactory v7.94.0. Note: Due to limitation of the Terraform SDKv2 framework, it is not possible to detect the attribute was not set and the state has the (previous) default value of true, then automaticaly upgrades it to false. Therefore this update will introduce state drift if this attribute is not set in your configuration. Use terraform apply -refresh-only to update your Terraform states to match. PR: #1072
  • provider: Removed deprecated check_license attribute. PR: #1073
  • resource/artifactory_access_token: Removed deprecated resource. PR: #1073
  • resource/artifactory_replication_config: Removed deprecated resource. PR: #1073
  • resource/artifactory_single_replication_config: Removed deprecated resource. PR: #1073

11.9.2 (September 12, 2024). Tested on Artifactory 7.90.10 with Terraform 1.9.5 and OpenTofu 1.8.2

IMPROVEMENTS:

  • provider: Upgrade Golang version to 1.22.7 due to CVE-2024-34156. Security Advisory: GHSA-wcq6-89h8-g366
  • resource/artifactory_package_cleanup_policy: Remove version limitation note from documentation.

... (truncated)

Commits
  • 0b5f2c8 Merge pull request #1100 from jfrog/GH-1099-fix-error-updating-local-multi-pu...
  • ea28b06 JFrog Pipelines - Add Artifactory version to CHANGELOG.md
  • 85a9ec7 Update CHANGELOG
  • 0c9466d Set cronExp and repoKey fields for each replication when updating
  • 5790af2 Merge pull request #1097 from jfrog/add-multiple-tfc-workload-identity-tokens...
  • 51fea4d JFrog Pipelines - Add Artifactory version to CHANGELOG.md
  • c01d6bc Fix makefile
  • b9a5b57 Update CHANGELOG
  • 0e36ef9 Add 'tfc_credential_tag_name' config attribute
  • c5ea5ae Update 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [jfrog/artifactory](https://github.com/jfrog/terraform-provider-artifactory) from 10.7.6 to 12.3.1.
- [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@v10.7.6...v12.3.1)

---
updated-dependencies:
- dependency-name: jfrog/artifactory
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Richard-Barrett as a code owner October 21, 2024 09:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

A newer version of jfrog/artifactory exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant