Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.02 KB

File metadata and controls

39 lines (31 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2026-04-08

Added

  • Service Token 认证支持(生产环境推荐)
  • 文件挂载模式(更安全的 secret 读取方式)
  • 环境变量模式(兼容传统部署)
  • 内存安全清除功能(自动覆盖敏感数据)
  • 审计日志记录
  • 密钥轮换支持(无需重启服务)
  • 危险变量检测(自动识别 RCE 风险)
  • 完整的 CLI 工具支持
  • 配置文件验证功能
  • Secret 模板生成功能

Changed

  • 重构核心模块:doppler, core, ssh
  • 优化 Secret 解析逻辑
  • 改进错误处理和日志输出

Security

  • Service Token 验证
  • 安全清除机制
  • 日志脱敏处理
  • 危险变量黑名单

[1.0.0] - 2026-01-01

Added

  • 初始版本
  • 基础 Doppler 集成
  • SSH 密钥管理功能
  • 配置文件支持