splunk / vault-plugin-secrets-artifactory

vault plugin for artifactory
Apache License 2.0
10 stars 5 forks source link

Bump github.com/jfrog/jfrog-client-go from 0.27.0 to 1.8.0 #30

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/jfrog/jfrog-client-go from 0.27.0 to 1.8.0.

Release notes

Sourced from github.com/jfrog/jfrog-client-go's releases.

v1.8.0

  • Allow adding timestamps to the log messages
  • When uploading using the 'archive' option, you now can control the target path inside the uploaded archive using placeholders.
  • Minot logging improvement for the retry-executor
  • New 'servicesManager.IsRepoExists()' API
  • Bug fix - Avoid creating a redundant build-info module in some scenarios
  • Bug fix - When searching or downloading from Artifactory with the transitive setting, validate that only one repository is requested, since only one repository search is supported with transitive
  • Bug fix - When walking the file tree during an upload, the same file might be visited more than once, but a dir symlink should not be visited more than once.

v1.7.1

  • Bug fix - The CVSS' type in Xray reports was changed to float64 to match the response from Xray.

v1.7.0

  • New retryWaitMilliSecs option, allowing to wait between HTTP retry attempts
  • Bug fix - Use *bool instead bool in some service, to avoid overriding the default REST requests values
  • Bug fix - Remove repo from the path inside the build-info

v1.6.6

  • Dependencies upgrades.
  • Fix exclusions in transitive search.
  • Increase scan timeout to 45 minutes.

v1.6.5

  • Minor repositories service logging improvements

v1.6.4

  • Depedencies upgrades and utils improvements

v1.6.3

  • Adjust the progress interface for a more general use.

v1.6.2

  • Bug fix - Uploading to Artifactory with ANT patterns may include wrong files in some scenarios
  • Bug fix - Publishing build-info can fail, if a previous build-info collection action left an empty cache file

v1.6.1

  • Add scan_type as query param for graph/scan API.

v1.6.0

  • The build-info entities were moved to build-info-go.
  • Wildcard utils were moved to gofrog.
  • Support for Xray Reports API.
  • Bug fix - remove duplicate HTTP client log message.

v1.5.2

  • Bug fix - Fails to collect buildinfo vcs information for repository without commits.
  • Bug fix - Fails to install npm dependency version with "v" prefix.

v1.5.1

  • Upgrade the golang-jwt dependency

... (truncated)

Commits


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 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)
dependabot[bot] commented 2 years ago

Superseded by #33.