Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.13 KB

File metadata and controls

32 lines (22 loc) · 1.13 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.2] - 2023-07-22

Fixed

  • Made the go binaries (any-sync-coordnator, any-sync-node, any-sync-filenode) executable in Dockerfile
  • Fixed the startup script to run the go binaries (any-sync-coordnator, any-sync-node, any-sync-filenode) in the correct way

Added

  • Split whole build process into three separate images to make it easier to analyze docker logs

[0.0.2] - 2023-07-21

Added

  • Added docker-compose-example.yaml with minio, mongodb, and redis
  • Added .env.example and replaced environment variables in docker-compose-example.yaml with reference to .env.example file
  • Added CHANGELOG.md as separate file

[0.0.1] - 2023-07-20

Added

  • golang:1.19-bullseye as base image (golang:1.19 is currently supported by Anytype)
  • Additional dependencies to git clone Anytype repos
  • Clone and install any-sync-tool
  • Clone and build any-sync-coordinator