Skip to content

Tags: alexellis/arkade

Tags

0.11.97

Toggle 0.11.97's commit message
Add mediamtx

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.96

Toggle 0.11.96's commit message
Show progress of "arkade oci install"

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.95

Toggle 0.11.95's commit message
Update vendor

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.94

Toggle 0.11.94's commit message
Update template for polaris tool due to upstream change

Upstream changed their release naming convention at some point.
Old assets were polaris_linux_amd64.tar.gz. New assets are
polaris_10.2.0_linux_amd64.tar.gz. The template in tools.go
hadn't been updated to match, so every request hit a 404.

Unit and e2e tests now pass.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.93

Toggle 0.11.93's commit message
Fix for --latest=true flag for releases

Previously, --latest=true was not always marking a release as
latest due to the prerelease default on a public repo.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.92

Toggle 0.11.92's commit message
Fix gofmt

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.91

Toggle 0.11.91's commit message
Anonymous auth for openfaasltd images

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.90

Toggle 0.11.90's commit message
Print out helpers/hints for setting PATH for .arkade/bin

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.89

Toggle 0.11.89's commit message
Sync semver v3 with gha-bump

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.88

Toggle 0.11.88's commit message
Fix for argocd's massive CRDs

These didn't work properly some of the time - they exceed
256k lines (apparently) so better to apply first via
server-side kubectl.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>