Skip to content

Bump vndr v0.1.0, mjibson/esc v0.2.0, gotestsum v0.4.0 - #2275

Merged
silvin-lubecki merged 4 commits into
docker:masterfrom
thaJeztah:bump_utils
Jan 28, 2020
Merged

Bump vndr v0.1.0, mjibson/esc v0.2.0, gotestsum v0.4.0#2275
silvin-lubecki merged 4 commits into
docker:masterfrom
thaJeztah:bump_utils

Conversation

@thaJeztah

@thaJeztahthaJeztah commented Jan 20, 2020

Copy link
Copy Markdown
Member

bump vndr v0.1.0 to support versioned import paths

With this change, go packages/modules that use versioned
import paths (github.com/foo/bar/v2), but don't use a directory
in the repository, can now be supported.

For example:

github.com/coreos/go-systemd/v22 v22.0.0

will vendor the github.com/coreos/go-systemd repository
into vendor/github.com/coreos/go-systemd/v22.

full diff: LK4D4/vndr@b177b58...v0.1.0

bump mjibson/esc v0.2.0

full diff: madelynnblue/esc@v0.1.0...v0.2.0

includes:

bump gotestsum v0.3.5

full diff: gotestyourself/gotestsum@v0.3.4...v0.3.5

bump gotestsum v0.4.0

full diff: gotestyourself/gotestsum@v0.3.5...v0.4.0

includes:

@silvin-lubecki

Copy link
Copy Markdown
Contributor

@thaJeztah why not bumping gotestsum to v0.4 ?

Comment threaddockerfiles/Dockerfile.dev Outdated
rm -rf /go/src/* /go/pkg/* /go/bin/*

ARG GOTESTSUM_VERSION=0.3.4
ARG GOTESTSUM_VERSION=0.3.5

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we also bump it in Dockerfile.e2e?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahum, overlooked that one; I'll update that one, and push an additional commit to bump it to v0.4.0

With this change, go packages/modules that use versioned
import paths (github.com/foo/bar/v2), but don't use a directory
in the repository, can now be supported.
For example:
```
github.com/coreos/go-systemd/v22 v22.0.0
```
will vendor the github.com/coreos/go-systemd repository
into `vendor/github.com/coreos/go-systemd/v22`.
full diff: LK4D4/vndr@b177b58...v0.1.0
- LK4D4/vndr#79 Add more clear messages around clone failures
- LK4D4/vndr#80 add riscv64 support
- LK4D4/vndr#83 migrate bitbucket to api 2.0
- fixesLK4D4/vndr#82https://api.bitbucket.org/1.0/repositories/ww/goautoneg: 410 Gone
- LK4D4/vndr#86 Replace sort.Sort with sort.Strings
- LK4D4/vndr#87 support `github.com/coreos/go-systemd/v22`
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: madelynnblue/esc@v0.1.0...v0.2.0
includes:
- madelynnblue/esc#51 Readdir Implementation - and covering with tests
- madelynnblue/esc#53 update go versions and golint import location
- madelynnblue/esc#58 Avoid unnecessary conversion and so pass with unconvert linter
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: gotestyourself/gotestsum@v0.3.4...v0.3.5
- gotestyourself/gotestsum#52 Add a --version flag that goreleaser will populate for us
- gotestyourself/gotestsum#57 Identify and, filter or display coverage output
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: gotestyourself/gotestsum@v0.3.5...v0.4.0
includes:
- gotestyourself/gotestsum#59 Report if a package was cached in short formats
- gotestyourself/gotestsum#63 always colorize output unless specifically requested not to
- gotestyourself/gotestsum#61 Improve short-verbose output for tests in CWD
- gotestyourself/gotestsum#70gotestyourself/gotestsum#70
- gotestyourself/gotestsum#73 Add short-with-failures format
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztahthaJeztah changed the title Bump vndr v0.1.0, mjibson/esc v0.2.0, gotestsum v0.3.5Bump vndr v0.1.0, mjibson/esc v0.2.0, gotestsum v0.4.0Jan 27, 2020
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

@silvin-lubecki updated; PTAL

@silvin-lubeckisilvin-lubecki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@silvin-lubecki
silvin-lubecki merged commit 7742164 into docker:masterJan 28, 2020
@thaJeztah
thaJeztah deleted the bump_utils branch January 28, 2020 15:40
@thaJeztahthaJeztah added this to the next milestone Feb 5, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

https://api.bitbucket.org/1.0/repositories/ww/goautoneg: 410 Gone

3 participants

@thaJeztah@silvin-lubecki@GordonTheTurtle