Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.09 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.

[1.0.0] - 2018-03-??

Added

  • Add additional information for cache keys
  • Add annotations for cache metadata fields
  • Add cache key template helper functions (checksum, epoch, arch, os)
  • Add github codeowners
  • Volume/Filesystem Cache (#15)

Changed

51a7b44 Enable more linters and fix discovered issues (#14) b9f8e82 Update documentation (#16)

Removed

  • Nothing.

Deprecated

  • Nothing.

[0.9.0] - 2018-02-15

Added

  • CircleCI like template cache keys
  • Short names to CLI flags
  • Gzip support
  • integration tests

Changed

  • Make Restore/Rebuild flags mutually exclusive

Removed

  • Ability to read environment variables from a file removed.
  • Plugin no longer depends on github.com/joho/godotenv. env-file flag is no longer available.
  • Plugin no longer depends on github.com/sirupsen/logrus.

Deprecated

  • Nothing.