Skip to content

Latest commit

 

History

History
239 lines (112 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

239 lines (112 loc) · 15.5 KB

Changelog

0.0.32 (2024-03-25)

Features

  • specify locator in kurtosis package content (#122) (faa0dfe)

0.0.31 (2024-03-04)

Bug Fixes

  • setting default docker image for CI remote docker setup (#118) (011466d)

0.0.30 (2024-03-01)

Features

  • add the package locator_root in the responses (#116) (a1ec7c6), closes #115

0.0.29 (2024-02-26)

Bug Fixes

  • The docker compose package arguments should all be optional (#113) (d679d9d)

0.0.28 (2024-02-23)

Features

  • added a method that works on raw file content (#109) (6d21bec)
  • Extract package arguments from the docker compose env file (#112) (3c2b5e3)

0.0.27 (2024-02-02)

Features

  • configuring logger log level at runtime (#107) (bd87d35)

0.0.26 (2024-01-26)

Bug Fixes

  • add compose to read pkg err (#104) (7fa417a)
  • Docker compose filepath creation in the extractDockerComposePackageContent function (#106) (1414a0c)

0.0.25 (2024-01-19)

Bug Fixes

  • adding a new line in the Readme file to force release please trigger (#101) (40a07db)

0.0.24 (2024-01-18)

Features

  • support reading from docker compose based packages (#60) (57a7564)

0.0.23 (2024-01-09)

Bug Fixes

0.0.22 (2024-01-09)

Bug Fixes

  • fails with dict argument, in the doc string, has not been parameterized (#94) (87666e4)

0.0.21 (2023-12-20)

Features

  • running a secondary GitHub crawler for updating the repository stars and the last commit time with a longer frequency (#87) (caab53d)

0.0.20 (2023-12-18)

Features

  • reading packages catalog from yaml file (#77) (d3ef0bd)

0.0.19 (2023-12-15)

Features

  • remove bolt and etcd storage implementations (#83) (b94c6cc)

0.0.18 (2023-12-14)

Features

  • publish the autogenerated TS bindings (#81) (fb3332b)

0.0.17 (2023-12-12)

Features

0.0.16 (2023-12-04)

Bug Fixes

  • returning icon URL for Kurtosis packages in subfolders (#72) (5bddfad)

0.0.15 (2023-12-04)

Features

  • kurtosis package icon URL added in the returned package info (#70) (5015cdb)

0.0.14 (2023-12-01)

Features

  • return the latest commit data to a package (#68) (72be6c6), closes #65

0.0.13 (2023-11-30)

Bug Fixes

  • revet change on repo filepaths generation (#66) (1b5bb45)

0.0.12 (2023-11-30)

Bug Fixes

0.0.11 (2023-11-07)

Features

Bug Fixes

0.0.10 (2023-10-19)

Features

0.0.9 (2023-09-21)

Features

  • Add ETCD as an option for the store (#32) (557fb51)
  • Filter out packages with invalid name in kurtosis.yml (#37) (df53368)
  • Service is automatically deployed to AWS on release (#38) (93bf876)

0.0.8 (2023-09-15)

Features

  • Add Kurtosis package to run the indexer in a Kurtosis enclave (#19) (c343f0d)
  • Parse docstring of the run function in main.star (#28) (09b6692)
  • Persistent KV store using BBolt (#31) (5748f25)
  • Support list type in docstrings (#30) (3b778a4)

0.0.7 (2023-08-31)

Bug Fixes

  • Reindex endpoint was failing b/c the context used was canceled after the endpoint returned (#24) (f6b1897)

0.0.6 (2023-08-31)

Features

  • Add possibility to retrieve Github Token from the user S3 bucket (#18) (b1924f4)

0.0.5 (2023-08-30)

Features

  • Add endpoint to manually trigger a reindex (#20) (d6c777a)
  • Add package URL in returned Kurtosis package objects (#17) (d1f6e6b)
  • Parse package description from kurtosis.yml (#21) (65d6e81)

0.0.4 (2023-08-29)

Bug Fixes

  • Package with a kurtosis.yml file with an empty name are not considered invalid (#15) (6b989f4)

0.0.3 (2023-08-29)

Features

  • Improve Kurtosis packages search (#10) (a1818ca)

0.0.2 (2023-08-28)

Features

  • Add connect-go for the FE to be able to talk to the indexer (#5) (d796aa3)
  • Add GetPackages endpoint (#1) (9b9f63a)
  • Add Github auth based on user token (#7) (b2d4c4a)
  • Crawl Github to fetch existing Kurtosis packages (#4) (bc8d573)
  • Return Github repo stars as well (#8) (c9fbe5d)
  • The crawler now parses the main.star file (#6) (3f09acb)