发布 v0.8.2
CI / test (push) Successful in 45s
Release / release (push) Successful in 44s

This commit is contained in:
2026-07-22 19:47:57 +08:00
parent b0a76a1c96
commit d0fbecbd43
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -2,6 +2,16 @@
格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/)(版本段不记日期),版本号遵循语义化版本。
## [0.8.2]
### Added
- IAM 用户新增 API Keys 分栏管理弹窗,支持查看指纹与 OCI CLI 配置、创建(每用户最多 3 把)和逐把删除;新建私钥仅在本次弹窗中可下载,当前签名用户可将新 Key 切换为面板签名凭据
### Changed
- IAM 用户重置密码新增二次确认,避免误触后立即生成一次性新密码
## [0.8.1]
### Added
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "oci-portal-dash",
"version": "0.8.0",
"version": "0.8.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "oci-portal-dash",
"version": "0.8.0",
"version": "0.8.2",
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "oci-portal-dash",
"private": true,
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"scripts": {
"dev": "vite",