Skip to content

Releases: LinuxSuRen/http-downloader

v0.0.29

07 May 13:53
8d45fbe
Compare
Choose a tag to compare

What’s Changed

  • No changes

v0.0.28

07 May 11:05
a39891e
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v0.0.27

04 May 12:48
912a0cf
Compare
Choose a tag to compare

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

02 May 00:29
4a44e96
Compare
Choose a tag to compare

What’s Changed

  • No changes

v0.0.25

01 May 11:00
c96ac5b
Compare
Choose a tag to compare
v0.0.25 Pre-release
Pre-release

What’s Changed

🚀 Features

  • Fetch config git repo using go-git to replace git cli (#61) @LinuxSuRen

🐛 Bug Fixes

👻 Maintenance

  • Bump github.com/magiconair/properties from 1.8.4 to 1.8.5 (#48) @dependabot
  • Bump goreleaser/goreleaser-action from v2.4.1 to v2.5.0 (#49) @dependabot
  • Bump github.com/onsi/ginkgo from 1.16.0 to 1.16.1 (#54) @dependabot
  • Bump github.com/AlecAivazis/survey/v2 from 2.2.2 to 2.2.12 (#59) @dependabot

v0.0.24

19 Apr 08:17
9080439
Compare
Choose a tag to compare

What’s Changed

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

hd install ks

🚀 Features

👻 Maintenance

v0.0.23

17 Mar 00:43
3cbc126
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Fix errors when target config dir is not a git dir (#44) @LinuxSuRen

👻 Maintenance

v0.0.22

07 Mar 10:17
026b4d6
Compare
Choose a tag to compare

What’s Changed

🚀 Features

v0.0.21

04 Mar 11:33
Compare
Choose a tag to compare

What’s Changed

  • No changes

v0.0.20

03 Mar 14:48
68710db
Compare
Choose a tag to compare

What’s Changed

  • Add an option to clean the package after install