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鈥檒l 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.27 #15

Conversation

dependabot[bot]
Copy link

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

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

Release notes

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

v0.0.27

What鈥檚 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鈥檚 Changed

  • No changes

v0.0.25

What鈥檚 Changed

馃殌 Features

馃悰 Bug Fixes

馃懟 Maintenance

v0.0.24

What鈥檚 Changed

Now you can install a package with a simple name instead of the full name. For example:

... (truncated)

Commits
  • 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.com-magic...
  • 98986b2 Merge pull request #49 from LinuxSuRen/dependabot-github_actions-goreleaser-g...
  • 08534b8 Merge pull request #54 from LinuxSuRen/dependabot-go_modules-github.com-onsi-...
  • 3dac3eb Merge pull request #59 from LinuxSuRen/dependabot-go_modules-github.com-AlecA...
  • c3aa7e0 Fix the errors when install with a simple name (#60)
  • b852d95 Bump github.com/AlecAivazis/survey/v2 from 2.2.2 to 2.2.12
  • e363ce7 Bump github.com/magiconair/properties from 1.8.4 to 1.8.5
  • 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 6, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 10, 2021

Superseded by #16.

@dependabot dependabot bot closed this May 10, 2021
@dependabot dependabot bot deleted the dependabot-go_modules-github.com-linuxsuren-http-downloader-0.0.27 branch May 10, 2021 09:43
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
0 participants