Skip to content

Releases: LinuxSuRen/http-downloader

v0.0.47

14 Oct 14:36
d109c0d
Compare
Choose a tag to compare

What’s Changed

  • No changes

v0.0.46

14 Oct 14:24
c39acba
Compare
Choose a tag to compare

Docker images

  • docker pull surenpi/hd:v0.0.46
  • docker pull ghcr.io/linuxsuren/hd:v0.0.46

v0.0.45

11 Oct 15:37
38d64ee
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🚦 Tests

  • Adding UT in check_test.go for has hasPackageSuffix method (#160) @amoghrajesh

v0.0.44

10 Oct 12:06
f04529c
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🐛 Bug Fixes

v0.0.43

03 Oct 05:07
0c7630d
Compare
Choose a tag to compare

What’s Changed

It's pretty easy to install a tool that comes from the GitHub release.

hd install cli

🚀 Features

v0.0.42

30 Sep 11:27
538372e
Compare
Choose a tag to compare

What’s Changed

Do you want to download tools in the Docker builds? It's pretty easy. Please see the following example:

FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
RUN hd install kubesphere-sigs/ks@v0.0.50

FROM alpine:3.10
COPY --from=downloader /usr/local/bin/ks /usr/local/bin/ks
CMD ["ks"]

🚀 Features

v0.0.41

30 Sep 07:47
37719ad
Compare
Choose a tag to compare

What’s Changed

👻 Maintenance

  • Add platform linux/amd64 for the goreleaser docker image (#140) @LinuxSuRen

v0.0.40

30 Sep 07:00
fa5957d
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • fix name and version split error when installing the app (#135) @seanly

👻 Maintenance

v0.0.39

23 Sep 11:14
2a0d4b1
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Add support to print the version list of target package (#131) @LinuxSuRen

🐛 Bug Fixes

v0.0.38

10 Sep 15:52
ad87434
Compare
Choose a tag to compare

What’s Changed

🚀 Features