Skip to content

Commit

Permalink
Update changelog for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Nov 18, 2014
1 parent 4ab79ce commit b31ba99
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
# Changelog

## 0.5 (11/17/2014)
### Features
- New client utility available: kubectl. This will eventually replace kubecfg. (#1325)
- Services v2. We now assign IP addresses to services. Details in #1107. (#1402)
- Event support: (#1789, #2267, #2270, #2384)
- Namespaces: (#1564)
- Fixes for Docker 1.3 (#1841, #1842)
- Support for automatically installing log saving and searching using fluentd and elasticsearch (#1610) and GCP logging (#1919). If using elastic search, logs can be viewed with Kibana (#2013)
- Read only API endpoint for internal lookups (#1916)
- Lots of ground work for pluggable auth model. (#1847)
- "run once" mode for the kubelet (#1707)
- Restrict which minion a pod schedules on based on predicate tested agains minion labels. (#1946, #2007)
- git based volumes: (#1945)
- Container garbage collection. Remove old instances of containers in the case of crash/fail loops. (#2022)
- Publish the APIServer as a service to pods in the cluster (#1920)
- Heapster monitoring (#2208)
- cAdvisor 0.5.0
- Switch default pull policy to PullIfNotPresent (#2388) except latest images
- Initial IPv6 support (#2147)
- Service proxy retry support (#2281)
- Windows client build (largely untested) (#2332)
- UDP Portals (#2191)
- Capture application termination log (#2225)
- pod update support (#1865, #2077, #2160)

### Cluster/Cloud support
- Add OpenStack support with CloudProvider. (#1676)
- Example systemd units (#1831)
- Updated Rackspace support based on CoreOS (#1832)
- Automatic security updates for debian based systems (#2012)
- For debian (and GCE) pull docker (#2104), salt and etcd (#2245) from Google Cloud Storage.
- For GCE, start with the Container VM image instead of stock debian. This enables memcg support. (#2046)
- Cluster install: Updated support for deploying to vSphere (#1747)
- AWS support (#2260, #2216)

### Examples/Extras/Docs
- Documentation on how to use SkyDNS with Kubernetes (#1845)
- Podex (convert Docker image to pod desc) tool now supports multiple images. (#1898)
- Documentation: 201 level walk through. (#1924)
- Local Docker Setup: (#1716)

## 0.4 (10/14/2014)
- Support Persistent Disk volume type

0 comments on commit b31ba99

Please sign in to comment.