From 8e7b7a8d0f51423825b1640a6c1be47750e03a89 Mon Sep 17 00:00:00 2001 From: duyiwei Date: Fri, 16 Aug 2024 15:13:50 +0800 Subject: [PATCH] update changelog for stream-metadata modified tools --- docs/changelog-compared-with-upstream.md | 12 +++++++++--- docs/mantle/plume.md | 6 +++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/changelog-compared-with-upstream.md b/docs/changelog-compared-with-upstream.md index 3380e9a0..9148090f 100644 --- a/docs/changelog-compared-with-upstream.md +++ b/docs/changelog-compared-with-upstream.md @@ -25,9 +25,7 @@ - nosa buildextend-virtualbox - nosa buildextend-vmware - nosa buildextend-vultr -- nosa buildfetch - nosa buildinitramfs-fast -- nosa buildupload - nosa dev-overlay - nosa dev-synthesize-osupdate - nosa dev-synthesize-osupdatecontainer @@ -41,6 +39,7 @@ ### `nestos-assembler`添加下列命令: - nosa kola-run +- nosa rollout ## 代码变化 @@ -55,7 +54,14 @@ #### 屏蔽不支持的kola选项 #### 暂不支持以osbuild方式构建磁盘镜像 #### 支持添加自签名根证书 - +#### buildupload命令新增支持通过scp方式归档构建数据 +#### plume update-release-index命令新增支持通过https和scp的方式更新release index文件 +#### 新增指令cmd-rollout +- 支持更新/update/${stream}.json 数据 +- 支持添加`user` `host` `path` `ssh-key` 参数通过scp方式上传文件至指定位置 +#### 新增指令plume stream-generate +- 支持更新/streams/${stream}.json 数据 +- 支持添加`user` `host` `path` `ssh-key` 参数通过scp方式上传文件至指定位置 ## 目录结构变化 diff --git a/docs/mantle/plume.md b/docs/mantle/plume.md index 5c6b6a19..afa6f97c 100644 --- a/docs/mantle/plume.md +++ b/docs/mantle/plume.md @@ -15,9 +15,13 @@ commands are idempotent. ## plume release -Publish a new CoreOS release. This makes uploaded images public and updates +Publish a new NestOS release. This makes uploaded images public and updates indexes. +## plume stream-generate + +Generate and update NestOS streams metadata. + ## Pre-flight ### AWS -- Gitee