Skip to content
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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2024

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.

v3.11.0

What's Changed

New Contributors

Full Changelog: ory/dockertest@v3.10.0...v3.11.0

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)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

  • Chores
    • Updated several dependencies to their latest versions for improved security and compatibility.
    • Ensured the project is utilizing the most recent features available in the upgraded libraries.

These updates do not introduce new functionalities but help maintain the overall stability and security of the application.

Copy link
Contributor

coderabbitai bot commented Aug 13, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The recent changes to the go.mod file involve updating multiple dependencies to their latest versions, enhancing compatibility, security, and access to new features. Key updates include the versions of github.com/ory/dockertest, github.com/cenkalti/backoff, and github.com/lib/pq, among others. This maintenance practice ensures the project remains robust and efficient while keeping the software environment current.

Changes

Dependency Change Summary
github.com/ory/dockertest/v3 Updated from v3.10.0 to v3.11.0
github.com/cenkalti/backoff/v4 Updated from v4.1.3 to v4.3.0
github.com/Azure/go-ansiterm Updated to v0.0.0-20230124172434...
github.com/Microsoft/go-winio Updated from v0.6.1 to v0.6.2
github.com/docker/cli Updated from v20.10.17 to v26.1.4
github.com/docker/docker Updated from v20.10.19 to v27.1.1
github.com/lib/pq Updated from v1.10.7 to v1.10.9
github.com/opencontainers/image-spec Updated from v1.1.0-rc2 to v1.1.0
github.com/opencontainers/runc Updated from v1.1.5 to v1.1.13
github.com/sirupsen/logrus Updated from v1.9.0 to v1.9.3
golang.org/x/sys Updated from v0.20.0 to v0.21.0

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
Loading

🐰 "In the meadow where code does play,
Dependencies leap and dance today.
From old to new, they hop with glee,
Keeping our project bug-free!
With every change, we grow and thrive,
Happy coding, let’s all high-five!" 🎉


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 79c800d and abee418.

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 with github.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 with github.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 with github.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 with github.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 with github.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 with github.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 with github.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 with github.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 with github.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 with github.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 with golang.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ory/dockertest/v3-3.11.0 branch from abee418 to b0e4013 Compare August 13, 2024 11:02
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.55%. Comparing base (7f05ad4) to head (e5c2d88).
Report is 523 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             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     

see 239 files with indirect coverage changes

@gsk967 gsk967 enabled auto-merge August 14, 2024 13:18
@gsk967 gsk967 added this pull request to the merge queue Aug 14, 2024
Merged via the queue into main with commit 6b154db Aug 14, 2024
21 of 27 checks passed
@gsk967 gsk967 deleted the dependabot/go_modules/github.com/ory/dockertest/v3-3.11.0 branch August 14, 2024 13:23
Sign up for free to 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.

1 participant