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

Combined dependencies PR #3103

Merged
merged 7 commits into from
Nov 2, 2024
Merged

Conversation

orsenthil
Copy link
Member

@orsenthil orsenthil commented Nov 1, 2024

Combining multiple dependencies PRs into one.

Used this command

$ gh combine-prs --query "author:app/dependabot"
The following PRs will be evaluated for inclusion:

Showing 6 of 6 pull requests in aws/amazon-vpc-cni-k8s that match your search

ID     TITLE                                                       BRANCH                                                       CREATED AT
#3102  Bump golang.org/x/sys from 0.25.0 to 0.26.0 in /test/agent  dependabot/go_modules/test/agent/golang.org/x/sys-0.26.0     about 11 hours ago
#3101  Bump k8s.io/api from 0.31.1 to 0.31.2                       dependabot/go_modules/k8s.io/api-0.31.2                      about 12 hours ago
#3100  Bump github.com/onsi/gomega from 1.34.1 to 1.35.1           dependabot/go_modules/github.com/onsi/gomega-1.35.1          about 12 hours ago
#3099  Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1   dependabot/go_modules/sigs.k8s.io/controller-runtime-0.19.1  about 12 hours ago
#3098  Bump k8s.io/cli-runtime from 0.30.2 to 0.31.2               dependabot/go_modules/k8s.io/cli-runtime-0.31.2              about 12 hours ago
#3097  Bump k8s.io/apimachinery from 0.31.1 to 0.31.2              dependabot/go_modules/k8s.io/apimachinery-0.31.2             about 12 hours ago
Instructions for merging
  • Use a merge commit, so that GitHub will mark all original PRs as merged.
  • If your repository does not have merge commits enabled, please temporarily enable them in settings. Tick Allow merge commits in the repository settings.
  • When ready, merge this PR using Create a merge commit.

Combined PRs

dependabot bot and others added 7 commits November 1, 2024 10:32
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.35.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.1...v1.35.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.31.1 to 0.31.2.
- [Commits](kubernetes/api@v0.31.1...v0.31.2)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0.
- [Commits](golang/sys@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/onsi/gomega-1.35.1' into combined-pr-branch
…o/controller-runtime-0.19.1' into combined-pr-branch
@orsenthil orsenthil requested a review from a team as a code owner November 1, 2024 22:44
@orsenthil orsenthil added the dependencies Pull requests that update a dependency file label Nov 1, 2024
Copy link
Contributor

@sushrk sushrk left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

@orsenthil orsenthil merged commit ee342b8 into aws:master Nov 2, 2024
6 checks passed
ROunofF pushed a commit to ROunofF/amazon-vpc-cni-k8s that referenced this pull request Nov 22, 2024
* Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump github.com/onsi/gomega from 1.34.1 to 1.35.1

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.35.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.1...v1.35.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump k8s.io/api from 0.31.1 to 0.31.2

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.31.1 to 0.31.2.
- [Commits](kubernetes/api@v0.31.1...v0.31.2)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump golang.org/x/sys from 0.25.0 to 0.26.0 in /test/agent

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0.
- [Commits](golang/sys@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants