Skip to content

Releases: sighupio/fury-kubernetes-registry

Release v3.2.0

04 Nov 08:51
8374b64
Compare
Choose a tag to compare

Registry Module version 3.2.0

Changelog

  • Added compatibility with Kubernetes versions 1.30.x and 1.31.x.

NOTE: This release only extends the Kubernetes compatibility to versions 1.30 and 1.31. No functional changes are included, users can continue using their current version.

Upgrade path

To upgrade this module from v3.1.0 to v3.2.0, you need to download this new version, then apply the kustomize project. No further action is required.

Preview v3.2.0-rc.13

30 Oct 17:18
Compare
Choose a tag to compare
Preview v3.2.0-rc.13 Pre-release
Pre-release

Registry Module version 3.2.0

Changelog

  • Added compatibility with Kubernetes versions 1.30.x and 1.31.x.

Upgrade path

To upgrade this module from v3.1.0 to v3.2.0, you need to download this new version, then apply the kustomize project. No further action is required.

Preview v3.2.0-rc.7

29 Oct 13:35
Compare
Choose a tag to compare
Preview v3.2.0-rc.7 Pre-release
Pre-release

Registry Module version 3.2.0

Changelog

  • Added compatibility with Kubernetes versions 1.30.x and 1.31.x.

Upgrade path

To upgrade this module from v3.1.0 to v3.2.0, you need to download this new version, then apply the kustomize project. No further action is required.

Preview v3.2.0-rc.4

29 Oct 10:37
Compare
Choose a tag to compare
Preview v3.2.0-rc.4 Pre-release
Pre-release

Registry Module version 3.2.0

Changelog

  • Added compatibility with Kubernetes versions 1.30.x and 1.31.x.

Upgrade path

To upgrade this module from v3.1.0 to v3.2.0, you need to download this new version, then apply the kustomize project. No further action is required.

Release v3.1.0

01 Aug 11:00
5bd52cd
Compare
Choose a tag to compare

Registry Module version 3.1.0

Changelog

  • Added compatibility with Kubernetes versions 1.26.x, 1.27.x, 1.28.x and 1.29.x.

NOTE: This release only extends the Kubernetes compatibility to versions 1.26, 1.27, 1.28 and 1.29. No functional changes are included, users can continue using their current version.

Upgrade path

To upgrade this module from v3.0.2 to v3.1.0, you need to download this new version, then apply the kustomize project. No further action is required.

Preview v3.1.0-rc.6

18 Jul 11:12
Compare
Choose a tag to compare
Preview v3.1.0-rc.6 Pre-release
Pre-release

Registry Module version 3.1.0

Changelog

  • Added compatibility with Kubernetes versions 1.26.x, 1.27.x, 1.28.x and 1.29.x.

Upgrade path

To upgrade this module from v3.0.2 to v3.1.0, you need to download this new version, then apply the kustomize project. No further action is required.

Preview v3.1.0-rc.5

17 Jul 17:17
Compare
Choose a tag to compare
Preview v3.1.0-rc.5 Pre-release
Pre-release

Registry Module version 3.1.0

Changelog

  • Added compatibility with Kubernetes versions 1.26.x, 1.27.x and 1.28.x.

Upgrade path

To upgrade this module from v3.0.2 to v3.1.0, you need to download this new version, then apply the kustomize project. No further action is required.

Release v3.0.2

18 Oct 12:44
2df67a5
Compare
Choose a tag to compare

Registry Module version 3.0.2

Changelog

  • Added compatibility with Kubernetes versions 1.24.x and 1.25.x.
  • Updated Trivy cronjob with new apiversion

Upgrade path

To upgrade this module from v3.0.1 to v3.0.2, you need to download this new version, then apply the kustomize project. No further action is required.

Release v3.0.1

07 Mar 10:50
92a14d2
Compare
Choose a tag to compare

Registry Module version 3.0.1

Changelog

  • The trivy configuration has been updated to download the new image with the updated vulnerability database every night. To do this we have added: an image that is built every night, an ad-hoc rbac and a cronjob to restart the pod. The new image is downloaded from the following repository.

Upgrade path

To upgrade this module from v3.0.0 to v3.0.1, you need to download this new version, then apply the kustomize project. No further action is required.

Release v3.0.0

01 Mar 13:34
11263a0
Compare
Choose a tag to compare

Registry Module version 3.0.0

This is a major release containing an update to Harbor package with breaking changes.

Changelog

  • Update Harbor from version v2.4.2 to v2.7.0.
  • ⚠️ Changed the namespace from Harbor to Registry. This change was made to help when upgrading from previous versions using the approach lift and shift migration.
  • ⚠️ Removed Clair as it is no longer the default scanner on Harbor since version 2.2
  • The trivy configuration has been updated to download the vulnerability database once a day. To do this we have added: an init container in the statefullset, an ad-hoc rbac and a cronjob to restart the pod.
  • The official exporter has been added in order to retrieve more metrics via prometheus.
  • The official grafana dashboard has been added with some changes.
  • An alert on Prometheus has been added to verify the actual running of the Harbor components

Upgrade path

There's no supported upgrade path for this module from v2.0.0 to v3.0.0, the default namespace has also changed from harbor to registry.

The recommended approach is a lift and shift migration. Start by copying over all the images from the old instance to the new one using Harbor's native replication and then sync the users and permissions.