Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jan 21, 2015
1 parent a9cbc58 commit 039249a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.9
### Features
- Various improvements to kubectl
- Improvements to API Server caching

### Bug fixes
- Disable image GC since it was causing docker pull problems
- Various small bug fixes

## 0.8
### Features
- Docker 1.4.1
- Optional session affinity for Services
- Better information on out of memory errors
- Scheduling pods on specific machines
- Improve performance of Pod listing
- Image garbage collection
- Automatic internal DNS for Services
- Swagger UI for the API
- Update cAdvisor Manifest to use google/cadvisor:0.7.1 image

### Bug fixes
- Fix Docker exec liveness health checks
- Fix a bug where the service proxy would ignore new events
- Fix a crash for kubelet when without EtcdClient

## 0.7
### Features
- Make updating node labels easier
Expand Down

0 comments on commit 039249a

Please sign in to comment.