> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/kubernetes-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/kubernetes-handbook/fu-lu/kubernetes-changelog.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
