Skip to content

Releases: moooofly/harborctl

v1.1.0

11 Feb 11:18
Compare
Choose a tag to compare

Changelog

  • 72103c5 target-api: rename cmd name from 'target' to 'registry'
  • f4f1c25 tool: remove complicated cmd tools out of base release, related to #12 and #5
  • 8d7177a policy-api: refactor hierarchy between policy and replication as per #41
  • 9415e78 replication-api: refactor replication related APIs hierarchy
  • b56f78b usergroup-api: add "/usergroups" APIs
  • 2ad9d4d chartrepo-api: add "/chartrepo" APIs
  • fc47fb7 add .travis.yml and Makefile
  • 2d2ba4b add version subcommand
  • 9ef1e1d add command auto-completion support
  • 2a8c3cb add ldflags to 'make install' for version output
  • 548f459 fix wrong reference
  • a78f338 policy-api: add "POST /policies/replication" API
  • e68432e policy-api: add "PUT /policies/replication" API
  • c16d4c7 add dependency support by glide
  • e29e067 fix multipart conpatibility issue of gorequest for travis ci
  • aeb9c07 feat: add .goreleaser.yml