Kubernetes Release: 0.16.0
Release Notes:
- Bring up a kuberenetes cluster using coreos image as worker nodes
- Cloning v1beta3 as v1 and exposing it in the apiserver
- API Conventions for Late-initializers
- Upgrade Elasticsearch to 1.5.2 for cluster logging
- Make delete actually stop resources by default.
- Change kube2sky to use token-system-dns secret, point at https endpoint ...
- Updated CoreOS bare metal docs for 0.15.0
- Print named ports in 'describe service'
- AWS
- Return public & private addresses in GetNodeAddresses
- Improving getting existing VPC and subnet
- Set hostname_override for minions, back to fully-qualified name
- Conversion to v1beta3
- Convert node level logging agents to v1beta3
- Removing more references to v1beta1 from pkg/
- update examples/cassandra to api v1beta3
- Convert Elasticsearch logging to v1beta3 and de-salt
- Update examples/storm for v1beta3
- Update examples/spark for v1beta3
- Update Kibana RC and service to v1beta3
- Updating the guestbook example to v1beta3
- Update Phabricator to v1beta3 example
- Update Kibana pod to speak to Elasticsearch using v1beta3
- Validate Node IPs; clean up validation code
- Add PortForward to runtime API.
- kube-proxy uses token to access port 443 of apiserver
- Move the logging-related directories to where I think they belong
- Make client service requests use the default timeout now that external load balancers are created asynchronously
- Fix bug in kube-proxy of not updating iptables rules if a service's public IPs change
- PersistentVolumeClaimBinder
- Fixed validation message when trying to submit incorrect secret
- First step to supporting multiple k8s clusters
- Parity for namespace handling in secrets E2E
- Add cleanup policy to RollingUpdater
- Use narrowly scoped interfaces for client access
- Warning about Critical bug in the GlusterFS Volume Plugin
- Rolling update
- First part of improved rolling update, allow dynamic next replication controller generation.
- Further implementation of rolling-update, add rename
- Added basic apiserver authz tests.
- Retry pod update on version conflict error in e2e test.
- Add "kubectl validate" command to do a cluster health check.
- coreos/azure: Weave version bump, various other enhancements
- Azure: Wait for salt completion on cluster initialization
- Tighten label parsing
- fix watch of single object
- Upgrade go-dockerclient dependency to support CgroupParent
- Make secret volume plugin idempotent
- Salt reconfiguration to get rid of nginx on GCE
- Revert "Change kube2sky to use token-system-dns secret, point at https e...
- Pod templates as their own type
- iscsi Test: Add explicit check for attach and detach calls.
- Added field selector for listing pods
- Record an event on node schedulable changes
- Resolve
- Convert error strings to proper validation errors.
- ResourceQuota add object count support for secret and volume claims
- Use Pod.Spec.Host instead of Pod.Status.HostIP for pod subresources
- Prioritize deleting the non-running pods when reducing replicas
- Kubernetes UI with Dashboard component
- Cloning v1beta3 as v1 and exposing it in the apiserver