Skip to content

Releases: coder/code-marketplace

v1.2.1

31 Oct 15:52
v1.2.1
ae3034c

Choose a tag to compare

Fixed

  • Adding extensions from a URL. This broke in 1.2.0 with the addition of bulk
    adding.

v1.2.0

20 Oct 18:26
v1.2.0
9824448

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

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

Choose a tag to compare

Added

  • Initial marketplace implementation.