Releases: coder/code-marketplace
Releases · coder/code-marketplace
v1.2.0
Added
- 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.
v1.1.0
Added
add
sub-command for adding extensions to the marketplace.remove
sub-command for removing extensions from the marketplace.
Changed
- Compile statically so binaries work on Alpine.
v1.0.0
Added
- Initial marketplace implementation.