Conversation
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@99576bf...a1b0e39) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ea24667 to
435f8cd
Compare
|
I'm starting to think all those flakes aren't actually flakes... 😊 @tigrato could you take a look, please? |
|
Thanks, Tiago! |
a1b9e2b to
7074bcb
Compare
|
Pending on #51398 being merged. |
7074bcb to
435f8cd
Compare
Sure. The kind actions upgrade also updates the Kubernetes version from 1.27.x to 1.32.x. Starting with Kubernetes 1.30, the default exec protocol was switched from the deprecated SPDY protocol to websockets. The behavior of the WebSocket executor differs from the SPDY executor when the upstream connection is terminated. Websocket returns an error, while the other simply terminates without returning an error. With the upgrade to Kubernetes 1.32, Teleport began using websockets, causing all errors to be returned when we tested the monitor blocking the connection. Unfortunately, Kubernetes did not properly wrap the error, instead returning Tired of dealing with err strings partial checks, I partially addressed the issue in #18496 by returning a proper error message. Now, the server provides a proper reason to the client, clearly indicating why the connection was terminated. Updating the action here is now correct because we always expect an error from #51398 |
…vitational#51254) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@99576bf...a1b0e39) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps helm/kind-action from 1.9.0 to 1.12.0.
Release notes
Sourced from helm/kind-action's releases.
Commits
a1b0e39Bump actions/checkout from 4.1.4 to 4.2.2 in the actions group (#130)9315f6bfeat: options to configure local registry (#113)aed9fb9update kind to use release v0.26.0 (#129)ae94020update kind to default to release v0.24.0 (#122)9fdad06fix: Use new mirror for downloading kubectl (#127)c93960cBump actions/checkout from 4.2.1 to 4.2.2 in the actions group (#125)fce224dBump actions/checkout from 4.2.0 to 4.2.1 in the actions group (#123)0958ddcBump actions/checkout from 4.1.7 to 4.2.0 in the actions group (#121)5d66646feat: add custom kubeconfig option as action input (#119)6f17223Bump actions/checkout from 4.1.7 to 4.2.0 in the actions group (#120)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)