Harbor Go Client Versions Save

A CLI tool for the Docker Registry Harbor. This project offer a command-line interface to the Harbor API, you can use it to manager your users, projects, repositories, etc.

v1.1.1

5 years ago

Changelog

Features

  • add --dry-run to rp_tags sub-command. fix #11 (5fd4f39)

v1.0.0

5 years ago

Changelog

Features

  • replication api: add replications trigger API (0753d6c)
  • add syncregistry and email_ping APIs (2b18258)
  • usergroup api: add usergroups APIs (47ef550)
  • support both linux and darwin platform compilation (a665e0f)
  • support darwin platform, fix #1 (c671c20)
  • label api: add labels APIs (603570c)
  • policy api: add all policy APIs (53e2193)
  • project api: add prj_member_update/prj_member_get/prj_member_del/prj_member_create/prj_members (fea77d2)
  • project api: add prj_metadata_update_by_name/prj_metadata_get_by_name/prj_metadata_del_by_name (0020cec)
  • project api: add prj_metadata_add/prj_metadata_get/prj_logs_get/prj_update APIs (5770328)
  • repository api: add repo_signature_get/repo_image_manifests_get APIs (95d322d)
  • repository api: add repo_image_label_del api (b5b152a)
  • repository api: add repo_image_label_add api (01f7885)
  • repository api: add repo_image_labels_get/repo_label_del APIs (54e02be)
  • repository api: add repo_label_add/repo_labels_get/repo_desp_update APIs (c12b012)
  • add fake *_test.go (0f0c6f4)
  • api: add api/doc.go for golang docs (928c691)

Bug Fixes

  • regression test script: fix wrong use of printf (c3ffb03)

v0.9.0

5 years ago

Changelog

  • d8b4813 - feat: add All users APIs

v0.8.0

5 years ago

Changelog

  • 3d5ce7e - Fix compatibility issue derived from harbor v1.3.0

NOTE: harbor-go-client v0.8.0 is compatible with harbor v1.3.0 and later. see #2

v0.7.0

5 years ago

Changelog

  • 477af58 - Merge branch 'feature/makefile_optimize' into develop
  • 1bc2d9f - feat: optimize *.sh according to shellcheck
  • 49b717d - feat: optimize 'make test' cmd
  • c1029c4 - feat: add Dockerfile and add 'make docker' cmd
  • 69932e0 - chore: format adjustment on regression_test.sh

NOTE: harbor-go-client v0.7.0 and before is compatible with harbor v1.2.2 and before. see #2

v0.6.0

5 years ago

Changelog

  • c0568b6 - feat: integrate packing function into Makefile
  • b1b40e0 - Merge branch 'feature/add_jobs_related_api' into develop
  • ea47987 - feat: make version info generating automatically
  • f093d71 - feat: optimize api/logs.go on values of 'operation'
  • ded0a81 - feat: add jobs related APIs
  • 3b18281 - chore: update comment
  • 25be99a - feat: do some adjustments for conf/
  • 3691179 - chore: move scripts/.yaml to conf/.yaml

v0.5.0

5 years ago

Changelog

  • c58c652 - Merge branch 'feature/prj_structure_change'
  • e3a5245 - update scripts/binPack.sh for easy packaging
  • b0ee29a - chore: update regression_test.sh and rp_repos_simulation.sh
  • 0f64503 - rename: rp_repos.sh -> rp_repos_simulation.sh
  • 60914ec - update: moving *.sh into scripts/
  • 1180efa - rename: test.sh -> regression_test.sh
  • 00f1611 - add issue templates
  • aa79c4a - add CHANGELOG.md
  • 8624e9f - add version info output

v0.4.0

5 years ago

Changelog

  • 86ac060 - chore: update doc
  • 34ee6a6 - feat: add doc '关于清理策略的讨论'
  • 82740c7 - chore: optimize log output

v0.3.0

5 years ago

Changelog

  • 5d9397b - Merge branch 'feature/fix_heapsort_bug_in_rp_tags'
  • f2d501a - chore: optimize log output
  • c2a3427 - fix: change heapsort of tags from maxheap to minheap
  • bd5513c - update .gitignore
  • 286ec68 - chore: add binPack.sh
  • 1a47e33 - fix: change specific ip address to localhost

v0.2.0

5 years ago

Changelog

  • 41c7394 - update .gitignore
  • 005c46f - update README.md
  • 002a3ab - update LICENSE
  • 6674495 - add 'MIT LICENSE' badge
  • eb94993 - add 'Build Status' badge
  • b4c4696 - add misspell support
  • f3b6c33 - fix: add golint and gometalinter in .travis.yml
  • 1974b63 - some improvements for Travis CI