Skip to content

Releases: mittwald/goharbor-client

v5.0.0 - Goharbor v2.3 support

30 Nov 07:47
d760e53
Compare
Choose a tag to compare

v4.0.0

01 Jul 12:54
dbc3559
Compare
Choose a tag to compare
Merge pull request #96 from mittwald/fix/codeclimate

fix codeclimate action prefix

v3.3.0

06 May 07:12
6506da2
Compare
Choose a tag to compare
Merge pull request #90 from shreddedbacon/master

Add webhook policy support

v3.2.2

06 Apr 07:35
7a902c9
Compare
Choose a tag to compare
Merge pull request #88 from mittwald/add/get_user_by_id

implement fetching users by id

v3.2.1

04 Mar 16:07
a586432
Compare
Choose a tag to compare
add contribution guide (#86)

* add contributing guide

* adjust wording, make setup-harbor.sh auto-determine the helm chart version

* install yq in jobs

* fix wording

Co-authored-by: Henning <[email protected]>

v3.2.0

10 Feb 08:48
f38d9fa
Compare
Choose a tag to compare
add quota client (#81)

* add quota client

* add error handling

v3.1.3: support setting unlimited storagelimit for projects (#80)

08 Feb 17:37
7b692f5
Compare
Choose a tag to compare
* wip: support unlimited storage quota size

* add unit tests

v3.1.2

26 Jan 09:22
152b2eb
Compare
Choose a tag to compare
implement fetching retention policies by id (#79)

v3.1.1

21 Jan 08:50
80d9ac6
Compare
Choose a tag to compare
prevent nil pointer dereference when accessing project metadata (#78)

* rebase - prevent nil pointer dereference when accessing project metadatas

* remove usage of obsolete string pointer

v3.1.0

19 Jan 09:33
4abdbe1
Compare
Choose a tag to compare
update client APIs, add retention client functionality (#72)

* draft: update client APIs, add retention client functionality

* add proper integration tests for retention client

* update mockery version, reference it in Makefile

* simplify ci steps