Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 1.83 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

0.12.0 - 2022-09-21

  • Fixup linting of tests. [Carlo Miguel F. Cruz]
  • Add support for testing ghcr.io [Thomas Manning]
  • Fix passing of credentials to RegistryV2 client [Thomas Manning]

0.11.1 - 2022-09-02

  • Move loadImage helper function outside of class, since it is independent [Thomas Manning]

0.11.0 - 2022-08-25

  • Use oci-registry-client instead of oras binary [Thomas Manning]

0.10.2 - 2022-08-11

  • Create slug without version [Thomas Manning]

0.10.1 - 2022-08-11

  • Export manifest types [Thomas Manning]

0.10.0 - 2022-08-11

  • Add ContractImported [Thomas Manning]

0.9.0 - 2022-08-10

  • Rename ContractDefinition to ContractSource [Thomas Manning]

0.8.0 - 2022-08-04

  • Refactor Contract interfaces [Thomas Manning]

0.7.0 - 2022-08-02

  • Migrate TransformerRuntime from product-os/transformer-runtime, renamed to ContainerRuntime [Thomas Manning]

0.6.0 - 2022-07-26

  • Refactor test structure into unit/integration directories, refactor registry and task naming [Thomas Manning]

0.5.0 - 2022-07-26

  • Disable node test. Using SUT instead. [Thomas Manning]
  • Add Registry class and workspace functions from transformer-worker [Thomas Manning]

0.4.0 - 2022-07-26

  • Add docker section to resinci [Thomas Manning]

0.3.0 - 2022-07-22

  • Add Dockerfile and compose for SUT testing [Thomas Manning]

0.2.0 - 2022-07-03

  • Add Task contract types and functions [Thomas Manning]

0.1.0 - 2022-06-13

  • Add Transformer matching logic [Thomas Manning]

0.0.3 - 2022-06-13

  • Add Transformer types [Thomas Manning]

0.0.2 - 2022-06-13

  • Add TypeScript scaffold [Thomas Manning]