Closed dependabot[bot] closed 3 days ago
/assign
/hold as I need to validate that the change does not break the provider-extensions local setup
[FAILED] Expected success, but got an error:
<*retry.Error | 0xc0008fc320>:
retry failed with context deadline exceeded, last error: Get "https://127.0.0.1:46695/apis/core.gardener.cloud/v1beta1/namespaces/garden-local/shoots/e2e-cache-def": dial tcp 127.0.0.1:46695: connect: connection refused
{
ctxError: <context.deadlineExceededError>{},
err: <*url.Error | 0xc000df43f0>{
Op: "Get",
URL: "https://127.0.0.1:46695/apis/core.gardener.cloud/v1beta1/namespaces/garden-local/shoots/e2e-cache-def",
Err: <*net.OpError | 0xc00069c960>{
Op: "dial",
Net: "tcp",
Source: nil,
Addr: <*net.TCPAddr | 0xc000df43c0>{
IP: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 127, 0, 0, 1],
Port: 46695,
Zone: "",
},
Err: <*os.SyscallError | 0xc0008fc1c0>{
Syscall: "connect",
Err: <syscall.Errno>0x6f,
},
},
},
}
In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enable_add_remove_disable_delete.go:99 @ 11/04/24 15:55:24.574
This seems like a network issue.
/test pull-gardener-extension-registry-cache-e2e-kind
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ialidzhikov
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/hold cancel
Bumps github.com/gardener/gardener from 1.106.1 to 1.107.0.
Release notes
Sourced from github.com/gardener/gardener's releases.
... (truncated)
Commits
3bb8cdc
Release v1.107.0cac3a69
Fix network validation for Shoot control plane migration case. (#10777)4af74fa
Revert "chore(deps): update dependency kyverno/kyverno to v1.13.0 (#10746)" (...93593d0
Pin valitail version to v2.2.15 (#10776)bb89282
[release-v1.107] Fix index out of range error in access restriction handling ...60b675c
Increase the readiness probe timeout for the gardener-metrics-exporter (#10771)c03003d
Fix Prometheus ruleshoot-kube-proxy
(kube-proxy.rules) (#10757)3544c00
Add check for using plain http on helm push only if registry is glgc (#10743)55caa7f
chore(deps): update dependency envoyproxy/envoy to v1.32.1 (#10755)ee2de9a
Fix TSC for StatefulSets (#10750)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