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 the sigs-k8s-io group with 2 updates #77

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2024

Bumps the sigs-k8s-io group with 2 updates: sigs.k8s.io/controller-runtime and sigs.k8s.io/e2e-framework.

Updates sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.2...v0.18.3

Commits
  • be2f383 Merge pull request #2840 from sbueringer/pr-bump-k8s
  • 4720d17 Bump k8s.io/* to v0.30.1
  • aa9ed14 Merge pull request #2837 from sbueringer/pr-setup-envtest-ct-rel-0.18
  • 35d7bbd default --use-deprecated-gcs to true
  • ce4e4f5 some more deprecations
  • 56dcc14 setup-envtest: allow downloading envtest binaries from controller-tools
  • See full diff in compare view

Updates sigs.k8s.io/e2e-framework from 0.3.0 to 0.4.0

Release notes

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

v0.4.0

Changes by Kind

Note: Requires minimum Go1.22.0

Feature

  • Added conditions.DaemonSetReady, a wait helper for determining a DaemonSet is ready. (#344, @​cartermckinnon) [SIG Testing]
  • Added a feature-gate argument to the supported flags that will enable setting ReverseTestFinishExecutionOrder so that Finish action can mimic t.Cleanup (#389, @​harshanarayana) [SIG Testing]
  • Added a way to create namespaces with custom labels and annotations (#382, @​Fricounet) [SIG Testing]
  • Dependencies update / Go upgrade to 1.22 and cleanup (#408, @​cpanato) [SIG Testing]

Bug or Regression

  • Fix a bug which both kwok and kind providers don't work expectedly when a cluster already exists. (#406, @​sanposhiho) [SIG Testing]
  • Fixed an issue with MutateAnnotations when the object had no existing annotations (#322, @​Smeb) [SIG Testing]
  • Fixes envconfg.RandomName() returning a string beginning with -` when an empty prefix is provided (#327, @​pmalek) [SIG Testing]
  • Gracefully exit when setup fails (#362, @​codegold79) [SIG Testing]
  • Stopped running the following assess if FailNow() was called during a test (#391, @​Fricounet) [SIG Testing]

Dependencies

Added

  • cloud.google.com/go/compute: v1.20.1
  • github.com/Azure/go-ansiterm: d185dfc
  • github.com/alecthomas/kingpin/v2: v2.3.2
  • github.com/alecthomas/units: b94a6e3
  • github.com/antlr/antlr4/runtime/Go/antlr/v4: 8188dc5
  • github.com/blang/semver/v4: v4.0.0
  • github.com/cenkalti/backoff/v4: v4.2.1
  • github.com/felixge/httpsnoop: v1.0.3
  • github.com/fxamacker/cbor/v2: v2.6.0
  • github.com/go-kit/log: v0.2.1
  • github.com/go-logfmt/logfmt: v0.5.1
  • github.com/go-logr/stdr: v1.2.2
  • github.com/google/cel-go: v0.17.8
  • github.com/google/gnostic-models: v0.6.8
  • github.com/grpc-ecosystem/grpc-gateway/v2: v2.16.0
  • github.com/inconshreveable/mousetrap: v1.1.0
  • github.com/jpillora/backoff: v1.0.0
  • github.com/julienschmidt/httprouter: v1.3.0
  • github.com/matttproud/golang_protobuf_extensions/v2: v2.0.0
  • github.com/moby/term: 1aeaba8
  • github.com/mwitkow/go-conntrack: 2f06839
  • github.com/spf13/cobra: v1.7.0
  • github.com/x448/float16: v0.8.4
  • github.com/xhit/go-str2duration/v2: v2.1.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.44.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0

... (truncated)

Commits
  • 931c3c4 Merge pull request #418 from kubernetes-sigs/dependabot/github_actions/all-ed...
  • 6db355e Bump actions/checkout from 4.1.5 to 4.1.6 in the all group
  • 5ad8705 Merge pull request #417 from kubernetes-sigs/dependabot/go_modules/all-826210...
  • f0408fe Bump the all group across 1 directory with 5 updates
  • b1ad98c Merge pull request #416 from kubernetes-sigs/dependabot/github_actions/all-0d...
  • 3a43250 Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 in the all group
  • 2135435 Merge pull request #408 from cpanato/updates
  • 93827e8 bump golangci-lint to 1.58.0
  • 041158b fix test
  • ba76f27 upgrade to go1.22 and update lints
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the sigs-k8s-io group with 2 updates: [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework).


Updates `sigs.k8s.io/controller-runtime` from 0.18.2 to 0.18.3
- [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.18.2...v0.18.3)

Updates `sigs.k8s.io/e2e-framework` from 0.3.0 to 0.4.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.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 2, 2024 16:25
@dependabot dependabot bot requested review from ramizpolic and removed request for a team June 2, 2024 16:25
@github-actions github-actions bot added the size/S Denotes a PR that changes 10-99 lines label Jun 2, 2024
@ramizpolic ramizpolic closed this Jun 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/sigs-k8s-io-3e7256522d branch June 3, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies size/S Denotes a PR that changes 10-99 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant