docs: 更新 CHANGELOG - 添加蓝绿部署功能

This commit is contained in:
Simon
2026-07-05 17:00:17 +08:00
parent 6594431ee8
commit 4b20b5c5f2
+7 -1
View File
@@ -5,7 +5,13 @@
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/),
本项目遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
## [未发布] - 2026-07-04
## [未发布] - 2026-07-05
### 🐛 缺陷修复 (Bug Fixes)
### 🚀 功能增强 (Features)
- 蓝绿部署支持:新增 docker-compose-green.yml、switch-blue-green.sh、nginx-green-upstream.conf
- Green 环境端口:后端 5002Nginx 5080/5443
### 🐛 缺陷修复 (Bug Fixes)
- 修复:nginx 容器配置丢失导致页面加载失败