Kubeapps 0.2.0
With this release, you can now download the Windows client binary and deploy Kubeapps to your cluster from your Windows machine! Other changes:
- Kubeless has been updated to 0.3.1
kubeapps up --dry-run -o <yaml|json>
options allow you to dump the manifests for Kubeapps- All auth plugins are now correctly supported (e.g. OIDC and Azure)
- ...and other small bug fixes
Installation
To install this release, download the client binary for your operating system:
Linux:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.2.0/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
OS X:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.2.0/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
To get started with Kubeapps, checkout this walkthrough.
Changelog
- Merge pull request #109 from kubeapps/revert-108-kubeapps-v0.1.3 49082b7 (Tuna)
- Revert "update manifest: add kubeless v0.3.2" 68216f4 (Adnan Abdulhussein)
- Merge pull request #104 from ngtuna/docs 54743c7 (Adnan Abdulhussein)
- Merge pull request #108 from ngtuna/kubeapps-v0.1.3 dbba451 (Adnan Abdulhussein)
- update manifest: add kubeless v0.3.2 7e9eb4b (Tuna)
- Merge pull request #105 from prydonius/kubeless-0.3.1 d16adae (Adnan Abdulhussein)
- resync manifests to update kubeless to 0.3.1 93a565a (Adnan Abdulhussein)
- add link for CI binaries da2a29d (Tuna)
- Merge pull request #99 from ngtuna/cross-compile 2439bbd (Tuna)
- fix files to be uploaded 669e5e7 (Tuna)
- Merge pull request #98 from ngtuna/kubeapps-dump f71260b (Tuna)
- fix description 7b9d38e (Tuna)
- Merge pull request #84 from ngtuna/cross-compile bcc45e8 (Tuna)
- add deployment order, fix json format 110f595 (Tuna)
- update document 1540a92 (Tuna)
- update vendor 888e24e (Tuna)
- add unit test 989be0f (Tuna)
- vendor: add github.com/ghodss/yaml 5b53b81 (Tuna)
- support --dry-run -o yaml e5911f8 (Tuna)
- Merge pull request #97 from kubeapps/oidc-auth-fix 9ffd835 (Adnan Abdulhussein)
- update deps 108658f (Adnan Abdulhussein)
- add all client plugins ac90858 (Adnan Abdulhussein)
- add OIDC auth plugin 67a6c55 (Adnan Abdulhussein)
- Merge pull request #88 from ngtuna/goget 0cf7cac (Ara Pulido)
- upload binaries to s3 for each build on master 1c1d274 (Tuna)
- Merge pull request #58 from ngtuna/enable-v c5a1d82 (Tuna)
- default to info 2545b00 (Tuna)
- add osx build job, static link on windows ba0ec7b (Tuna)
- update Makefile - remove weird env, add build specified for travis ad62a7d (Tuna)
- static link b105671 (Tuna)
- add suffix .exe to windows build d569171 (Tuna)
- add log description, remove panic, fatal levels 565dea1 (Tuna)
- update verbosity, add more log levels 3d00ee1 (Tuna)
- add go get to README 18f1d1c (Tuna)
- Merge pull request #75 from arapulido/fix_cmd_typo 2d4c89b (Tuna)
- Fix syntax error 6ca1544 (Ara Pulido)
- Merge pull request #87 from ngtuna/goget 9384c03 (Tuna)
- Merge pull request #86 from ngtuna/dynamic-port 51c8141 (Tuna)
- keep --port flag 7716c67 (Tuna)
- assign dynamically available local port for port-forward call 3a88ef3 (Tuna)
- fix go get a3455e5 (Tuna)
- Merge pull request #76 from prydonius/real-dashboard-command d64770f (Adnan Abdulhussein)
- Merge pull request #85 from vikram-bitnami/master 625de92 (Adnan Abdulhussein)
- Fixed button label name 66710b7 (vikram-bitnami)
- add build for windows ba11cb0 (Tuna)
- move to using clientset in dashboard command ed02b60 (Adnan Abdulhussein)
- use client-go to port-forward to dashboard 77529ce (Adnan Abdulhussein)
- Improved a bit the messages we show to the user 12d95f5 (Ara Pulido)