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

Bump github.com/rootless-containers/rootlesskit from 0.14.6 to 1.1.0 #33

Open
wants to merge 1 commit into
base: upstream
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 15, 2022

Bumps github.com/rootless-containers/rootlesskit from 0.14.6 to 1.1.0.

Release notes

Sourced from github.com/rootless-containers/rootlesskit's releases.

v1.1.0

Changes

  • Support using /usr/bin/getsubids via --subid-source=dynamic (#340). Useful for SSSD environments (subid: sss in /etc/nsswitch.conf)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/3?closed=1 Thanks to @​kowalski7cc @​zhangwenlong8911

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v1.1.0/rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions. See the log to verify SHA256SUMS. https://github.com/rootless-containers/rootlesskit/actions/runs/3469963065 The sha256sum of the SHA256SUMS file itself is 2add1e479224f9f03eb82447f3e2fa1b1886ca13da0956a1fe8b596251977ccb .

v1.0.1

Changes

  • Update go.mod to have go1.17 as the minmium version (#289, thanks to @​manugupt1)
  • Binary release: add riscv64 binaries (#300)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/2?closed=1 Thanks to @​manugupt1

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v1.0.1/rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions. See the log to verify SHA256SUMS. https://github.com/rootless-containers/rootlesskit/actions/runs/2256845312 The sha256sum of the SHA256SUMS file itself is e443d4ec34e5fa2e4025bd6e99918ce2d42ee1ee6133d34f166191f6543ce3c0 .

v1.0.0

Changes

Only minor changes since v0.14.6, such as upgrading Go to 1.18: rootless-containers/rootlesskit@v0.14.6...v1.0.0

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v1.0.0/rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

... (truncated)

Commits
  • 6222b47 v1.1.0
  • 6de53eb CI: update Docker to v20.10.21
  • b75fa72 pkg/parent/idtools: remove unused functions
  • b39d64e Support using /usr/bin/getsubids (--subid-source=dynamic)
  • 1206c9e Merge pull request #339 from rootless-containers/dependabot/go_modules/github...
  • 135ed9e Bump github.com/urfave/cli/v2 from 2.19.2 to 2.23.5
  • 2e42332 Merge pull request #338 from rootless-containers/dependabot/go_modules/golang...
  • e1961a7 Bump golang.org/x/sys from 0.1.0 to 0.2.0
  • 996d2ba Merge pull request #336 from zhangwenlong8911/master
  • e1488a0 update sys and net for go.mod
  • Additional commits viewable in compare view

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 [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 0.14.6 to 1.1.0.
- [Release notes](https://github.com/rootless-containers/rootlesskit/releases)
- [Commits](rootless-containers/rootlesskit@v0.14.6...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/rootless-containers/rootlesskit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants