Skip to content

Releases: moolen/harbor-sync

v2.0.2

30 Nov 16:09
Compare
Choose a tag to compare

2.0.2

Image: quay.io/moolen/harbor-sync:2.0.2

Bug Fixes

v2.0.1

27 Jun 16:45
Compare
Choose a tag to compare

2.0.1

Image: quay.io/moolen/harbor-sync:2.0.1

Bug Fixes

Notes

  • this is a patch release that only contains dependency updates
  • this version support Kubernetes 1.21

v2.0.0

06 Mar 00:18
Compare
Choose a tag to compare

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

  • add harbor-api-debug flag (d97484b)
  • add status conditions & e2e tests (286dd13)
  • add support for v2 (cbb5f0d)

v1.3.4

28 May 10:21
Compare
Choose a tag to compare

1.3.4

Image: quay.io/moolen/harbor-sync:1.3.4

Bug Fixes

  • start repo sync after being elected (3005375)

v1.3.3

28 May 09:02
Compare
Choose a tag to compare

1.3.3

Image: quay.io/moolen/harbor-sync:1.3.3

Bug Fixes

  • delete expiry metrics if account gets deleted (cf45d98)

v1.3.2

17 Mar 15:39
Compare
Choose a tag to compare

1.3.2

Image: quay.io/moolen/harbor-sync:1.3.2

Bug Fixes

  • update after create bug (15fcf7a)

v1.3.1

09 Mar 19:30
Compare
Choose a tag to compare

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

v1.2.0

19 Feb 16:11
Compare
Choose a tag to compare

1.2.0

Image: quay.io/moolen/harbor-sync:1.2.0

Bug Fixes

Features

  • add option to specify push permissions for robot account (46ca3ac)

v1.1.3

14 Feb 08:56
Compare
Choose a tag to compare

1.1.3

Image: quay.io/moolen/harbor-sync:1.1.3

Bug Fixes

  • robot account creation (9eebfdb)
  • update vagrant setup for harbor 1.10 (810771c)

v1.1.2

19 Nov 11:44
Compare
Choose a tag to compare

1.1.2

Image: quay.io/moolen/harbor-sync:1.1.2

Bug Fixes