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/linuxsuren/http-downloader from 0.0.22 to 0.0.29 #577

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2021

Bumps github.com/linuxsuren/http-downloader from 0.0.22 to 0.0.29.

Release notes

Sourced from github.com/linuxsuren/http-downloader's releases.

v0.0.29

What’s Changed

  • No changes

v0.0.28

What’s Changed

🐛 Bug Fixes

v0.0.27

What’s Changed

🚀 Features

As a library

You can import it from github.com/linuxsuren/http-downloader/pkg/installer, then put the following code to your CLI. It can help you to download desired tools:

is := installer.Installer{
    Provider: "github",
}
if err = is.CheckDepAndInstall(map[string]string{
    "ks": "linuxsuren/ks",
    "kk": "kubekey",
}); err != nil {
    return
}

v0.0.26

What’s Changed

  • No changes

v0.0.25

What’s Changed

🚀 Features

🐛 Bug Fixes

... (truncated)

Commits
  • 8d45fbe Fix the without fetch option does not work (#70)
  • a39891e Fix the error when fetch hd-config repository (#68)
  • 912a0cf Add installer as a package (#50)
  • 4a44e96 Support to download pre-release asset from GitHub (#62)
  • c96ac5b Fetch config git repo using go-git to replace git cli (#61)
  • 2a73e52 Merge pull request #48 from LinuxSuRen/dependabot-go_modules-github.ghproxy.top-magic...
  • 98986b2 Merge pull request #49 from LinuxSuRen/dependabot-github_actions-goreleaser-g...
  • 08534b8 Merge pull request #54 from LinuxSuRen/dependabot-go_modules-github.ghproxy.top-onsi-...
  • 3dac3eb Merge pull request #59 from LinuxSuRen/dependabot-go_modules-github.ghproxy.top-AlecA...
  • c3aa7e0 Fix the errors when install with a simple name (#60)
  • 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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 10, 2021
@dependabot dependabot bot force-pushed the dependabot-go_modules-github.ghproxy.top-linuxsuren-http-downloader-0.0.29 branch from 2fd49fc to d64b7fe Compare June 29, 2021 14:46
@codecov-commenter
Copy link

codecov-commenter commented Jun 29, 2021

Codecov Report

Merging #577 (f6ca2b3) into master (40f9d2f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #577   +/-   ##
=======================================
  Coverage   37.98%   37.98%           
=======================================
  Files          13       13           
  Lines         416      416           
=======================================
  Hits          158      158           
  Misses        246      246           
  Partials       12       12           
Flag Coverage Δ
unittests 37.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40f9d2f...f6ca2b3. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot-go_modules-github.ghproxy.top-linuxsuren-http-downloader-0.0.29 branch from d64b7fe to f6ca2b3 Compare July 30, 2021 05:52
@LinuxSuRen LinuxSuRen merged commit b2914bd into master Jul 31, 2021
@LinuxSuRen LinuxSuRen deleted the dependabot-go_modules-github.ghproxy.top-linuxsuren-http-downloader-0.0.29 branch July 31, 2021 08:33
jxr98 pushed a commit to jxr98/jenkins-cli that referenced this pull request Sep 4, 2021
…kins-zh#577)

Bumps [github.com/linuxsuren/http-downloader](https://github.com/linuxsuren/http-downloader) from 0.0.22 to 0.0.29.
- [Release notes](https://github.com/linuxsuren/http-downloader/releases)
- [Changelog](https://github.com/LinuxSuRen/http-downloader/blob/master/.goreleaser.yml)
- [Commits](LinuxSuRen/http-downloader@v0.0.22...v0.0.29)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants