Skip to content

Releases: jfrog/jfrog-cli-core

v2.11.1

18 Mar 13:27
b94ca32
Compare
Choose a tag to compare
  • Improve the intro message of "jf setup" and "jf project init"

v2.11.0

18 Mar 11:10
Compare
Choose a tag to compare
  • Emojis added to log messages
  • Log Artifactory response after failure when encrypting the password
  • Improve the error log message when using the "jf rt repo-create" command with wrong packageType or rclass
  • Support IncludePathPrefixPattern param in the replication API
  • Bug fix - Panic in Dotnet and NuGet commands
  • Bug fix - Incorrect exit code for the "jf scan" cxommand

v1.11.2

02 Mar 19:58
Compare
Choose a tag to compare
  • Dependencies upgrade

v2.10.1

24 Feb 10:59
Compare
Choose a tag to compare
  • Fix in the 'jf project init' command intro message

v2.10.0

24 Feb 10:16
Compare
Choose a tag to compare
  • New 'jf docker push' & 'jf docker push' commands
  • 'jf docker scan' - New progress indicator
  • Performance improvement for collecting build-info dependencies
  • Update the intro message of the 'jf project init' command to include docker
  • Remove deprecated build-info extractor props
  • Bug fix - Build-info should not be created for 'jf npm install '
  • Bug fix - Limit the total for RequestedBy, to avoid out-of-memory errors
  • Bug fix - 'jf project init' - Consider .csproj when detecting .NET projects

v2.9.1

08 Feb 16:13
Compare
Choose a tag to compare
  • Bug fix - "nil pointer dereference" on jfrog-client-go

v1.11.1

31 Jan 21:49
Compare
Choose a tag to compare
  • Bug fix - The logged build-info link is wrong when used with projects

v2.9.0

30 Jan 13:51
Compare
Choose a tag to compare
  • New timestamp added to the log messages
  • "jf c add" command interactive mode improvement - Replaced "Server ID:" with "Choose a server ID:"
  • 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.
  • Bug fix - The --scan option used by the "jf mvn / gradle / npm" commands, fails the upload for every vulnerability, even if according to the Xray policy, the upload shouldn't fail
  • Bug fix - The "jf audit" command for pip projects ignores the requirements.txt file
  • Bug fix - The module added to the build-info by the "jf rt bad" command has no type
  • Bug fix - The "jf rt bp" should not prompt the build publish URL with the --dry-run option

v2.8.3

24 Jan 16:20
3b46bea
Compare
Choose a tag to compare
  1. Improve docker scan code and logs.
  2. Create a temp folder for the Xray indexer app to run at.
  3. Improve indexer logs.

v1.11.0

18 Jan 17:30
Compare
Choose a tag to compare

The "M2_HOME" environment variable is now optional when running the "jfrog rt mvn" command
Bug fix - "jfrog rt pip" - The module name for the build info isn't extracted in some cases from the setup.py file
Bug fix - "jfrog rt pip" - Parsing the egg_info command does not always pass successfully. Instead, search for the PKG-INFO file in the known eggBase dir
Bug fix - Uploading to Artifactory with the ANT pattern option set, may miss some of the files to be uploaded
Bug fix - When searching files with the exclusions and transitive options set, the search may not provide accurate results