Releases: vmware-tanzu/kubeapps
Kubeapps 0.1.2
This patch slightly improves the performance of the Dashboard:
- Monocular API pod limits have been removed and memory requests bumped, this prevents spurious restarts that interrupt the cache refresh process, speeding up the initial startup
- Cache refresh interval has been reduced from 1hr to 15m so charts from new repos show up faster
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.1.2/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.1.2/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
v0.1.1
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.1.1/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.1.1/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
Kubeapps 0.1.0
This is the first beta release of Kubeapps. This release also contains an important security fix for the MongoDB database. We now also have awesome docs! Notable changes since 0.0.2 include:
CLI:
- GKE: assigns a cluster-admin role to the active account to enable creation of RBAC resources
- Aborts if the detected cluster is not Kubernetes 1.7+
kubeapps up
prints a table of the created resources- MongoDB database password is now randomly generated if it doesn't exist
Tiller:
- Tiller is now run as a sidecar to the Monocular API deployment, allowing for a secure connection
- Tiller's namespace is now set to "kubeapps" so Helm releases installed via the Dashboard don't interfere with the Helm CLI
Monocular:
- Updated to securely connect to MongoDB and Tiller
Dashboard:
- "Functions" link opens in new tab
- kubeless-ui and dashboard images point to a tagged version instead of latest
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.1.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.1.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 #71 from prydonius/update-manifests c7cd038 (Adnan Abdulhussein)
- updating kubeless and dashboard image tags 51b5d25 (Adnan Abdulhussein)
- Merge pull request #70 from ngtuna/encoding 3301c6f (Adnan Abdulhussein)
- use URLEncode base64 9909245 (Tuna)
- Merge pull request #68 from prydonius/update-manifests 38faf7e (Tuna)
- update MongoDB secret fields 3e237f9 (Adnan Abdulhussein)
- re-sync manifests 89db92a (Adnan Abdulhussein)
- update manifests: secure tiller/mongo, isolate nginx 305a90b (Adnan Abdulhussein)
- Merge pull request #67 from vikram-bitnami/master 956adda (Tuna)
- Fixed typo 9d1f980 (vikram-bitnami)
- Merge pull request #65 from ngtuna/client-go-v4 6dedd8d (Adnan Abdulhussein)
- Added feedback 3d0084a (Vikram Vaswani)
- Updated text 0dadc37 (Vikram Vaswani)
- Fixed links ec6f3ac (Vikram Vaswani)
- Updated text ad6b228 (Vikram Vaswani)
- Updated get started guide, added images 4de2a81 (Vikram Vaswani)
- update kubeapps code to be compatible with the latest kubecfg a12aa7e (Tuna)
- bump up client-go v4.0 cf9697d (Tuna)
- Updated file names ab3762b (Vikram Vaswani)
- Merge pull request #51 from ngtuna/mongo-pw d45ef5e (Tuna)
- Moved content 4178f06 (Vikram Vaswani)
- Updated README 06167e0 (Vikram Vaswani)
- use generic function name for secret object 14ba411 (Tuna)
- import 577b42d (Tuna)
- encode twice, return-early if/else 3a64a61 (Tuna)
- update PR - Gus's reviews 823010b (Tuna)
- minor changes 8c15500 (Tuna)
- mitigate secret object creation/deletion properly 1c58df8 (Tuna)
- Create mongodb password when doing kubeapps up f1f6fdf (Andres)
- generate and inject random base64 mongo pw 8383811 (Tuna)
- Merge pull request #52 from ngtuna/print-out 77505a6 (Tuna)
- add test 0f693c8 (Tuna)
- add print pod 9d3f702 (Tuna)
- add label created-by=kubeapps to pods 89d8b87 (Tuna)
- Merge pull request #56 from kubeapps/prydonius-patch-2 6be4f35 (Ara Pulido)
- Merge pull request #55 from kubeapps/prydonius-patch-1 1df7b7c (Tuna)
- Merge pull request #54 from ngtuna/license ffb8cdc (Ara Pulido)
- print output of kubeapps up 5777d25 (Tuna)
- capitalize "note" 502cb53 (Adnan Abdulhussein)
- add vendor: github.com/gosuri/uitable 8591ea8 (Tuna)
- Add GKE admin caveat 0bb18db (Adnan Abdulhussein)
- fix readme links aa027f7 (Adnan Abdulhussein)
- Merge pull request #53 from arapulido/documentation 96f14ae (Ara Pulido)
- add license header to pkg 1be1243 (Tuna)
- Modified Sealed Secret small description 585f563 (Ara Pulido)
- Fix typos based on feedback 0ea8189 (Ara Pulido)
- Change logo URL to a relative path f61a699 (Ara Pulido)
- Merge pull request #26 from ngtuna/1.7- 5c2069c (Tuna)
- return error, add silenceErr & silenceUsage 79740df (Tuna)
- Added documentation on adding new chart repositories in the dashboard 35a5b8e (Ara Pulido)
- add validation to k8s version, improve error messages ca0cdb8 (Tuna)
- Added docs index d9173ff (Ara Pulido)
- Change images to be markdown. Added Kubeless UI documentation 98d31cd (Ara Pulido)
- First take on documentation 9246c35 (Ara Pulido)
- Merge pull request #48 from arapulido/change_import_path d267db6 (Adnan Abdulhussein)
- Fix travis configuration to point to kubeapps repo 41b71aa (Ara Pulido)
- Change the import path and related documentation to Kubeapps 8c538f6 (Ara Pulido)
- Merge pull request #42 from ngtuna/gke-permission 24abab1 (Tuna)
- add tests for gke 4f49e15 (Tuna)
- de-reinvent the wheel a7f86b4 (Tuna)
- remove --cloud-provider flag, add simple detection for gke 2329154 (Tuna)
- create clusterrolebinding cluster-admin first 6634e2f (Tuna)
- assign active account the cluster-admin role in gke 917f284 (Tuna)
v0.0.2
This release contains some new features:
- deploy kubeapps dashboard and introduce
kubeapps dashboard
command to open it. - deploy latest version of kubeless (v0.2.4)
To install this release on linux for example, run this below command:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.0.2/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
v0.0.1
This is the first release of kubeapps installer delivered with two main commands:
// bring up the kubeapps infra
$ kubeapps up
// bring down the kubeapps infra
$ kubeapps down
To install this release on linux system for example:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.0.1/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps