Releases: innobead/huber
Releases · innobead/huber
v0.3.0
v0.2.8
v0.2.7
v0.2.6
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
v0.2.5
❯ 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 Updated
❯ huber -V
huber v0.2.5 Commit: 560295b-20210218215641
v0.2.3
v0.2.2
- [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
v0.2.0
- [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
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