Releases: moolen/harbor-sync
Releases · moolen/harbor-sync
v2.0.2
v2.0.1
v2.0.0
2.0.0
Image: quay.io/moolen/harbor-sync:2.0.0
Breaking Changes
API Group harborsync.k8s.io
was renamed to harborsync.io
. To upgrade please rename the groups of your Kind=HarborSync
and Kind=HarborRobotAccount
resources.
Bug Fixes
- add mapping for global harbor accounts (8bcaa5e)
- add status/conditions spec (741bfbf)
- complete e2e tests, use https (12492f7)
- harbor client tests (daa2780)
- increase timeout (c241e4a)
- kindest/node 1.20.4 not yet available (3ed6f43)
- new robot api payload & enhance e2e tests (2f1fae5)
- rename api group (7eabec9)
- replace travis with gh actions, use matrix tests (6cf74bd)
- update alpine (979339b)
- update e2e tests, use real harbor (9324253)
- update kubebuilder (a9f2df8)
Features
v1.3.4
v1.3.3
v1.3.2
v1.3.1
1.3.1
Image: quay.io/moolen/harbor-sync:1.3.1
SIGNIFICANT CHANGES:
- Robot account credentials are not stored on disk anymore. Robot accounts are stored via CRD. A user can remove persistent volumes from the deployment
- leader election is enabled by default
Features
- leader election
- replace store implementation (using crd to store robot account credentials)
- implement e2e tests
Bug Fixes
- go version (ebfb72e)