mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-27 12:15:34 +00:00
Bump version to v1.7.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# 修订记录
|
# 修订记录
|
||||||
|
|
||||||
|
* 1.7.0 2026-03-25
|
||||||
|
* 精简 CI 流程,移除遗留的 vuepress 构建,统一使用 mdpress
|
||||||
|
* 升级 etcd 集群示例从 v3.4.0 到 v3.5.17
|
||||||
|
* 更新 npm 镜像为 npmmirror.com,PHP 升级到 8.3
|
||||||
|
* 移除 Compose 已废弃的 version 字段
|
||||||
|
* 升级所有 CI Actions 到最新版本
|
||||||
|
|
||||||
* 1.6.1 2026-02-28
|
* 1.6.1 2026-02-28
|
||||||
* 修正数据卷 `--mount` 与 `-v` 的行为差异及数据卷管理说明
|
* 修正数据卷 `--mount` 与 `-v` 的行为差异及数据卷管理说明
|
||||||
* 补充 Docker Hub 限流机制说明,区分 pull rate limit 与 abuse rate limit
|
* 补充 Docker Hub 限流机制说明,区分 pull rate limit 与 abuse rate limit
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://github.com/yeasy/docker_practice) [](https://github.com/yeasy/docker_practice/releases) [](https://docs.docker.com/engine/release-notes/) [][1]
|
[](https://github.com/yeasy/docker_practice) [](https://github.com/yeasy/docker_practice/releases) [](https://docs.docker.com/engine/release-notes/) [][1]
|
||||||
|
|
||||||
**v1.6.6**
|
**v1.7.0**
|
||||||
|
|
||||||
[Docker](https://www.docker.com) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的维护效率,降低了云计算应用开发的成本!使用 Docker,可以让应用的部署、测试和分发都变得前所未有的高效和轻松!
|
[Docker](https://www.docker.com) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的维护效率,降低了云计算应用开发的成本!使用 Docker,可以让应用的部署、测试和分发都变得前所未有的高效和轻松!
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "docker_practice",
|
"name": "docker_practice",
|
||||||
"version": "1.5.4",
|
"version": "1.7.0",
|
||||||
"description": "docker_practice",
|
"description": "docker_practice",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user