Kubed 0.8.0 updates Kubernetes dependencies to 1.11.0 and fixes various bugs related to config syncer and installer. Kubed now requires Kubernetes 1.8.x or later versions. To install/upgrade, please follow the deployment guide here .
Download Docker images via:
docker pull appscode/kubed:0.8.0
Notable Changes
- Handle syncing for updated namespaces #299 (tamalsaha)
- Remove infinite spin loop from operator #294 (tamalsaha)
- Add chart config for event forwarder and recycle bin #300 (tamalsaha)
- Improve logging for syncer #298 (tamalsaha)
- Expose webhook server to expose operator metrics #297 (tamalsaha)
- Remove outdated installer links #296 (tamalsaha)
- Use yaml file to create service account in installer script #295 (tamalsaha)
- Use osm 0.7.1 #293 (tamalsaha)
- Deploy in kube-system namespace using Helm #292 (tamalsaha)
- Update client-go to v8.0.0 #291 (tamalsaha)
- Format shell script #290 (tamalsaha)
- Fix openapi schema for metav1.Duration #289 (tamalsaha)
- Move openapi-spec to api folder #288 (tamalsaha)
- Add togglable tabs for Installation: Script & Helm #287 (sajibcse68)