Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
add changelog for repo update-passphrase command (#4507)
Browse files Browse the repository at this point in the history
<!-- 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. -->
* #4061

#### Test Plan

<!-- How will this be tested prior to merging.-->
  • Loading branch information
neha-Gupta1 authored Oct 31, 2023
1 parent 5e00143 commit 0cfb84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
},
{
Expand Down

0 comments on commit 0cfb84b

Please sign in to comment.