# Kubernetes版本更新日志

刚开始写作本书时Kubernetes1.6刚刚发布，随后Kubernetes基本以每3个月发布一个版本的速度不断迭代，为了追踪不同版本的新特性，我们有必要在此记录一下。

每个Kubernetes版本的详细更新日志请参考：<https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md>

## 发布记录

* 2017年6月29日，[Kubernetes1.7发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.7-changelog.md)
* 2017年9月28日，[Kubernetes1.8发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.8-changelog.md)
* 2017年12月15日，[Kubernetes1.9发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.9-changelog.md)
* 2018年3月26日，[Kubernetes1.10发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.10-changelog.md)
* 2018年6月27日，[Kubernetes1.11发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.11-changelog.md)
* 2018年9月27日，[Kubernetes1.12发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.12-changelog.md)
* 2018年12月3日，[Kubernetes1.13发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.13-changelog.md)
* 2019年3月26日，[Kubernetes 1.14发布](/kubernetes-handbook/fu-lu/kubernetes-changelog/kubernetes-1.14-changelog.md)

## 更多

追踪Kubernetes最新特性，请访问互动教学网站提供商 [Katacoda.com](https://katacoda.com) 创建的 [kubernetesstatus.com](http://kubernetesstatus.com/)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/kubernetes-handbook/fu-lu/kubernetes-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
