From ac18046e70efc0e1e9fe11a30457f6f945df2a23 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 26 May 2023 16:30:20 -0700
Subject: [PATCH] build(deps): Bump github.com/runfinch/common-tests from 0.6.5
to 0.7.0 (#420)
Bumps
[github.com/runfinch/common-tests](https://github.com/runfinch/common-tests)
from 0.6.5 to 0.7.0.
Release notes
Sourced from github.com/runfinch/common-tests's
releases.
v0.7.0
0.7.0
(2023-05-26)
Features
- Tests for bind mounts (#66)
(22a7f7e)
- verify the result of finch inspect has State.Status and State.Error
(#64)
(b761a7a)
Build System or External Dependencies
- deps: bump github.com/onsi/ginkgo/v2 from 2.9.2 to
2.9.5 (#62)
(0bd0901)
- deps: bump github.com/onsi/gomega from 1.27.5 to
1.27.6 (#54)
(72120b5)
- deps: bump github.com/onsi/gomega from 1.27.6 to
1.27.7 (#65)
(590a984)
Changelog
Sourced from github.com/runfinch/common-tests's
changelog.
0.7.0
(2023-05-26)
Features
- Tests for bind mounts (#66)
(22a7f7e)
- verify the result of finch inspect has State.Status and State.Error
(#64)
(b761a7a)
Build System or External Dependencies
- deps: bump github.com/onsi/ginkgo/v2 from 2.9.2 to
2.9.5 (#62)
(0bd0901)
- deps: bump github.com/onsi/gomega from 1.27.5 to
1.27.6 (#54)
(72120b5)
- deps: bump github.com/onsi/gomega from 1.27.6 to
1.27.7 (#65)
(590a984)
0.6.4
(2023-04-06)
Bug Fixes
- better handling of concurrent http servers (#57)
(0ae6182)
0.6.3
(2023-03-27)
Build System or External Dependencies
- deps: bump github.com/onsi/gomega from 1.27.2 to
1.27.4 (#48)
(f113e7b)
- deps: bump github.com/onsi/gomega from 1.27.4 to
1.27.5 (#52)
(bd056e7)
0.6.2
(2023-03-16)
Bug Fixes
- Fix tests to match nerdctl 1.2.1 outputs (#50)
(3d9b4f4)
Build System or External Dependencies
- deps: bump github.com/onsi/ginkgo/v2 from 2.8.3 to
2.8.4 (#41)
(a9476c1)
- deps: bump github.com/onsi/gomega from 1.27.1 to
1.27.2 (#40)
(e8fc71a)
0.6.1
(2023-02-28)
Bug Fixes
- Switch from
nc -l
to nginx
in run
-p/--publish
test (7a6a6c3)
... (truncated)
Commits
afbbd97
chore(main): release 0.7.0 (#63)
22a7f7e
feat: Tests for bind mounts (#66)
590a984
build(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.7 (#65)
b761a7a
feat: verify the result of finch inspect has State.Status and
State.Error (#64)
72120b5
build(deps): bump github.com/onsi/gomega from 1.27.5 to 1.27.6 (#54)
0bd0901
build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.5 (#62)
882cd1e
test: Functional test for PS command (#17)
- See full diff in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/runfinch/common-tests&package-manager=go_modules&previous-version=0.6.5&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 5e1009d81..9ec362064 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/onsi/gomega v1.27.7
github.com/pelletier/go-toml v1.9.5
github.com/pkg/sftp v1.13.5
- github.com/runfinch/common-tests v0.6.5
+ github.com/runfinch/common-tests v0.7.0
github.com/shirou/gopsutil/v3 v3.23.4
github.com/sirupsen/logrus v1.9.2
github.com/spf13/afero v1.9.5
diff --git a/go.sum b/go.sum
index 8d9f714b8..55d4e63ae 100644
--- a/go.sum
+++ b/go.sum
@@ -340,8 +340,8 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
-github.com/runfinch/common-tests v0.6.5 h1:n6wJ1eIVHCKt20jczMqmrNwwclVfGrSQ1vdjgiXyWx4=
-github.com/runfinch/common-tests v0.6.5/go.mod h1:/lEtd8e5vQuK1NjVCeCPl09T/XVF7owDeQCAiOP6rtw=
+github.com/runfinch/common-tests v0.7.0 h1:5vILR1KpNZxD+jv6eLczDAyo82poeCdMqMZR9TA1sME=
+github.com/runfinch/common-tests v0.7.0/go.mod h1:3PTdfK4jRs+1yBXqKPRdVWWZKGoMrqRsqo9xc9WyN1c=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=