Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2022

Bumps engineerd/setup-kind from 0.1.0 to 0.5.0.

Release notes

Sourced from engineerd/setup-kind's releases.

Fix path deprecation in Actions environment

As described in #28 and in the GitHub deprecation notice, the implementation of core.addPath used by this action will no longer be supported.

This release updates the @actions, and specifically the @actions/core package to version 1.2.6, which contains an updated implementation for addPath .

Users will have to manually update to this version (v0.5.0) in order for the actions to keep working after the GitHub deprecation.

Update @​actions/toolkit core packages to mitigate bug in moving Kind

This release addresses #21, which reported errors in moving the Kind binary from the temporary download directory in the /home/runner/bin directory, issue likely caused by the two directories no longer being mounted on the same filesystem:

EXDEV: cross-device link not permitted, rename '/home/runner/work/_temp/174cfcc2-60fa-4457-beaa-ccc15123e9e8' -> '/home/runner/bin/kind'

The man page for rename:

EXDEV  oldpath and newpath are not on the same mounted filesystem.
       (Linux permits a filesystem to be mounted at multiple points,
       but rename() does not work across different mount points, even
       if the same filesystem is mounted on both.)

Updating the @actions/toolkit packages mitigated the issue, and now the kind binary is moved under a default location, and depending on the version, the binary can be found in:

/opt/hostedtoolcache/kind/0.7.0/x64/kind

Thanks to @​ryanzhang-oss for reporting the issue.

Update Kind to v0.7.0

This release updates the default Kind version to v0.7.0

name: "Create cluster using KinD"
on: [pull_request, push]

jobs: kind: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: engineerd/[email protected] - name: Testing run: | kubectl cluster-info kubectl get pods -n kube-system

Update Kind to v0.6.1

This release updates Kind to the [latest version, v0.6.1][kind-version].

... (truncated)

Commits

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 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)

Bumps [engineerd/setup-kind](https://github.com/engineerd/setup-kind) from 0.1.0 to 0.5.0.
- [Release notes](https://github.com/engineerd/setup-kind/releases)
- [Commits](engineerd/setup-kind@v0.1.0...v0.5.0)

---
updated-dependencies:
- dependency-name: engineerd/setup-kind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2022

The following labels could not be found: actions, Skip Changelog.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2022
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 workspace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants