Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (28 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

55 lines (28 loc) · 1.71 KB

Changelog for unreleased (UNRELEASED)

The following sections list the changes in ocis-migration unreleased.

Summary

  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #10

Details

  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #10

    ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.

    #10

Changelog for 0.2.0 (2020-06-25)

The following sections list the changes in ocis-migration 0.2.0.

Summary

  • Change - Use latest ocis-accounts API: #6

Details

  • Change - Use latest ocis-accounts API: #6

    Uses the latest ocis-accounts API with some adjustments.

    #6 #8

Changelog for 0.1.0 (2020-05-05)

The following sections list the changes in ocis-migration 0.1.0.

Summary

  • Change - Initial release: #4

Details

  • Change - Initial release: #4

    Import command which can read imports created by owncloud/data_exporter.

    #4