Skip to content

Releases: coder/code-marketplace

v1.2.0

20 Oct 18:26
v1.2.0
9824448
Compare
Choose a tag to compare

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

03 Oct 21:42
v1.1.0
49e78bb
Compare
Choose a tag to compare

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

12 Sep 18:45
v1.0.0
ebb8f38
Compare
Choose a tag to compare

Added

  • Initial marketplace implementation.