Skip to content

Commit

Permalink
Promoted version to 1.35.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed May 13, 2020
1 parent 1cafa1a commit 767913d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.35.5 (May 13, 2020)
- Bug fix - Out of range for docker duplicate layers.
- Bug fix - 'jfrog rt bpr' fails with build params as env vars

## 1.35.4 (May 12, 2020)
- Bug fix - The “jfrog rt docker-push” command may duplicate artifacts added to the build-info, which can cause build-promotion to fail.
- Bug fix - The “jfrog rt docker-pull” command cannot collect build-info when pulling from a remote repo.
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ require (
gopkg.in/yaml.v2 v2.2.2
)

// replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go dev
//replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go dev

// replace github.com/jfrog/gocmd => github.com/jfrog/gocmd master
//replace github.com/jfrog/gocmd => github.com/jfrog/gocmd master

// replace github.com/jfrog/gofrog => github.com/jfrog/gofrog dev
2 changes: 1 addition & 1 deletion npm/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 npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jfrog-cli-go",
"version": "1.35.4",
"version": "1.35.5",
"description": "🐸 Command-line interface for JFrog Artifactory, Bintray, Mission Control and Xray 🐸",
"homepage": "https://github.com/jfrog/jfrog-cli-go",
"preferGlobal": true,
Expand Down
2 changes: 1 addition & 1 deletion utils/cliutils/cli_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cliutils

const (
// General CLI constants
CliVersion = "1.35.4"
CliVersion = "1.35.5"
ClientAgent = "jfrog-cli-go"
OnErrorPanic OnError = "panic"

Expand Down

0 comments on commit 767913d

Please sign in to comment.