Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump procfs from 0.9.1 to 0.10.0 in /src/agent #1166

Merged
merged 2 commits into from
Aug 23, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2021

Bumps procfs from 0.9.1 to 0.10.0.

Release notes

Sourced from procfs's releases.

v0.10.0

Breaking changes

  • Use u16 for kernel patch version number #137
  • Changed inodes to u64, fixed a test, and updated a doc string #132

New features

  • Derive Clone for all public structs and enums. #128
  • Get all processes with a custom root of /proc path #122
  • Create FDInfo from raw fd and pid #123
  • feat: create task by specify pid and tid #134
  • Add support for /proc//ns #135

Bug fixes

  • When writing files, don't open the file for read #120
  • Pin hex to 0.4.2 to restore MSRV of 1.34 #129
Commits
  • 9e85e3c Merge pull request #137 from zz85/master
  • f5773fb Use u16 for kernel patch number
  • f1683ee Use u16 for major and minor version numbers
  • 284497e Use 32 bit integers to represent kernel version numbers
  • 8ffd562 Merge pull request #134 from pearzl/feat_new_task
  • 576095f Merge pull request #135 from Furisto/ns
  • 62d38f2 Add support for /proc/<pid>/ns
  • e276c30 feat: create task by specify pid and tid
  • 30ab949 Merge pull request #132 from rc-grey/inode_type_fixes
  • fefe1b5 Changed inodes to u64, fixed a test, and updated a doc string
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @bmc-msft.


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 [procfs](https://github.com/eminence/procfs) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 23, 2021
@ghost
Copy link

ghost commented Aug 23, 2021

Hello @bmc-msft!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 18 hours, a condition that will be fulfilled in about 13 hours 11 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@bmc-msft
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit 9845da7 into main Aug 23, 2021
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/procfs-0.10.0 branch August 23, 2021 14:57
@ghost ghost locked as resolved and limited conversation to collaborators Sep 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-merge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant