Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog. #3682

Merged
merged 1 commit into from
Jan 21, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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