Releases: alexellis/arkade
Add SealedSecrets, Consul Service Mesh, Kong Ingress, GitLab, Bash completion
Existing users:
arkade update
New users: see README
Changelog for 0.6.17:
- PR #252 Rebase of #164 by @alexellis
- PR #89 Avoid creating a conflicting alias by @PierreRustOrangex
- PR #159 Add shell completion for get/completion by @tuananh
- PR #199 Use Latest Dashboard in Tekton App by @nickgerace
- PR #251 add buildx tool by @tuananh
- PR #250 Added kubens as tool and bumped version version of kubectx by @arnobroekhof
- PR #244 Update Portainer to 2.0 by @alexellis
- PR #240 Add app for kong-ingress by @nitishkumar71
Commits
87f5f70 Rename a test by @alexellis
02a5898 Add SealedSecrets app by @evalsocket
cc1e880 Add Consul Service Mesh as an installable app by @jsiebens
6231ced Add SealedSecrets app by @evalsocket
5167d87 add app for kong-ingress by @nitishkumar71
492aadd Consolidate list of apps and reduce repetition by @Waterdrips
0525ad9 Removed helm3 boolean passed to TryDownloadHelm method in gitlab_app. by @Johannestegner
204abae Added info message for the gitlab app. by @Johannestegner
a205d51 Updated info.go to include gitlab. by @Johannestegner
3566c05 Removed ! in front of optional dependency checks. by @Johannestegner
cbd7034 Added gitlab to install cmd. by @Johannestegner
596c81d Redis, Minio and PGSql now defaults to true. by @Johannestegner
2cc47e1 Added initial command for gitlab app. by @Johannestegner
3ae1425 Fix wording by @PierreRustOrange
5157789 Use which instead of whereis by @PierreRustOrange
e983d92 Avoid creating a conflicting alias by @PierreRustOrange
8a57d2a Fix: use MakeTools() to generate valid tool name array by @tuananh
5615b2f Add shell completion for get/completion by @tuananh-teko
58d1461 Use latest dashboard in Tekton App by @nickgerace
a599f57 Add SealedSecrets app by @evalsocket
55dfac7 Add Consul Service Mesh as an installable app by @jsiebens
ff1487a add buildx tool by @tuananh
a1a3a47 Added test for kubens by @arnobroekhof
446b281 Added kubens as tool and bumped version to v0.9.1 by @arnobroekhof
d5125ef Add SealedSecrets app by @evalsocket
d5671c0 Use a const where possible by @alexellis
38489f1 Use new YAML manifest, remove arch tests by @funkypenguin
a61c2e2 add app for kong-ingress by @nitishkumar71
Generated by Derek
Add pack CLI for buildpacks
Minor fixes
Changelog for 0.6.15:
- PR #161 Consolidate list of apps and reduce repetition by @Waterdrips
- PR #223 Fix basic-auth on re-run to disable basic auth by @Waterdrips
- PR #226 Convert Cert Manager app to new style by @yankeexe
Commits
1aa7e74 Consolidate list of apps and reduce repetition by @Waterdrips
541be5b Fix basic-auth on re-run to disable basic auth by @Waterdrips
9b995ac Convert Cert Manager app to new style by @yankeexe
Generated by Derek
Add Azure provisioner for inlets-operator app and add GitHub CLI download
Changelog for 0.6.14:
- PR #230 Add Azure provisioner for inlets-operator app by @zechenbit
- PR #224 Convert ingress-nginx app to use new app style #222 by @nitishkumar71
- PR #218 Add Github CLI by @rberrelleza
- PR #219 Fix typo in openfaas_app example by @utsavanand2
- PR #217 Updated the Civo CLI version to the lasted version by @alejandrojnm
Commits
bdd0ed1 Add Azure provisioner for inlets-operator by @zechenbit
479e2f1 convert nginx app to use new app style #222 by @nitishkumar71
5f60584 Fix test on faas-cli version by @alexellis
7ada356 Add Github CLI by @rberrelleza
9e14f9e Fix typo in openfaas_app example by @utsavanand2
8d39bd8 Update .DEREK.yml by @alexellis
022c850 October is here by @alexellis
056937b Updated the Civo CLI version to the lasted version by @alejandrojnm
c66e035 Give more usage on arkade get by @alexellis
Generated by Derek
Add download progress bar and OIDC ingress option to openfaas-ingress
Changelog for 0.6.13:
- PR #214 display progress bar when downloading by @rberrelleza
- PR #215 Add support for openfaas-ingress for OIDC by @Waterdrips
Commits
af87452 Display a download progress bar for arkade get by @rberrelleza
9211417 Add support for openfaas-ingress for OIDC by @Waterdrips
d114f7c Clarify terms of sponsored apps by @alexellis
a1b2158 Clarify terms of sponsored apps by @alexellis
Generated by Derek
Add Gitea as an installable app
Changelog for 0.6.12:
- PR #212 Add Gitea as an installable app by @techknowlogick
Commits
0415b5f Add Gitea as an installable app by @techknowlogick
Generated by Derek
Write registry creds to a file and remove helm2 functionality
Changelog for 0.6.11:
Commits
b7c1dd6 Write registry creds to a file by @alexellis
edf2f25 Update README for newer apps / CLIs by @alexellis
3c749d8 remove duplicated code for downloading helm by @amalkh5
5ba2ecd remove helm2 by @amalkh5
bca66b0 Add set flag to ingress-nginx by @alexellis
Generated by Derek
Add Hashicorp terraform CLI to "arkade get" and --version override to all "get" commands.
Changelog for 0.6.10:
- PR #201 Add terraform CLI by @alexellis
- PR #197 Remove helm template by @amalkh5
Usage:
# Stable version 0.13.0
arkade get terraform
# Get an older version
arkade get terraform --version 0.12.0
Commits
08ce44c Add terraform CLI by @alexellis
653c4b3 add helm3 support to chart,cronconnector, by @amalkh5
Generated by Derek
Fix initial creation of .arkade folder in get command
Changelog for 0.6.9:
Commits
d538641 Fix #195 by creating .arkade folder in get command by @alexellis
3b94e84 Enable Civo provider for inlets-operator by @alexellis
Generated by Derek
Add "civo" CLI to "arkade get"
With the Civo CLI re-write in Go, it can now be downloaded with "arkade get":
arkade get civo
- Launch a managed k3s cluster in < 60s with free credits here
- Read more about The World's First Managed k3s Service
Changelog for 0.6.8:
- PR #192 Add CLI for Civo cloud by @alexellis
Commits
a93841d Add CLI for Civo cloud by @alexellis
Generated by Derek