Skip to content

Releases: mittwald/goharbor-client

v3.0.5

11 Jan 07:34
0729e3a
Compare
Choose a tag to compare
Merge pull request #70 from hlubek/feature-robot-accounts

Add methods to list, create, update and delete robot accounts

v3.0.4: Merge pull request #69 from mittwald/patch/simplify_makefile

03 Nov 14:15
ffef39e
Compare
Choose a tag to compare

v3.0.3: Merge pull request #67 from mittwald/fix/replication_get_execution

20 Oct 14:33
79f65e0
Compare
Choose a tag to compare

v3.0.2

20 Oct 09:19
422bc7b
Compare
Choose a tag to compare
use policy id when fetching replication executions (#66)

v3.0.1: Merge pull request #65 from mittwald/bump/module_version

19 Oct 13:25
c959033
Compare
Choose a tag to compare

v3.0.0: Merge pull request #64 from mittwald/refact/bump_models

19 Oct 13:02
c13f9cf
Compare
Choose a tag to compare
  • Update v2 api to be compatible with Harbor v2.1.0
  • Drop compatibility with Harbor v2.0.X

v2.0.1

29 Sep 14:48
c10c0f3
Compare
Choose a tag to compare
fix link in codeclimate action (#61)

v2.0.0: Merge pull request #59 from mittwald/add/v2_client

29 Sep 14:45
542a26c
Compare
Choose a tag to compare

With goharbor-client v2.0.0, the following (breaking) changes are introduced:

  • Added support for the Harbor v2 API with the addition of a new client package

BREAKING Changed repository import paths to support imports of either API client:

  • v1 API client: github.com/mittwald/goharbor-client/apiv1
  • v2 API client: github.com/mittwald/goharbor-client/apiv2

v1.0.7

18 Sep 08:20
42fc86e
Compare
Choose a tag to compare
Update issue templates (#56)

v1.0.6

02 Sep 13:53
93287a2
Compare
Choose a tag to compare
update client to harbor v1.10.4 API (#54)