Skip to content

Commit

Permalink
Promote to version 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Aug 9, 2021
1 parent 53603c7 commit c88e2ed
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 11 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## 1.51.0 (August 9, 2021)
- "jfrog rt mvn" - Support including / excluding deployed artifacts
- "jfrog rt search" - Allow searching in Artifactory by build, even if the build is included in a project
- "jfrog rt upload" - 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
- Bug fix - "jfrog rt build-discard" - the --project flag is missing

## 1.50.2 (July 14, 2021)
- Bug fix - "jfrog rt docker-push" and "jfrog rt docker-pull" commands fail

Expand Down
2 changes: 1 addition & 1 deletion build/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 build/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jfrog-cli-go",
"version": "1.50.2",
"version": "1.51.0",
"description": "🐸 Command-line interface for JFrog Artifactory, Bintray, Mission Control and Xray 🐸",
"homepage": "https://github.com/jfrog/jfrog-cli-go",
"preferGlobal": true,
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/gookit/color v1.4.2
github.com/jfrog/gocmd v0.3.1
github.com/jfrog/gofrog v1.0.6
github.com/jfrog/jfrog-cli-core v1.8.2
github.com/jfrog/jfrog-client-go v0.25.1
github.com/jfrog/jfrog-cli-core v1.9.0
github.com/jfrog/jfrog-client-go v0.26.0
github.com/jszwec/csvutil v1.4.0
github.com/mholt/archiver v2.1.0+incompatible
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
Expand All @@ -23,9 +23,9 @@ require (
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v1.0.1-0.20210808220504-d4c272a91562
// replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v1.0.1-0.20210808220504-d4c272a91562

replace github.com/jfrog/jfrog-cli-core => github.com/jfrog/jfrog-cli-core v1.8.3-0.20210808221555-e5f1fe10bb0c
// replace github.com/jfrog/jfrog-cli-core => github.com/jfrog/jfrog-cli-core v1.8.3-0.20210808221555-e5f1fe10bb0c

// replace github.com/jfrog/gocmd => github.com/jfrog/gocmd v0.3.1-0.20210623152326-422f211f4e7f

Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@ github.com/jfrog/gocmd v0.3.1 h1:EyOot6llZaHlV9S6We6P0OrYA2pKO8Xifm3yXuUxriM=
github.com/jfrog/gocmd v0.3.1/go.mod h1:spTHT8F2u0DtGdVq3v6frnSiqaKwPdNuMQd856MCHhw=
github.com/jfrog/gofrog v1.0.6 h1:yUDxSCw8gTK6vC4PvtG0HTnEOQJSZ+O4lWGCgkev1nU=
github.com/jfrog/gofrog v1.0.6/go.mod h1:HkDzg+tMNw23UryoOv0+LB94BzYcl6MCIoz8Tmlb+s8=
github.com/jfrog/jfrog-cli-core v1.8.3-0.20210808221555-e5f1fe10bb0c h1:eJ5zMiH5C4O/O8Kb4VqW+GUO2oGSE18dEPutOLquZAk=
github.com/jfrog/jfrog-cli-core v1.8.3-0.20210808221555-e5f1fe10bb0c/go.mod h1:Uf4YCSEfrfRgCANiwqNpMv/xhdP/qh8Bq6bfbZgcNcg=
github.com/jfrog/jfrog-client-go v1.0.1-0.20210808220504-d4c272a91562 h1:5ysqFe2L+MWuRsnGg+9cumjG+s+4IrA+s98mq/2+fOg=
github.com/jfrog/jfrog-client-go v1.0.1-0.20210808220504-d4c272a91562/go.mod h1:dR0Z+zjSAoMWT5phrPIVjj+kjYYHHAEq1JnvA7klwvI=
github.com/jfrog/jfrog-cli-core v1.9.0 h1:z8i7P2yhzIpeeHDQny3lm9aHiYfWocZAEk7eMDi6NnI=
github.com/jfrog/jfrog-cli-core v1.9.0/go.mod h1:6MuyVPnup07XFCnIKX6E4fcRayz9wQg2D3k3f6cJvPM=
github.com/jfrog/jfrog-client-go v0.25.0/go.mod h1:bjBL6Svr951HZH7JvMtzPJ9Xy5cO0OweNjkhUzxKmtw=
github.com/jfrog/jfrog-client-go v0.26.0 h1:LknVC4lIgUjUJI3iwE1TZUJ3Q6M1ruTqipzC46zvWV8=
github.com/jfrog/jfrog-client-go v0.26.0/go.mod h1:dR0Z+zjSAoMWT5phrPIVjj+kjYYHHAEq1JnvA7klwvI=
github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo=
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
Expand Down Expand Up @@ -331,6 +332,7 @@ golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8U
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 h1:/UOmuWzQfxxo9UtlXMwuQU8CMgg1eZXqTRwkSQJWKOI=
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
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.50.2"
CliVersion = "1.51.0"
ClientAgent = "jfrog-cli-go"

// CLI base commands constants:
Expand Down

0 comments on commit c88e2ed

Please sign in to comment.