Releases: mittwald/goharbor-client
Releases · mittwald/goharbor-client
v3.0.5
v3.0.4: Merge pull request #69 from mittwald/patch/simplify_makefile
use api versions in Makefile as env
v3.0.3: Merge pull request #67 from mittwald/fix/replication_get_execution
do not fetch parent replication policies
v3.0.2
v3.0.1: Merge pull request #65 from mittwald/bump/module_version
bump module version to v3
v3.0.0: Merge pull request #64 from mittwald/refact/bump_models
- Update v2 api to be compatible with Harbor v2.1.0
- Drop compatibility with Harbor v2.0.X
v2.0.1
v2.0.0: Merge pull request #59 from mittwald/add/v2_client
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