Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

fix(deps): update module sigs.k8s.io/e2e-framework to v0.7.0#125

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sigs.k8s.io-e2e-framework-0.x
Open

fix(deps): update module sigs.k8s.io/e2e-framework to v0.7.0#125
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sigs.k8s.io-e2e-framework-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/e2e-framework v0.6.0v0.7.0 age confidence

Release Notes

kubernetes-sigs/e2e-framework (sigs.k8s.io/e2e-framework)

v0.7.0

Compare Source

What's Changed

  • Resources.ExecInDeployment method — execute commands in a pod of a Deployment (@​keeprocking, #​506)
  • KUBECONFIG path list support — handle colon-separated KUBECONFIG env var values (@​ndbaker1, #​510)
  • Extend GetKubeconfig methods with args — explicit args for kubeconfig retrieval (@​mjudeikis, #​471)
  • DecodeURL function in decoder package — decode manifests from URLs (@​dmvolod, #​475)
  • kwok WithWaitDuration ClusterOpts — configurable wait duration for kwok cluster setup (@​liam-mackie, #​479)
  • Enhance DaemonSetReady — check rollout completion in addition to readiness (@​pschulten, #​547)
  • third_party/helm context support — provide context.Context via Option (@​chancez, #​549)
  • Cluster providers receive context — pass context.Context when creating clusters (@​chancez, #​557)
  • Testcontainers example — new example showing testcontainers integration (@​prit342, #​520)

Bug Fixes

Structural Changes

  • examples/ carved out as its own Go module — reduces the main module's dependency surface (@​faganihajizada, #​546)
  • Bump Go / golangci-lint and clean CI — toolchain refresh and CI tidy-up (@​cpanato, #​548)

Documentation

  • Fix example doc parameters — correct parameters in example documentation (@​prit342, #​516)
  • Docstring & tense cleanup in config.go — typo fix and present-tense normalization (@​Steven-Yiran, #​529)

Dependency Updates

Routine dependabot maintenance kept the module current across Go deps, testcontainers example deps, and GitHub Actions. Notable version ranges:

  • Go deps: sigs.k8s.io/controller-runtime 0.20.0 → 0.22.4 · sigs.k8s.io/yaml 1.4.0 → 1.6.0 · golang.org/x/net 0.33.0 → 0.38.0 · github.com/vladimirvivien/gexe 0.4.1 → 0.5.0
  • Examples/testcontainers: github.com/docker/docker 28.2.2 → 28.3.3 · github.com/moby/spdystream 0.5.0 → 0.5.1 · golang.org/x/crypto 0.37.0 → 0.45.0
  • GitHub Actions: actions/setup-go 5.2.0 → 6.4.0 · actions/checkout 4.2.2 → 6.0.2 · goreleaser/goreleaser-action 6.1.0 → 7.1.0

⚠️ Possible Breaking Changes

These changes were thoroughly reviewed to avoid breaking changes with the current API. However, because of signature changes, there exist a small possibility of your code breaking.

  • Cluster provider interfaces now receive context.Context (#​557)
  • GetKubeconfig method extended with variable args (#​471)
  • examples/ is now a separate Go module (#​546)

🎉 New Contributors

Full Changelog: kubernetes-sigs/e2e-framework@v0.6.0...v0.7.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Apr 21, 2026
@renovate

renovate Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 14 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.1 -> 1.25.7
k8s.io/api v0.34.6 -> v0.35.3
k8s.io/apimachinery v0.34.6 -> v0.35.3
k8s.io/client-go v0.34.6 -> v0.35.3
sigs.k8s.io/controller-runtime v0.22.4 -> v0.23.3
go.etcd.io/etcd/api/v3 v3.6.4 -> v3.6.5
go.etcd.io/etcd/client/pkg/v3 v3.6.4 -> v3.6.5
go.etcd.io/etcd/client/v3 v3.6.4 -> v3.6.5
k8s.io/apiextensions-apiserver v0.34.1 -> v0.35.0
k8s.io/apiserver v0.34.1 -> v0.35.0
k8s.io/code-generator v0.34.1 -> v0.35.0
k8s.io/component-base v0.34.1 -> v0.35.3
k8s.io/gengo/v2 v2.0.0-20250820003526-c297c0c1eb9d -> v2.0.0-20250922181213-ec3ebc5fd46b
k8s.io/klog/v2 v2.130.1 -> v2.140.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.2-0.20260122202528-d9cc6641c482

@github-actions github-actions Bot added the fix label Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/sigs.k8s.io-e2e-framework-0.x branch from 241c845 to 0a6c754 Compare May 4, 2026 14:09
@renovate
renovate Bot force-pushed the renovate/sigs.k8s.io-e2e-framework-0.x branch from 0a6c754 to ae481b5 Compare May 4, 2026 14:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants