Skip to content

Releases: jfrog/jfrog-cli-core

v2.4.0

03 Oct 19:12
Compare
Choose a tag to compare

New "jfrog xr audit-pip" command.
New "jfrog xr audit-go" command.
Support for GPG validation when downloading release bundles using the "jfrog rt download" command.
OpenShift support - new "jfrog oc start-build" command.
Improve the "jfrog ci-setup" command with Jenkins - the command now generates a pipeline that uses the Artifactory DSL.
Bug fix - The --sync option of the "jfrog ds rbdel" command doesn't work.
Bug fix - Uploading file to Artifactory with properties that include special characters can fail.
Bug fix - The UI build-info link is wrong when publishing the build-info as part of a JFrog project.
Bug fix - "jfrog xr scan" will not show an error, if a file that isn't supported by Xray is scanned.

v2.3.0

28 Aug 16:55
Compare
Choose a tag to compare

The --server-id flag has now become optional for all the package managers' config commands. If not provided, the default server ID is used
The M2_HOME environment variable is no longer mandatory for maven builds
Bug fix - "jfrog rt npm-publish" may read the wrong package.json and therefore fetch the wrong package name and number
Bug fix - The indexer-app downloaded by the "jfrog xr audit..." and "jfrog xr scan" commands cannot be used on Windows OS.
Bug fix - "jfrog rt upload" with --archive and --include-dirs may leaves out empty directories

v1.9.1

28 Aug 17:44
Compare
Choose a tag to compare

Bug fix - "jfrog rt npm-publish" may read the wrong package.json and therefore fetch the wrong package name and number
Bug fix - "jfrog rt upload" with --archive and --include-dirs may leaves out empty directories
Bug fix - Uploading to Artifactory with the archive option fails if the symlink target does not exist

v2.2.1

16 Aug 21:55
Compare
Choose a tag to compare

Bug fix - Error when downloading the indexer-app from Xray

v2.2.0

09 Aug 16:07
Compare
Choose a tag to compare

Maven - Support including / excluding deployed artifacts
Allow searching in Artifactory by build, even if the build is included in a project
Allow storing symlinks in an archive when uploading it to Artifactory
When downloading the xray-indexer app, get the version from the app itself, and not from Xray
Bug fix - Gradle builds which use an old version of the Gradle Artifactory Plugin may fail to deploy artifacts
Bug fix - The build-info URL is incorrect, in case the build name and number include special characters
Bug fix - SSH authantication with Artifactory cannot be used without a passphrase
Bug fix - When searching and filtering by the latest build run, the latest build run isn't always returned

v1.9.0

09 Aug 15:58
Compare
Choose a tag to compare

Maven - Support including / excluding deployed artifacts
Allow searching in Artifactory by build, even if the build is included in a project
Allow storing symlinks in an archive when uploading it to Artifactory
Bug fix - Gradle builds which use an old version of the Gradle Artifactory Plugin may fail to deploy artifacts
Bug fix - The build-info URL is incorrect, in case the build name and number include special characters
Bug fix - SSH authantication with Artifactory cannot be used without a passphrase
Bug fix - When searching and filtering by the latest build run, the latest build run isn't always returned

v2.1.1

22 Jul 19:53
dd62e26
Compare
Choose a tag to compare

Improvements to the table and full response output of the Xray scan and audit commands
Removed the JFROG_CLI_OUTPUT_COLORS environment variable introduced in v2.1.0
Bug fix - Usage report is attempted even if Artifactory is not configured

v2.1.0

21 Jul 14:41
Compare
Choose a tag to compare

New "jfrog xr scan" command
New "jfrog xr audit-npm" command
New "jfrog xr audit-mvn" command
New "jfrog xr audit-gradle" command
New --scan option added to the "jfrog rt npm", "jfrog rt mvn" and "jfrog rt gradle" commands
Bug fix - When using the --detailed-summary option, the returned upload path is incorrect for the "jfrog rt gp" and "jfrog rt mvn" commands
Bug fix - When using the --detailed-summary option, there are additional log messages added to stdout, making it impossible to parse the summary

v2.0.1

04 Jul 02:13
Compare
Choose a tag to compare

Fix module imports to github.com/jfrog/jfrog-cli-core/v2

v2.0.0

03 Jul 16:27
Compare
Choose a tag to compare

The default value of the --flat option is now set to false for the "jfrog rt upload" command.

The deprecated syntax of the "jfrog rt mvn" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt mvnc" command.

The deprecated syntax of the "jfrog rt gradle" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt gradlec" command.

The deprecated syntax of the "jfrog rt npm" and "jfrog rt npm-ci" commands is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt npmc" command.

The deprecated syntax of the "jfrog rt go" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt go-config" command.

The deprecated syntax of the "jfrog rt nuget" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt nugetc" command.

All Bintray commands are removed.

The "jfrog rt config" command is removed and replaced by the "jfrog config add" command.

The "jfrog rt use" command is removed and replaced with the "jfrog config use".

The "props" command option and "Props" file spec property for the "jfrog rt upload" command are removed, and replaced with the "target-props" command option and "targetProps" file spec property respectively.

The "jfrog rt go-publish" command now only supports Artifactory version 6.10.0 and above. Also, the command no longer accepts the target repository as an argument. The target repository should be pre-configured using the "jfrog rt go-config-command".

The "jfrog rt go" command no longer falls back to the VCS when dependencies are not found in Artifactory.

The --deps, --publish-deps, --no-registry and --self options of the "jfrog rt go-publish" command are now removed.

The API key option is now removed. The API key should now be passed as the value of the password option.

The --exclude-patterns option is now removed, and replaced with the --exclusions option. The same is true for the excludePatterns file spec property, which is replaced with the exclusions property.

The JFROG_CLI_JCENTER_REMOTE_SERVER and JFROG_CLI_JCENTER_REMOTE_REPO environment variables are now removed and replaced with the JFROG_CLI_EXTRACTORS_REMOTE environment variable.

The JFROG_CLI_HOME environment variable is now removed and replaced with the JFROG_CLI_HOME_DIR environment variable.

The JFROG_CLI_OFFER_CONFIG environment variable is now removed and replaced with the CI environment variable.

The directory structure is now changed when the "jfrog rt download" command is used with --flat=false (which is the default) and placeholders. When placeholders are used, the value of the --flat option is ignored.