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/spf13/afero from 1.5.1 to 1.9.2 #2410

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/spf13/afero from 1.5.1 to 1.9.2.

Release notes

Sourced from github.com/spf13/afero's releases.

v1.9.2

What's Changed

Full Changelog: spf13/afero@v1.9.1...v1.9.2

v1.9.1

What's Changed

Full Changelog: spf13/afero@v1.9.0...v1.9.1

v1.9.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.8.2...v1.9.0

v1.8.2: RemoveAll fixes in MemMapFs and GcsFs

v1.8.1: memfs: add modTime on folder creation

No release notes provided.

v1.7.1: Move GCS into its own package

No release notes provided.

v1.7.0: Add experimental GCS support

Add experimental GCS support in Afero. Experimental because the CI infra of afero does not test with real GCS buckets.

Limitations:

  • No Chmod support - The GCS ACL could probably be mapped to *nix style permissions but that would add another level of complexity and is ignored in this version.
  • No Chtimes support - Could be simulated with attributes (gcs a/m-times are set implicitly) but that's is left for another version.
  • NOTE: Not thread safe - Also assumes all file operations are done through the same instance of the GcsFs. File operations between different GcsFs instances are not guaranteed to be consistent.

Performance implications

  • Sequential reads are performant
  • Sequential writes are performant.

... (truncated)

Commits
  • 2a70f2b Make mem.File implement fs.ReadDirFile
  • 0aa65ed Fix sorting in IOFS.ReadDir
  • b0a534a Update README.md
  • c92ae36 Make IOFS.ReadDir check for fs.ReadDirFile
  • 52b6417 Fix staticcheck lint errors
  • 939bf3d Fix test failures on Windows
  • 9439436 all: Run gofmt -s -w
  • 015be45 Move CI tests to GitHub Action
  • 100c9a6 Merge pull request #346 from jeffwidman/bump-minimum-go-version
  • c45d7c7 Bump minimum go version to 1.16
  • 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)

@dependabot dependabot bot added the dependabot 🤖 Created by the dependabot label Oct 10, 2022
@carolynvs
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/afero-1.9.2 branch from 57e3c7b to bc521d8 Compare October 10, 2022 20:43
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.5.1 to 1.9.2.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.5.1...v1.9.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/afero-1.9.2 branch from bc521d8 to 659549e Compare October 10, 2022 20:45
@carolynvs carolynvs merged commit 467ae80 into main Oct 11, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/spf13/afero-1.9.2 branch October 11, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot 🤖 Created by the dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant