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

chore(deps): bump sigs.k8s.io/e2e-framework from 0.5.0 to 0.6.0 #7020

Merged
merged 4 commits into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps sigs.k8s.io/e2e-framework from 0.5.0 to 0.6.0.

Release notes

Sourced from sigs.k8s.io/e2e-framework's releases.

v0.6.0

Note: Min required Go is 1.23

Changes by Kind

Feature

  • feat: add benchmark and skipping features example (#453, @​crandles) [SIG Testing]
  • feat: add vcluster e2e cluster provider (#450, @​crandles) [SIG Testing]
  • Enabled a new E2eClusterProvider for k3d that can be used as a new cluster provider for running e2e tests. (#441, @​harshanarayana) [SIG Testing]
  • provider: added k3d provider and node lifecycle handlers (#441, @​harshanarayana) [SIG Testing]

Other (Cleanup or Flake)

  • Updating example controller test to e2e-framework v0.5.0 and make it running (#476, @​dmvolod) [SIG Testing]
  • docs: fix README.md TestMain example (#466, @​fabriziosestito) [SIG Testing]

Dependencies

Added

  • cel.dev/expr: v0.18.0
  • github.com/cpuguy83/go-md2man/v2: v2.0.4
  • github.com/russross/blackfriday/v2: v2.1.0

Changed

... (truncated)

Commits
  • 6e42505 Merge pull request #484 from kubernetes-sigs/dependabot/go_modules/all-278d66...
  • 43f37b3 build(deps): bump sigs.k8s.io/controller-runtime in the all group
  • 8828d06 Merge pull request #483 from kubernetes-sigs/dependabot/go_modules/all-a1ea6b...
  • c622919 build(deps): bump the all group across 1 directory with 4 updates
  • b54dbcb Merge pull request #477 from kubernetes-sigs/dependabot/go_modules/all-91c26c...
  • a5b5eb8 Merge pull request #476 from dmvolod/update-example-controller-test-to-v0.5.0
  • cef945c Updating example controller test to e2e-framework v0.5.0 and make it running
  • 23e2d81 sync go mod
  • 8a2fe72 build(deps): bump the all group across 1 directory with 7 updates
  • 65f31fb Merge pull request #481 from kubernetes-sigs/dependabot/go_modules/golang.org...
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner January 22, 2025 14:47
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
Bumps [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/kubernetes-sigs/e2e-framework/releases)
- [Changelog](https://github.com/kubernetes-sigs/e2e-framework/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/e2e-framework@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@pmalek pmalek force-pushed the dependabot/go_modules/sigs.k8s.io/e2e-framework-0.6.0 branch from 0514e7c to e49200f Compare January 22, 2025 21:01
@pmalek pmalek enabled auto-merge (squash) January 22, 2025 21:01
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.7%. Comparing base (d4d18a4) to head (678fcb6).
Report is 41 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #7020     +/-   ##
=======================================
- Coverage   76.9%   76.7%   -0.2%     
=======================================
  Files        214     214             
  Lines      25169   25047    -122     
=======================================
- Hits       19356   19234    -122     
- Misses      4794    4798      +4     
+ Partials    1019    1015      -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@programmer04 programmer04 added the ci/run-e2e Trigger e2e test run from PR label Jan 27, 2025
@team-k8s-bot
Copy link
Collaborator

E2E (targeted) tests with KIND-based clusters were started at https://github.com/Kong/kubernetes-ingress-controller/actions/runs/12990476941

@team-k8s-bot team-k8s-bot removed the ci/run-e2e Trigger e2e test run from PR label Jan 27, 2025
@pmalek pmalek merged commit 8e20c47 into main Jan 27, 2025
127 of 160 checks passed
@pmalek pmalek deleted the dependabot/go_modules/sigs.k8s.io/e2e-framework-0.6.0 branch January 27, 2025 14:13
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 size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants