Skip to content

Commit

Permalink
Promoted version to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Jan 13, 2022
1 parent 0ea7fad commit 5c562ac
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
@@ -1,10 +1,16 @@
# Release Notes

## 2.11.0 (January 13, 2022)

- New "jf docker scan" command

## 2.10.1 (January 4, 2022)

- New --fail-fast option added to the "jf rt build-promote" command
- "jf setup" command UX improvements

## 2.10.0 (December 31, 2021)

- Support for generating build-info for multi-platform images (fat-manifest)
- New --retry-wait-time option added to all commands supporting the --retry option
- Minor improvements to the "jf build-scan" command
Expand Down
2 changes: 1 addition & 1 deletion build/npm/v2-jf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/npm/v2-jf/package.json
@@ -1,6 +1,6 @@
{
"name": "jfrog-cli-v2-jf",
"version": "2.10.1",
"version": "2.11.0",
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution and Mission Control 🐸",
"homepage": "https://github.com/jfrog/jfrog-cli",
"preferGlobal": true,
Expand Down
2 changes: 1 addition & 1 deletion build/npm/v2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/npm/v2/package.json
@@ -1,6 +1,6 @@
{
"name": "jfrog-cli-v2",
"version": "2.10.1",
"version": "2.11.0",
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution and Mission Control 🐸",
"homepage": "https://github.com/jfrog/jfrog-cli",
"preferGlobal": true,
Expand Down
2 changes: 1 addition & 1 deletion utils/cliutils/cli_consts.go
Expand Up @@ -2,7 +2,7 @@ package cliutils

const (
// General CLI constants
CliVersion = "2.10.1"
CliVersion = "2.11.0"
ClientAgent = "jfrog-cli-go"

// CLI base commands constants:
Expand Down

0 comments on commit 5c562ac

Please sign in to comment.