Skip to content

v2.0.1

Choose a tag to compare

@DeepDiver1975 DeepDiver1975 released this 27 Jul 08:47
v2.0.1
2680d44

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