This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
Releases: cloudfoundry-incubator/kubo-deployment
Releases · cloudfoundry-incubator/kubo-deployment
kubo-deployment 0.11.1
This version was cut by accident, due to a CI issue. We were intending to cut v0.12.0.
kubo-deployment 0.11.0
See CFCR Release notes page
kubo-deployment 0.10.0
kubo-deployment 0.9.0
See CFCR Release notes page
kubo-deployment 0.8.1
See CFCR Release notes page
kubo-deployment 0.8.0
See CFCR Release notes page
kubo-deployment 0.7.0
Used to deploy kubo-release 0.7.0
See kubo-release 0.7.0 for information on version 0.7.0
Improvements
kubo-release
tarball is now bundled with thekubo-deployment
Breaking changes
- The
deploy-k8s
script deploys local release by default
kubo-deployment 0.6.0
Used to deploy kubo-release 0.6.0
See kubo-release 0.6.0 for information on version 0.6.0
v0.0.5
Used to deploy kubo-release 0.0.5
Added
- Added support to deploy Kubo on AWS
- Enabled access to flannel from master nodes
- Installation guides for vSphere, and Openstack
Fixed
Improved
- Restructured documentation
Breaking changes
set_kubeconfig
will not work with environments generated with versions 0.0.4 and below- renamed
kubernetes_api_ip
andkubernetes_api_host
tokubernetes_master_host
v0.0.4
Must be used with kubo-release 0.0.4
Added
-
Added support for deployment on vSphere
-
The configuration generator will include properties and will pre-populate the
routing-cf-nats-username
androuting-cf-nats-port
with default values.
- Added new property
routing_mode
indirector.yml
, which allows developers to use IAAS-provided LB for API & App routing (GCP only for now)
Breaking changes
director.yml
config file:routing-cf-nats-internal-ip
property was removedrouting-cf-nats-internal-ips
property was added. It must contain an array of NATS server addresses.routing-cf-nats-username
property was added.routing-cf-nats-port
property was added