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.2.1 - 2022-10-31
- Adding extensions from a URL. This broke in 1.2.0 with the addition of bulk adding.
1.2.0 - 2022-10-20
- Artifactory integration. Set the ARTIFACTORY_TOKEN environment variable and pass --artifactory and --repo (instead of --extensions-dir) to use.
- Stat endpoints. This is just to prevent noisy 404s from being logged; the endpoints do nothing since stats are not yet supported.
- Bulk add from a directory. This only works when adding from a local directory and not from web URLs.
1.1.0 - 2022-10-03
add
sub-command for adding extensions to the marketplace.remove
sub-command for removing extensions from the marketplace.
- Compile statically so binaries work on Alpine.
1.0.0 - 2022-09-12
- Initial marketplace implementation.