Skip to content

Releases: goharbor/harbor

v2.8.1-rc1

11 May 06:48
48a2061
Compare
Choose a tag to compare
v2.8.1-rc1 Pre-release
Pre-release

Known issue

  • In version v2.8.0-v2.8.2, please refrain from using the EXTERNAL REDIS USERNAME (ACL AUTH) due to issue-18892. So if you care about the registry performance, please follow the FAQ guidance to set up your Redis server that allow you to bypass this limitation, otherwise you could just ignore it.
  • There's a known issue #19320 that occurs when running harbor.yml migrate script with the specific storage_service.redirect.disable configuration. Impact version would be Harbor v2.8 and v2.9, for example migrate from v2.7.X to v2.8.Y or v2.7.X to v2.9.Z. Please refer to this comment as a workaround.

What's Changed

Component updates ⬆️

  • bump golang.org/x/net && helm.sh/helm/v3 on release-2.8.0 by @MinerYang in #18546
  • [Cherry-pick]Add missing i18n key-value for helm chart by @AllForNothing in #18579
  • [cherry-pick]allow redis password safe special characters on release-2.8.0 by @MinerYang in #18587
  • fix: update TRIVYVERSION=v0.40.0 & TRIVYADAPTERVERSION=v0.30.11 by @zyyw in #18622
  • [cherry-pick] fix: improve the performance of list artifacts by @chlins in #18639
  • bump golang 1.20.4 on release-2.8.0 by @MinerYang in #18648

Other Changes

Full Changelog: v2.8.0...v2.8.1-rc1

v1.10.18-rc2

09 May 03:27
1e616ad
Compare
Choose a tag to compare
v1.10.18-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.10.17...v1.10.18-rc2

v2.7.2

25 Apr 03:32
a051373
Compare
Choose a tag to compare

What's Changed

Component updates ⬆️

  • [cherry-pick] fix: fix the invalid jobid for scan data export by @chlins in #18421
  • [cherry-pick] fix: escape the event data for slack webhook payload by @chlins in #18437
  • [cherry-pick]fix copy artifact issue by @wy65701436 in #18464
  • [cherry-pick] fix: correct the retention webhook payload by @chlins in #18467
  • bump golang 1.19.8 on release-2.7.0 by @MinerYang in #18496
  • [cherry-pick] fix: fix error bitsize of jobservice reaper scan locks by @chlins in #18494
  • bump golang.org/x/net v0.9.0 on release-2.7.0 by @MinerYang in #18544
  • bump helm.sh/helm/v3 v3.11.3 on release-2.7.0 by @MinerYang in #18548
  • feat: update TRIVYVERSION=v0.40.0, TRIVYADAPTERVERSION=v0.30.11 by @zyyw in #18559
  • [cherry-pick]allow redis password safe special characters on release-2.7.0 by @MinerYang in #18586

Other Changes

Full Changelog: v2.7.1...v2.7.2

v2.7.2-rc1

24 Apr 07:18
a051373
Compare
Choose a tag to compare
v2.7.2-rc1 Pre-release
Pre-release

What's Changed

Component updates ⬆️

  • [cherry-pick] fix: fix the invalid jobid for scan data export by @chlins in #18421
  • [cherry-pick] fix: escape the event data for slack webhook payload by @chlins in #18437
  • [cherry-pick]fix copy artifact issue by @wy65701436 in #18464
  • [cherry-pick] fix: correct the retention webhook payload by @chlins in #18467
  • bump golang 1.19.8 on release-2.7.0 by @MinerYang in #18496
  • [cherry-pick] fix: fix error bitsize of jobservice reaper scan locks by @chlins in #18494
  • bump golang.org/x/net v0.9.0 on release-2.7.0 by @MinerYang in #18544
  • bump helm.sh/helm/v3 v3.11.3 on release-2.7.0 by @MinerYang in #18548
  • feat: bump up TRIVYVERSION=v0.39.0, TRIVYADAPTERVERSION=v0.30.10 by @zyyw in #18547
  • feat: update TRIVYVERSION=v0.40.0, TRIVYADAPTERVERSION=v0.30.11 by @zyyw in #18559
  • [cherry-pick]allow redis password safe special characters on release-2.7.0 by @MinerYang in #18586

Other Changes

Full Changelog: v2.7.1...v2.7.2-rc1

v1.10.18-rc1

23 Apr 06:08
3069231
Compare
Choose a tag to compare
v1.10.18-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.10.17...v1.10.18-rc1

v2.8.0

17 Apr 03:30
89ef156
Compare
Choose a tag to compare

Known issue

  • In version v2.8.0-v2.8.2, please refrain from using the EXTERNAL REDIS USERNAME (ACL AUTH) due to issue-18892. So if you care about the registry performance, please follow the FAQ guidance to set up your Redis server that allow you to bypass this limitation, otherwise you could just ignore it.
  • There's a known issue #19320 that occurs when running harbor.yml migrate script with the specific storage_service.redirect.disable configuration. Impact version would be Harbor v2.8 and v2.9, for example migrate from v2.7.X to v2.8.Y or v2.7.X to v2.9.Z. Please refer to this comment as a workaround.

