Releases: mittwald/goharbor-client
Releases · mittwald/goharbor-client
v5.0.0 - Goharbor v2.3 support
v4.0.0
Merge pull request #96 from mittwald/fix/codeclimate
fix codeclimate action prefix
v3.3.0
Merge pull request #90 from shreddedbacon/master
Add webhook policy support
v3.2.2
Merge pull request #88 from mittwald/add/get_user_by_id
implement fetching users by id
v3.2.1
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
add quota client (#81)
* add quota client
* add error handling
v3.1.3: support setting unlimited storagelimit for projects (#80)
* wip: support unlimited storage quota size
* add unit tests
v3.1.2
implement fetching retention policies by id (#79)
v3.1.1
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
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