Releases: alexellis/arkade
Crossplane update
Changelog for 0.2.1:
- PR #67 Update crossplane info message with new terminology by @hasheddan
- PR #48 Added helm3 option to minio app by @kadern0
- PR #62 Updated PR template with ARM checks by @kadern0
Commits
29ff156 Copy note about bash from k3sup by @alexellis
6fb97c7 Remove alias from intro by @alexellis
853743d Switch to new colour for t-shirt by @alexellis
4e89208 Update crossplane info message with new terminology by @hasheddan
f80635b Sed clean with simple by @alexellis
c8e52cb Added helm3 option by @kadern0
9457f8a Updated PR template by @kadern0
Generated by Derek
Remove chart folder before fetching
Changelog for 0.2.0:
Commits
f2af156 Remove chart folder before fetching by @alexellis
Generated by Derek
Block certain apps on arm
Changelog for 0.1.14:
- PR #59 Added arm support to metrics-server by @kadern0
- PR #58 Added architecture check to allow only x86-64 installations by @kadern0
- PR #57 Fixes #44: Add info message to grafana app by @aidun
Commits
49eb497 Restore copyright notice by @alexellis
e2b113d Added arm support to metrics-server by @kadern0
28fe29b Added architecture check to allow only x86-64 installations by @kadern0
d6bc565 Fixes #44: Add info message to grafana app by @aidun
Generated by Derek
Add ingress-operator to openfaas app
Changelog for 0.1.13:
Commits
cc32010 Add ingress-operator as a flag to openfaas by @alexellis
Generated by Derek
Add Ingress support to traefik2 app
Add Grafana app
Update helm3 version
Add app for traefik2
Changelog for 0.1.9:
- PR #40 Add Traefik v2 by @alexellis
export KUBECONFIG="$(k3d get-kubeconfig --name='k3s-default')"
k3d create --server-arg "--no-deploy=traefik" --server-arg "--no-deploy=servicelb"
arkade install traefik2
Commits
1bb8afe Add traefik2 app by @braybaut
17fb795 Add Tutorials & community blog posts by @alexellis
Generated by Derek
Stop linkerd from creating folder during get.sh
Changelog for 0.1.8:
This fixes an issue where some code that ran in get.sh created a .arkade
folder owned by root.
sudo arkade update
# then do update.
# remove any old cached folders which are owned by root
sudo rm -rf ~/.arkade
sudo rm -rf ~/.helm
# For MacOS users
sudo rm -rf /Users/$(whoami)/Library/Preferences/helm/repositories.lock
sudo rm -rf /Users/$(whoami)/Library/Caches/helm/repositories.lock
# Then run it again
arkade version
# Shouldn't exist now, and when re-created will be owned by your user account
sudo ls -l $HOME/.arkade
Commits
9f4f0dc Stop linkerd from creating folder during get.sh by @alexellis
4def417 Fixes #31: add --wait global option to the install command by @aidun
Generated by Derek