Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

64 lines (37 loc) · 1.78 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.

Fixed

  • Cleanup phase still failed sometimes after previous fix with different message, now covering both.

Fixed

  • Cleanup phase failed when using the same image for multiple components due to a failure in removing the image
    more than once. To fix this - ignored that specific issue "reference does not exist" when that error is returned
    from the docker remove request

Added

  • Postgres Seed functionality.

Fixed

Added

  • Redis Seed functionality.

0.0.5 - 2024-02-25

Fixed

  • Fix error parsing null configs.

0.0.4 - 2024-02-21

Fixed

  • Fix all dependency vulnerabilities.

0.0.3 - 2024-02-17

Prepare for open source.

Added

  • CLI support.
  • Go releaser support.
  • Unit tests.
  • Go docs.
  • Improved README.md.
  • Added several small changes to the SDK API to allow smoother experience in the CLI.