-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): Bump github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0 #2589
build(deps): Bump github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0 #2589
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe recent changes to the Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant Mod as go.mod
participant Dep as Dependencies
Dev->>Mod: Update dependencies
Mod->>Dep: Fetch latest versions
Dep-->>Mod: Return updated versions
Mod->>Dev: Confirm updates complete
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- go.mod (9 hunks)
Additional comments not posted (11)
go.mod (11)
25-25
: Verify compatibility withgithub.com/ory/dockertest/v3 v3.11.0
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/ory/dockertest/v3` with the codebase. # Test: Search for the usage of `github.com/ory/dockertest/v3` in the codebase. rg --type go 'github.com/ory/dockertest/v3'
66-66
: Verify compatibility withgithub.com/cenkalti/backoff/v4 v4.3.0
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/cenkalti/backoff/v4` with the codebase. # Test: Search for the usage of `github.com/cenkalti/backoff/v4` in the codebase. rg --type go 'github.com/cenkalti/backoff/v4'
54-54
: Verify compatibility withgithub.com/Azure/go-ansiterm
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/Azure/go-ansiterm` with the codebase. # Test: Search for the usage of `github.com/Azure/go-ansiterm` in the codebase. rg --type go 'github.com/Azure/go-ansiterm'
58-58
: Verify compatibility withgithub.com/Microsoft/go-winio v0.6.2
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/Microsoft/go-winio` with the codebase. # Test: Search for the usage of `github.com/Microsoft/go-winio` in the codebase. rg --type go 'github.com/Microsoft/go-winio'
92-92
: Verify compatibility withgithub.com/docker/cli v26.1.4+incompatible
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/docker/cli` with the codebase. # Test: Search for the usage of `github.com/docker/cli` in the codebase. rg --type go 'github.com/docker/cli'
94-94
: Verify compatibility withgithub.com/docker/docker v27.1.1+incompatible
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/docker/docker` with the codebase. # Test: Search for the usage of `github.com/docker/docker` in the codebase. rg --type go 'github.com/docker/docker'
149-149
: Verify compatibility withgithub.com/lib/pq v1.10.9
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/lib/pq` with the codebase. # Test: Search for the usage of `github.com/lib/pq` in the codebase. rg --type go 'github.com/lib/pq'
169-169
: Verify compatibility withgithub.com/opencontainers/image-spec v1.1.0
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/opencontainers/image-spec` with the codebase. # Test: Search for the usage of `github.com/opencontainers/image-spec` in the codebase. rg --type go 'github.com/opencontainers/image-spec'
170-170
: Verify compatibility withgithub.com/opencontainers/runc v1.1.13
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/opencontainers/runc` with the codebase. # Test: Search for the usage of `github.com/opencontainers/runc` in the codebase. rg --type go 'github.com/opencontainers/runc'
184-184
: Verify compatibility withgithub.com/sirupsen/logrus v1.9.3
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `github.com/sirupsen/logrus` with the codebase. # Test: Search for the usage of `github.com/sirupsen/logrus` in the codebase. rg --type go 'github.com/sirupsen/logrus'
212-212
: Verify compatibility withgolang.org/x/sys v0.21.0
.Ensure that the update does not introduce breaking changes and is compatible with the existing codebase.
#!/bin/bash # Description: Verify compatibility of `golang.org/x/sys` with the codebase. # Test: Search for the usage of `golang.org/x/sys` in the codebase. rg --type go 'golang.org/x/sys'
Bumps [github.com/ory/dockertest/v3](https://github.com/ory/dockertest) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/ory/dockertest/releases) - [Commits](ory/dockertest@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: github.com/ory/dockertest/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
abee418
to
b0e4013
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2589 +/- ##
===========================================
- Coverage 75.38% 62.55% -12.84%
===========================================
Files 100 275 +175
Lines 8025 16036 +8011
===========================================
+ Hits 6050 10032 +3982
- Misses 1589 5231 +3642
- Partials 386 773 +387 |
Bumps github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0.
Release notes
Sourced from github.com/ory/dockertest/v3's releases.
Commits
6110e9a
chore: update docker to v27.1.1 (#522)d229e74
feat: introduce cve scanners (#500)1b46b29
chore(deps): bump actions/stale from 4 to 9 (#507)44496a3
chore(deps): bump actions/setup-go from 4 to 5 (#508)1aa8cd7
chore(deps): bump actions/setup-node from 2.pre.beta to 4.0.2 (#503)0c91bda
chore(deps): bump github.com/opencontainers/image-spec (#510)3328cf9
move tests to dockertest_test package (#490)05f6347
chore(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13 (#509)6539ccd
chore: replace deprecated ioutil.TempDir with os.MkdirTemp (#506)84015fd
chore: remove direct dependency on gotest.tools/v3 (#504)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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)Summary by CodeRabbit
These updates do not introduce new functionalities but help maintain the overall stability and security of the application.