Bump version to v1.7.0

This commit is contained in:
yeasy
2026-03-26 08:42:51 -07:00
parent c31edd1ca7
commit 305480c26a
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# 修订记录
* 1.7.0 2026-03-25
* 精简 CI 流程移除遗留的 vuepress 构建统一使用 mdpress
* 升级 etcd 集群示例从 v3.4.0 v3.5.17
* 更新 npm 镜像为 npmmirror.comPHP 升级到 8.3
* 移除 Compose 已废弃的 version 字段
* 升级所有 CI Actions 到最新版本
* 1.6.1 2026-02-28
* 修正数据卷 `--mount` `-v` 的行为差异及数据卷管理说明
* 补充 Docker Hub 限流机制说明区分 pull rate limit abuse rate limit

View File

@@ -2,7 +2,7 @@
[![](https://img.shields.io/github/stars/yeasy/docker_practice.svg?style=social&label=Stars)](https://github.com/yeasy/docker_practice) [![图](https://img.shields.io/github/release/yeasy/docker_practice/all.svg)](https://github.com/yeasy/docker_practice/releases) [![图](https://img.shields.io/badge/Based-Docker%20Engine%20v29.x-blue.svg)](https://docs.docker.com/engine/release-notes/) [![图](https://img.shields.io/badge/Docker%20%E6%8A%80%E6%9C%AF%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98-jd.com-red.svg)][1]
**v1.6.6**
**v1.7.0** | [PDF 下载](https://github.com/yeasy/docker_practice/releases/latest/download/docker_practice.pdf)
[Docker](https://www.docker.com) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的维护效率,降低了云计算应用开发的成本!使用 Docker可以让应用的部署、测试和分发都变得前所未有的高效和轻松

View File

@@ -1,6 +1,6 @@
{
"name": "docker_practice",
"version": "1.5.4",
"version": "1.7.0",
"description": "docker_practice",
"main": "index.js",
"devDependencies": {