Skip to content

Latest commit

 

History

History
203 lines (98 loc) · 7.41 KB

CHANGELOG.md

File metadata and controls

203 lines (98 loc) · 7.41 KB

1.1.0 (2019-02-11)

Features

1.0.1 (2019-02-11)

  • fix multipart conpatibility issue of gorequest for travis ci (e29e067)

1.0.0 (2019-02-11)

Features

  • add dependency support by glide (c16d4c7)

0.15.0 (2019-02-10)

Features

  • policy-api: add "POST /policies/replication" API (a78f338)
  • policy-api: add "PUT /policies/replication" API (e68432e)

0.14.0 (2019-02-08)

Bug Fixes

  • add ldflags to 'make install' for version output (2a8c3cb)
  • fix wrong reference (548f459)

Features

  • add command auto-completion support (9ef1e1d)

0.13.0 (2019-02-07)

Features

  • add .travis.yml and Makefile (fc47fb7)
  • add version subcommand (2d2ba4b)

0.12.0 (2019-02-05)

Features

  • chartrepo-api: add "/chartrepo" APIs (2ad9d4d)

0.11.0 (2019-01-23)

Features

  • usergroup-api: add "/usergroups" APIs (b56f78b)

0.10.0 (2019-01-03)

Features

  • policy-api: refactor hierarchy between policy and replication as per #41 (8d7177a)
  • replication-api: refactor replication related APIs hierarchy (9415e78)

0.9.0 (2019-01-03)

  • target-api: rename cmd name from 'target' to 'registry' (72103c5)
  • tool: remove complicated cmd tools out of base release, related to #12 and #5 (f4f1c25)

0.8.0 (2018-11-12)

Features

  • support user specified target address (d843dc4)
  • tool: add a tool for sync status check (95de12f)

0.7.0 (2018-11-08)

Features

  • policy-api: add "/policies/replication" APIs (70fd9aa)
  • replication-api: add "POST /replications" API (1f81e4b)
  • target-api: add "/targets" APIs (56d6054)
  • target-api: add "/targets/ping" and "/targets/{id}/policies" APIs (c67f2c1)

0.6.0 (2018-11-07)

Features

  • internal-api: add "/internal/syncregistry" API (6ac806e)
  • job-api: add "/jobs/replication" APIs (1a13448)
  • job-api: add "/jobs/scan/{id}/log" API (24a9782)
  • systeminfo-api: add "/systeminfo" APIs (306cbc5)

0.5.0 (2018-11-06)

Features

  • label-api: add "/labels/{id}/resources" API (1937d5a)
  • label-api: add list/create/get/update/delete "/labels" APIs (619406a)

0.4.0 (2018-11-06)

Features

  • repository-api: add "/repositories/{repo_name}/tags/{tag}/labels" APIs (091556f)
  • repository-api: add get/delete/list "/repositories/{repo_name}/tags" APIs (58113ba)
  • repository-api: add manifest/retag/scan/vulnerability "/repositories/{repo_name}/tags" APIs (8fce3b4)

0.3.0 (2018-11-05)

Features

  • api: add "/logs" API (8b89a6e)
  • api: add "/statistics" API (b821556)
  • project-api: add "HEAD /projects" API (b2004f6)
  • repository-api: add "/repositories/{repo_name}/labels" APIs (2308a26)
  • repository-api: add get/delete/update "/repositories" APIs (f36ef38)
  • repository-api: add top/signature/scanAll "/repositories" APIs (96da1cf)
  • user-api: add "/users" APIs (8f35197)

0.2.0 (2018-11-02)

Features

  • project-api: add "/projects/{project_id}/logs" API (e3cd578)
  • project-api: add "/projects/{project_id}/members" APIs (564386f)
  • project-api: add metadata related APIs for 'project' (8d8c69e)

(2018-10-30)

Features

  • api: add login/logout APIs, and refactor file hierarchy (b7f78ae)
  • api: add search API (e41dd55)
  • project-api: add create/delete/get/list/update APIs for 'project' (96e23b1)
  • refactor: make multiple subcommand files into one (b7b5188)