Releases: github/gh-ado2gh
Releases · github/gh-ado2gh
v1.11.0
- Add progress report to
gh [gei|bbs2gh] migrate-repo
command when uploading migration archives to Azure Blob or AWS S3
gh gei migrate-repo
now allows using either --ghes-api-url
or archive paths (--git-archive-path
and --metadata-archive-path
).
v1.10.1
- catches exception when Target is not a member of the organization and the
--skip-invitation
flag is enabled
v1.10.0
- Adds
--git-archive-path
and --metadata-archive-path
options to gh gei migrate-repo
for uploading (to selected storage) and migrating
v1.9.0
- Add
--use-github-storage
to gh [gei|bbs2gh] migrate-repo
command to support uploading to a GitHub owned storage
- Add
--use-github-storage
to gh [gei|bbs2gh] generate-script
command to support uploading to a GitHub owned storage
v1.8.0
- Add
--target-api-url
to commonly used commands to support newer GitHub migration paths.
- Fixed
gh ado2gh rewire-pipeline
command for ADO Team Projects with more than 10,000 Build Definitions.
v1.7.1
- Update
bbs2gh inventory-report
help text to document that personal repositories owned by users are not supported
- Update
ado2gh lock-repo
help text to document the scopes required for your Azure DevOps personal access token
v1.7.0
- Add new
gh [gei|bbs2gh|ado2gh] abort-migration
command to cancel a migration that is in the queue or in progress
- Fix suggested command for downloading logs in
gh gei migrate-repo
log output
v1.6.0
- Skip latest version check on startup if environment variable
GEI_SKIP_VERSION_CHECK
is set to true
v1.5.0
- Redact
X-Amz-Credential
querystring parameters in AWS S3 URLs included in logs
- When redacting sensitive patterns in log output, use a non-case sensitive search
v1.4.0
- Skip GitHub status checking on startup if environment variable
GEI_SKIP_STATUS_CHECK
is set to true
- Redact
?token=
querystring parameter from GHES <3.8 archive URLs in logs