Skip to content

Releases: innobead/huber

v0.3.0

07 Mar 04:43
Compare
Choose a tag to compare
  • [enhancement] Support non-semver compatible artifact filename #37

v0.2.8

25 Feb 23:59
Compare
Choose a tag to compare
  • [bug] The version order of the searched package is not correct #36

v0.2.7

25 Feb 01:41
Compare
Choose a tag to compare
  • [bug] Failed to install firecrakcer due to the release file change #35
  • [bug] Failed to uninstall the package with scan_dirs defined #34
  • [bug] Can't update to the latest version of containerd when interleaved versions released #32

v0.2.6

21 Feb 05:53
Compare
Choose a tag to compare

Windows x86_64/amd64 supported 🎆!

PS C:\Users\Administrator\huber> .\huber.exe install kind
Updating managed repos
Updating unmanaged repos
Installing kind
Downloading package artifacts from github "https://github.com/kubernetes-sigs/kind"
Setting kind (version: v0.10.0, source: github) as the current package
Installed executables:
 - C:\Users\Administrator\.huber\bin\kind.exe
kind (version: v0.10.0, source: github) installed
  • [enhancement] Support windows #29
  • [bug] Failed to install windows package from compressed file #31

v0.2.5

18 Feb 23:56
Compare
Choose a tag to compare
  • [enhancement] Support ARMv7 #30
  • [bug] Failed to install firecracker #28
huber self-update
Updating managed repos
Updating unmanaged repos
Updating huber to v0.2.5
Downloading package artifacts from github "https://github.com/innobead/huber"
Setting huber (version: v0.2.5, source: github) as the current package
Installed executables:
 - /home/davidko/.huber/bin/huber
huber v0.2.5 Updatedhuber -V
huber v0.2.5 Commit: 560295b-20210218215641

v0.2.3

07 Feb 14:00
Compare
Choose a tag to compare
  • [bug] Incorrectly update to the recent release version of package instead of the latest version #27
  • [bug] Failed to install firecracker #28

v0.2.2

05 Feb 16:29
Compare
Choose a tag to compare
  • [enhancement] Add indicator when cloning managed or unmanaged huber package repos #26
  • [bug] Cant install tracee #25
  • [enhancement] Update all installed packages at once #23
  • [enhancement][wontfix] Optional to install huber in the user specific folder and update correctly accordingly #20
  • [enhancement] Add progress bar/indicator #9
  • [enhancement] Show update available packages #7
  • [enhancement] Test new packages locally #4

v0.2.1

29 Jan 17:53
Compare
Choose a tag to compare
  • [bug] Failed to install wasmtime #22
  • [enhancement][wontfix] Search packages via description #12
  • [enhancement] Search packages with regex by arg instead of option #11
  • [enhancement] Install/Uninstall/Update multiple packages in one command #6
  • [enhancement][wontfix] Search packages via repo #3

v0.2.0

28 Jan 11:02
Compare
Choose a tag to compare
  • [bug] Failed to install the package when release tag is not version like kustomize/vx.x.x #21
  • [enhancement] Update reqwest to support tokio 1.0 #19
  • [enhancement] Use the default ssh key if no key specified when accessing the repo via SSH #18
  • [bug] Rancher release info not accurate #16
  • [enhancement] Support arm64/aarch64 #13
  • [enhancement] Support packages w/ non-qualified semantic version like linkerd2 #8
  • [enhancement] make generate to update package list w/ the new added packages #5

v0.1.0

17 Nov 18:41
Compare
Choose a tag to compare

The first version of huber is released! 🥳

In this version, huber supports Linux & MacOS amd64 with the below major features. For more functions, please try huber --help to play around and feedback is welcome!

  • Manages released artifacts from github, and decide which version as the current to use
  • Manages the default package repository with an awesome package list including popular star github projects (ex: K8s, K3s, cloud-native, etc)
  • Supports huber.yaml in any public/private github repo aware to Huber to manage the described packages
  • Supports secure protocols (SSH/HTTPS) for github communication