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/no-src/gofs from 0.7.2 to 0.8.0 #24

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps github.com/no-src/gofs from 0.7.2 to 0.8.0.

Release notes

Sourced from github.com/no-src/gofs's releases.

v0.8.0

Fixed

  • Add init-env.sh script to fix the UDP buffer sizes.

Enhancements

  • Remove the ssh_key flag and add some parameters for source and dest flags to configure the authentication info for SFTP.
  • Add the copy_link and copy_unsafe_link flags to control the synchronization of the symbolic links in the local disk mode.
  • Update scripts/build-release.sh, add linux arm64 and macOS arm64 releases.
  • Update release scripts, get last git commit from HEAD.
  • Remove the CBool structure and code refactoring.
  • Remove the unused global variables.
  • Add docker test and release test workflows to GitHub Actions.
  • Add govulncheck workflow.
  • Replace minio.statDirEntry and sftp.statDirEntry with fs.FileInfoToDirEntry.
  • Replace the global log with local log.
  • Refactor the build-release.sh and build-docker.sh scripts to make it more generic.
  • Update install-minio.sh script, use -q flag for wget command to avoid print progress logs.
  • Rename function NewDecryptReader to newDecryptReader.
  • Update dependency, github.com/quic-go/quic-go v0.38.0 => v0.39.0.
  • Update dependency, github.com/minio/minio-go/v7 v7.0.62 => v7.0.63.
  • Update dependency, github.com/no-src/log v0.3.0 => v0.3.1.
  • Update dependency, golang.org/x/oauth2 v0.11.0 => v0.12.0.
  • Update dependency, google.golang.org/grpc v1.57.0 => v1.58.2.
Commits
  • f61f8d2 Add the newDriverPullClientSync and newDriverPushClientSync functions (#275)
  • 0aa2618 Add some docker tests to GitHub workflows (#274)
  • b9f5a45 Add govulncheck workflow (#273)
  • 25b4b89 Rename function NewDecryptReader to newDecryptReader (#272)
  • 1821515 Bump github.com/quic-go/quic-go from 0.38.1 to 0.39.0 (#271)
  • 460148a Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (#270)
  • 16a410d Add some tests for logger package (#269)
  • e3e7441 Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#268)
  • b279e70 Use -q flag for wget command to avoid print progress logs (#266)
  • 7119cc9 Add init-env.sh script to fix the UDP buffer sizes (#267)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/no-src/gofs](https://github.com/no-src/gofs) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/no-src/gofs/releases)
- [Commits](no-src/gofs@v0.7.2...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/no-src/gofs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #24 (49e861d) into main (b3cda2b) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          371       371           
=========================================
  Hits           371       371           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mstmdev mstmdev merged commit c50aa03 into main Oct 10, 2023
12 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/no-src/gofs-0.8.0 branch October 10, 2023 01:19
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant