Releases: mittwald/goharbor-client
Releases · mittwald/goharbor-client
v1.0.5
Merge pull request #52 from mittwald/fix/policy_id
use correct policy id & rename custom error
v1.0.4
Merge pull request #52 from mittwald/fix/policy_id
use correct policy id & rename custom error
v1.0.2
Merge pull request #51 from mittwald/fix/omit_schemes
omit schemes when building REST clients
v1.0.1
Add more base methods (#49)
* add replication execution base methods
* let integration tests use new methods
* let all integration tests use new methods
* add UpdateRegistry method
* add UpdateUserPassword base method + tests
* add error message
* improve overall format
v1.0.0-alpha.1
Add code climate workflow & file excludes (#47)
* Add CodeClimate workflow & file excludes
* fix indent
* Update .codeclimate.yml
Co-authored-by: Martin Helmich <[email protected]>
Co-authored-by: Martin Helmich <[email protected]>
v1.0.0
Merge pull request #48 from mittwald/feature/rest_client_swagger
introduce NewRESTClientWithSwaggerClient
v0.1.4
Merge pull request #23 from mittwald/feature/user-password-validation
pre-validate user password before query the api
v0.1.3
Merge pull request #22 from mittwald/feature/getByName
make it possible to retrieve projects, registries and replications by its name
v0.1.2
Merge pull request #20 from mittwald/fix/optional-ids
make registry- and replication-IDs optional
v0.1.1
Merge pull request #19 from mittwald/enhancement/simplify_AdminJobReq
simplify AdminJobReq type