Skip to content

Releases: alexellis/arkade

Add Grafana app

09 Mar 12:34
Compare
Choose a tag to compare

Changelog for 0.1.11:

Commits
1d497d6 Add license to pkg files by @alexellis
c192886 Add license headers by @alexellis
804f0ba Fixes #6: Added grafana app by @aidun

Generated by Derek

Update helm3 version

09 Mar 11:36
Compare
Choose a tag to compare

Changelog for 0.1.10:

Commits
cf96105 Remove unused k3sversion by @TheYkk
e900006 Kubernetes-dashboard version upgraded by @TheYkk
87abf7e K3S and Helm version upgraded by @TheYkk

Generated by Derek

Add app for traefik2

07 Mar 20:32
Compare
Choose a tag to compare

Changelog for 0.1.9:

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

04 Mar 21:21
Compare
Choose a tag to compare

Changelog for 0.1.8:

  • PR #32 Fixes #31: add --wait global option to the install command by @aidun

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

Update Istio app version

03 Mar 11:18
Compare
Choose a tag to compare

Changelog for 0.1.7:

  • PR #26 bumped istio to 1.4.5 according to the docs to fix issue #25 by @aidun

Commits
bb980d5 Fixes #25: updated istio to version 1.4.5 by @aidun
d2934b5 Add t-shirt link by @alexellis

Generated by Derek

Fix typo in crossplane app

29 Feb 09:38
2b7f92f
Compare
Choose a tag to compare

Changelog for 0.1.6:

Commits
2b7f92f Create FUNDING.yml by @alexellis
b96fcd5 Make Grep case insensitive in download script by @Waterdrips
eb6815d Update README.md by @alexellis
ac5d3ca Move badges by @alexellis
4dd7898 Add quotes by @alexellis
c25fc36 Add images by @alexellis
86859f9 Reformat examples in intro by @alexellis
5617685 Add logo by @alexellis
8161836 Add to ignore file by @alexellis
7e7c3d0 Add update command by @alexellis
32e4e1a Remove tiller from listing by @alexellis
645743e Fix typo "crosspane" by @alexellis

Generated by Derek

Restore latest apps versions from k3sup

26 Feb 22:29
Compare
Choose a tag to compare

Changelog for 0.1.5:

Commits
24e7bf3 Restore latest apps versions from k3sup by @alexellis

Generated by Derek

Add Staging Issuer for OpenFaaS Ingress

26 Feb 21:36
Compare
Choose a tag to compare

Changelog for 0.1.4:

Commits
09b64e3 Add the option to use Staging LE issuer for OpenFaaS Ingress by @Waterdrips
99a1d4f Update install command by @alexellis
8de7ddf Switch to nginx-ingress as an example of flags by @alexellis
3a96db5 Tidy ingress example by @johnmccabe
118ba32 Update report card by @alexellis
3bbdef8 Show the flags by @alexellis
5aad5e7 Explain examples by @alexellis
6474e71 Update to show --set is available by @alexellis
1095f0c Add link back to k3sup by @alexellis
c7dade4 Add helm link by @alexellis
4a7e1c1 Restore github templates by @alexellis
e4054f7 Flesh out examples by @alexellis
fe0b5bd Update README.md by @alexellis
e693cb2 Update README.md by @alexellis
084476e Add .DEREK.yml by @alexellis
fabe553 Fix Installer to create ark alias by @Waterdrips

Generated by Derek

Remove SSH code and old docs

26 Feb 11:31
Compare
Choose a tag to compare
Tidy go-mod

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

Update helm3 in CLI output to be default

26 Feb 11:26
Compare
Choose a tag to compare
Update default from helm2 to helm3 in info message

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>