Skip to content

Commit 96a3433

Browse files
dylan-smithgithub-actions[bot]
authored andcommitted
Automated commit of archived release notes and version file [skip ci]
1 parent 292869c commit 96a3433

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

LATEST-VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.38
1+
v0.39

RELEASENOTES.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
- Fixed a bug where ADO Team Projects or Organizations with special characters would fail to migrate
2-
- When using `gh gei generate-script` the script will now validate that the necessary environment variables are set
3-
- More robust retry logic, especially on http request timeouts
4-
- Retry GHES archive generation process in `gh gei migrate-repo` in case of any failure
5-
- Changed the default behavior of `migrate-repo` and `migrate-org` to wait for the migration to finish (previously the default was to only queue it unless you passed `--wait`). If you want the previous default behavior of queuing it only (e.g. for parallel scripts that queue many migrations at once) there is a new `--queue-only` option. The `--wait` option still works but is now obsolete and will print a warning if used, and will be removed in a future version. `generate-script` commands have all been updated to generate scripts with the new options/defaults. Any already existing migration scripts that relied on the default (i.e. parallel) behavior, will continue to work but will now run sequentially instead of in parallel. They should be updated to pass in `--queue-only` to retain the previous parallel behavior (or re-generated with the updated `generate-script` command).
1+

releasenotes/v0.39.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Fixed a bug where ADO Team Projects or Organizations with special characters would fail to migrate
2+
- When using `gh gei generate-script` the script will now validate that the necessary environment variables are set
3+
- More robust retry logic, especially on http request timeouts
4+
- Retry GHES archive generation process in `gh gei migrate-repo` in case of any failure
5+
- Changed the default behavior of `migrate-repo` and `migrate-org` to wait for the migration to finish (previously the default was to only queue it unless you passed `--wait`). If you want the previous default behavior of queuing it only (e.g. for parallel scripts that queue many migrations at once) there is a new `--queue-only` option. The `--wait` option still works but is now obsolete and will print a warning if used, and will be removed in a future version. `generate-script` commands have all been updated to generate scripts with the new options/defaults. Any already existing migration scripts that relied on the default (i.e. parallel) behavior, will continue to work but will now run sequentially instead of in parallel. They should be updated to pass in `--queue-only` to retain the previous parallel behavior (or re-generated with the updated `generate-script` command).

0 commit comments

Comments
 (0)