Skip to content

Releases: jfrog/jfrog-cli-core

v1.6.0

28 Apr 18:58
Compare
Choose a tag to compare

"jfrog rt bp" - New --detailed-summary option added
"jfrog rt u" - The --detailed-summary option now also returns sha256 of the uploaded files
The maven and gradle extractors were upgraded
The value of the JFROG_CLI_USER_AGENT environment variable now also controls the agent name in the build-info
Bug fix - The dryRun option of release bundle management APIs returns an error

v1.5.3

19 Apr 12:02
Compare
Choose a tag to compare

Bug fix - Download fails with panic, if filtered build does not exist
Bug fix - Adjust the "npm ls" command for npm 7
Bug fix - 'jfrog --version' shows error an error on windows 2012
Bug fix - Panic is thrown when providing a wrong image tag
Bug fix - Config import can fail is some scenarios
Bug fix - JFrog CLI does not show the right description of a JFrog CLI Plugin
Modify the separator used for creating the temp dir, which stored the build-info before it is published
Support for npm 7.7

v1.5.2

16 Apr 19:13
Compare
Choose a tag to compare

Bug fix - Bug fix - Avoid failing, if latest commit message could not be fetched

v1.5.1

15 Apr 05:58
Compare
Choose a tag to compare

Bug fix - Archive explode while downloading from Artifactory can fail on Windows

v1.5.0

04 Apr 20:23
Compare
Choose a tag to compare

Breaking change - The "jfrog rt go-recursive-command" is now removed.
New "jfrog xr curl" command
New "transitive" option has been added to Artifactory's search and download commands, to expand the search to include remote repos (requires Artifactory 7.17)
The JFROG_CLI_JCENTER_REMOTE_SERVER and JFROG_CLI_JCENTER_REMOTE_REPO environment variables are now deprecated, and replaced with the new (single) JFROG_CLI_EXTRACTORS_REMOTE environment variable
The "jfrog rt go-publish" command now uses the configuration added by the "jfrog rt go-config" command.

v1.4.2

18 Mar 16:39
Compare
Choose a tag to compare

Bug fix - Uploading files to Artifactory with "archive=zip" causes high memory consumption.
Add VCS commit message to buildinfo.
NPM build-info now includes depedencies hierarchy.
Block the usage of "excludeProps" with "aql" in file specs.
Validate container name when pushing docker images.

v1.4.1

10 Mar 12:55
a7faa0f
Compare
Choose a tag to compare

Bug fix - panic when running build-docker-create command if image name does not include slash or colon.

v1.4.0

09 Mar 10:16
Compare
Choose a tag to compare

New "jfrog config" command, replacing the old "jfrog rt config" command.
"jfrog rt build-add-dependencies" - support collecting the dependencies from Artifactory.
Allow uploading files to Artifactory, after packing them in a zip archive.
Allow specifying Artifactory project, when publishing build-info.
Support for ANT patterns when uploading files to Artifactory.
Download artifacts of all builds, including aggregated (referenced) builds.
Support fetching VCS attached properties, when git submodules is used.
Add new "build.branch" property to uploaded build artifacts.
Bug fix - "jfrog rt build-add-git" - support the case where the revision no longer exists in the build log.

v1.3.1

31 Jan 18:36
Compare
Choose a tag to compare

Upgrade jfrog-client-go to v0.19.1

v1.3.0

31 Jan 14:47
Compare
Choose a tag to compare

New users-create and user-delete commands
New group-create, group-update and group-delete commands
Allow running pip install without setup.py
Bug fix - docker - missing clear error message when working with a repo that doesn't exist
Artifactory upload - the "Props" command option was deprecated and replaced with "TargetProps"