What's Changed

Exciting New Features 🎉

Supporting OCI Distribution Spec v1.1.0-rc1

Support for sending webhook payloads with CloudEvents format

The webhook functionality has undergone significant improvements, aimed at delivering enhanced management and debugging capabilities. The latest update includes the addition of CloudEvents format support, enabling users easily integrate with other systems and services.

Jobservice Dashboard Phase 2

Displaying logs for running tasks, which provides users with real-time visibility into the progress and status of their running jobs.
Cleanup expired running executions, which helps users to automatically cleaning unfinished or expired executions.

Option to Skip Update Pull Time for Scanner

Allows users to skip the automatic update on pull time that performed by a scanner during a scan task

  • Add scanner_skip_update_pulltime property for system setting by @AllForNothing in #18214
  • Skip to update pull time and pull count for scanner robot account by @stonezdj in #17807

Additional Features

Deprecations ❌

Removal of ChartMuseum

Starting with version v2.8.0, Harbor no longer includes ChartMuseum in either the user interface or the backend.

Note: Please perform the migration before upgrading, if required.

How to migrate helm charts to oci artifacts?

Please navigate to this page for details about the migration.

Enhancement 🚀

Component updates ⬆️

Read more

v2.8.0-rc2

14 Apr 03:12
89ef156
Compare
Choose a tag to compare
v2.8.0-rc2 Pre-release
Pre-release

Known issue

  • In version v2.8.0-v2.8.2, please refrain from using the EXTERNAL REDIS USERNAME (ACL AUTH) due to issue-18892. So if you care about the registry performance, please follow the FAQ guidance to set up your Redis server that allow you to bypass this limitation, otherwise you could just ignore it.
  • There's a known issue #19320 that occurs when running harbor.yml migrate script with the specific storage_service.redirect.disable configuration. Impact version would be Harbor v2.8 and v2.9, for example migrate from v2.7.X to v2.8.Y or v2.7.X to v2.9.Z. Please refer to this comment as a workaround.

What's Changed

Exciting New Features 🎉

Supporting OCI Distribution Spec v1.1.0-rc1

Support for sending webhook payloads with CloudEvents format

The webhook functionality has undergone significant improvements, aimed at delivering enhanced management and debugging capabilities. The latest update includes the addition of CloudEvents format support, enabling users easily integrate with other systems and services.

Jobservice Dashboard Phase 2

Displaying logs for running tasks, which provides users with real-time visibility into the progress and status of their running jobs.
Cleanup expired running executions, which helps users to automatically cleaning unfinished or expired executions.

Option to Skip Update Pull Time for Scanner

Allows users to skip the automatic update on pull time that performed by a scanner during a scan task

  • Add scanner_skip_update_pulltime property for system setting by @AllForNothing in #18214
  • Skip to update pull time and pull count for scanner robot account by @stonezdj in #17807

Additional Features

Deprecations ❌

Removal of ChartMuseum

Starting with version v2.8.0, Harbor no longer includes ChartMuseum in either the user interface or the backend.

Enhancement 🚀

Component updates ⬆️

Read more

v2.8.0-rc1

05 Apr 11:47
df1ce0f
Compare
Choose a tag to compare
v2.8.0-rc1 Pre-release
Pre-release

Known issue

  • In version v2.8.0-v2.8.2, please refrain from using the EXTERNAL REDIS USERNAME (ACL AUTH) due to issue-18892. So if you care about the registry performance, please follow the FAQ guidance to set up your Redis server that allow you to bypass this limitation, otherwise you could just ignore it.
  • There's a known issue #19320 that occurs when running harbor.yml migrate script with the specific storage_service.redirect.disable configuration. Impact version would be Harbor v2.8 and v2.9, for example migrate from v2.7.X to v2.8.Y or v2.7.X to v2.9.Z. Please refer to this comment as a workaround.

What's Changed

Exciting New Features 🎉

Supporting OCI Distribution Spec v1.1.0-rc1

Support for sending webhook payloads with CloudEvents format

The webhook functionality has undergone significant improvements, aimed at delivering enhanced management and debugging capabilities. The latest update includes the addition of CloudEvents format support, enabling users easily integrate with other systems and services.

Jobservice Dashboard Phase 2

Displaying logs for running tasks, which provides users with real-time visibility into the progress and status of their running jobs.
Cleanup expired running executions, which helps users to automatically cleaning unfinished or expired executions.

Option to Skip Update Pull Time for Scanner

Allows users to skip the automatic update on pull time that performed by a scanner during a scan task

  • Add scanner_skip_update_pulltime property for system setting by @AllForNothing in #18214
  • Skip to update pull time and pull count for scanner robot account by @stonezdj in #17807

Additional Features

Deprecations ❌

Removal of ChartMuseum

Starting with version v2.8.0, Harbor no longer includes ChartMuseum in either the user interface or the backend.

Enhancement 🚀

Component updates ⬆️

Read more

v1.10.17

02 Mar 06:13
f9391b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.16...v1.10.17

v1.10.17-rc1

28 Feb 11:01
f9391b1
Compare
Choose a tag to compare
v1.10.17-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.10.16...v1.10.17-rc1