4.2.2-rc.0

This commit is contained in:
wjqserver
2025-07-25 16:39:37 +08:00
parent 387545ab78
commit 8689738f4f
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# 更新日志
4.2.2-rc.0 - 2025-07-25
---
- PRE-RELEASE: v4.2.2-rc.0是v4.2.2预发布版本,请勿在生产环境中使用;
- CHANGE: 重构OCI镜像代理部分, 完善对`ghcr`,`gcr`,`k8s.gcr`等上游源特殊处理的适配
4.2.1 - 2025-07-25
---
- CHANGE: 更新主题样式, 新增`free`主题, `design``hub`主题样式更新

View File

@@ -1 +1 @@
4.2.0-rc.0
4.2.2-rc.0

2
go.mod
View File

@@ -10,6 +10,7 @@ require (
)
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
github.com/fenthope/bauth v0.0.1
github.com/fenthope/ikumi v0.0.2
@@ -24,6 +25,5 @@ require (
require (
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6 // indirect
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)