From 0cfb84b24cd9a7c71df6a0af4d037058300fa2e8 Mon Sep 17 00:00:00 2001 From: neha_gupta Date: Wed, 1 Nov 2023 00:23:14 +0530 Subject: [PATCH] add changelog for repo update-passphrase command (#4507) add changelog for `corso repo Update-passphrase` command #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included #### Type of change - [ ] :world_map: Documentation #### Issue(s) * https://github.com/alcionai/corso/issues/4061 #### Test Plan --- CHANGELOG.md | 2 ++ website/sidebars.js | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448481df53..8e953c589b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Skips graph calls for expired item download URLs. - Export operation now shows the stats at the end of the run +- Added `corso repo update-passphrase --new-passphrase` command to update the passphrase of existing Corso +repo. ### Fixed - Catch and report cases where a protected resource is locked out of access. SDK consumers have a new errs sentinel that allows them to check for this case. diff --git a/website/sidebars.js b/website/sidebars.js index 389e1c3e54..a88abf6eb0 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -53,6 +53,7 @@ const sidebars = { 'cli/corso-repo-init-filesystem', 'cli/corso-repo-connect-filesystem', 'cli/corso-repo-maintenance', + 'cli/corso-repo-update-passphrase', 'cli/corso-env'] }, {