v2.0.1
Summary
- Bugfix - Select the migration role by name in the acceptance test: #42
- Change - Ship a properly signed release tarball: #48
Details
Change - Ship a properly signed release tarball (#49)
The 2.0.0 release tarball was not signed with the ownCloud code-signing certificate, so it could not be verified by ownCloud Classic's integrity check. The 2.0.1 distribution attached here is signed with the G1 code-signing certificate (CN=migrate_to_ocis), allowing occ integrity:check-app migrate_to_ocis to validate the app.
Bugfix - Select the migration role by name in the acceptance test (#42)
Fixed a flaky acceptance test that intermittently failed during file migration. The migration driver now selects the role by label ("User") instead of index.
Full Changelog: v2.0.0...v2.0.1