This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
Releases: cloudfoundry-incubator/kubo-release
Releases · cloudfoundry-incubator/kubo-release
kubo-release 0.11.0
See CFCR Release notes page
kubo-release 0.10.0
kubo-release 0.9.0
See CFCR Release notes page
kubo-release 0.8.1
See CFCR Release notes page
kubo-release 0.8.0
See CFCR Release notes page
kubo-release 0.7.0
kubo-release 0.6.0
Added
- Upgrade Kubernetes version to 1.7.0
- Support for persistent volumes on GCP and vSphere
- Support for deployments with
type=LoadBalancer
on GCP - Access to master nodes from pods using DNS hostnames
- New parameter in director.yml to specify HAProxy worker IP address
Fixed
- Allow for custom pods in the system namespace [#75]
- Shorten node names [#94]
- HAProxy for workers listening in configured ports instead of port 9999
Improved
- Documentation for AWS, OpenStack and vSphere
- OpenStack deployment experience
- Switched versioning strategy to minor releases.
kubo-release 0.0.5
Added
- Ability to deploy Ingress Controller to create routes for K8s applications
- Upgraded to Credhub 1.0.0
- Upgraded to Kubernetes core 1.6.6
- Ability to deploy KuBo without a Cloud Foundry
- Secure access to K8s dashboard
- Access K8s API from within a pod
- Enable persistent volumes on GCP
Fixed
- An issue causing the Kubernetes API to be removed from CF routing
Breaking changes
- Label for kube-dashboard has been changed from
app
tok8s-app
to correspond example labels in dashboard manifest.
kubo-release 0.0.4
Added
- Migrated to etcd v3
- Allow proxy configuration for VMs in the K8 cluster
https://github.com/pivotal-cf-experimental/kubo-deployment/blob/master/configurations/generic/project-config.yml
Fixed
Improved
Breaking changes
kubo-release 0.0.3
Added
- We're now using Kubernetes v1.6.1
- Cluster now uses CNI for networking
Fixed
- In the kubelet post-deploy script, the route to docker0 should only be deleted if it exists. 8c4f6f4
- Fixed an issue that was causing logs to be inaccessible from the dashboard
f274dd1
Breaking changes
- Migration from previous Kubo releases is not supported.