add changelog for repo update-passphrase command (#4507)

<!-- PR description-->

add changelog for `corso repo Update-passphrase` command

#### Does this PR need a docs update or release note?

- [ ]  Yes, it's included

#### Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🗺️ Documentation

#### Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* https://github.com/alcionai/corso/issues/4061

#### Test Plan

<!-- How will this be tested prior to merging.-->
This commit is contained in:
neha_gupta 2023-11-01 00:23:14 +05:30 committed by GitHub
parent 5e0014307c
commit 0cfb84b24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Skips graph calls for expired item download URLs. - Skips graph calls for expired item download URLs.
- Export operation now shows the stats at the end of the run - 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 ### 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. - 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.

View File

@ -53,6 +53,7 @@ const sidebars = {
'cli/corso-repo-init-filesystem', 'cli/corso-repo-init-filesystem',
'cli/corso-repo-connect-filesystem', 'cli/corso-repo-connect-filesystem',
'cli/corso-repo-maintenance', 'cli/corso-repo-maintenance',
'cli/corso-repo-update-passphrase',
'cli/corso-env'] 'cli/corso-env']
}, },
{ {