---
title: "Harbor v2.15.8"
description: "Release notes for Container Registry 2.15.8: schema reconciliation backport, ORM savepoint and migration fixes, plus upstream security patches."
date: 2026-08-28
lastmod: 2026-08-31
canonical: "https://container-registry.com/docs/2.15/release-notes/harbor-v2.15.8/"
source: "https://container-registry.com/docs/2.15/release-notes/harbor-v2.15.8/index.md"
harbor_version: "2.15"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/2.15/release-notes/harbor-v2.15.8/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/2.15/release-notes/harbor-v2.15.8/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Harbor v2.15.8

*Release notes for Container Registry 2.15.8: schema reconciliation backport, ORM savepoint and migration fixes, plus upstream security patches.*

Harbor v2.15.8
==============

Released 2026-08-26.

Supported until v2.17. Container Registry supports the current and previous minor releases; this version reaches end of support when the second newer minor (v2.17) is published.

## Features

- Replace ValidateHTTPURL with schema-aware ValidateURL ([#744](https://github.com/container-registry/harbor-next/issues/744))

## Fixes

- Backport Authoritative Harbor Next Schema Reconciliation ([#711](https://github.com/container-registry/harbor-next/issues/711), [#722](https://github.com/container-registry/harbor-next/issues/722)) ([#733](https://github.com/container-registry/harbor-next/issues/733))
- **orm:** Discard AfterCommit hooks of a rolled-back savepoint ([#598](https://github.com/container-registry/harbor-next/issues/598))
- Reset retired commercial schema version 182 before migration ([#748](https://github.com/container-registry/harbor-next/issues/748))

## Upstream

- chore(deps): bump Go modules to fix known vulnerabilities (goharbor/harbor[#23720](https://github.com/goharbor/harbor/issues/23720)) ([442b6df](https://github.com/container-registry/harbor-next/commit/442b6df1d77e29a7ddc939d5aa3c932ffec24907))
- chore(deps): revert github.com/gorilla/csrf to v1.7.2 (goharbor/harbor[#23759](https://github.com/goharbor/harbor/issues/23759)) ([18decf5](https://github.com/container-registry/harbor-next/commit/18decf52f69d6fc7b5e4622975d8b35dac369fe6))
- chore(deps): update go.mod dependencies to patch versions (goharbor/harbor[#23751](https://github.com/goharbor/harbor/issues/23751)) ([6cfcba3](https://github.com/container-registry/harbor-next/commit/6cfcba34d2ea9bfad63b7a6eb789359ccba83eaa))
- feat(ui): support advanced proxy cache configurations in UI (goharbor/harbor[#23536](https://github.com/goharbor/harbor/issues/23536)) ([7bbcbd4](https://github.com/container-registry/harbor-next/commit/7bbcbd47a7097f8bcc02474e9df70506785a5339)) — <a href="/docs/2.15/administration-manual/replication/proxy-cache-projects/index.md">Docs: Proxy Cache Projects</a>

## Container Images

Multi-arch images (`linux/amd64`, `linux/arm64`) signed with [cosign](https://github.com/sigstore/cosign).

| Image | Reference |
|-------|-----------|
| `harbor-core` | `8gears.container-registry.com/8gcr/harbor-core:v2.15.8` |
| `harbor-jobservice` | `8gears.container-registry.com/8gcr/harbor-jobservice:v2.15.8` |
| `harbor-registryctl` | `8gears.container-registry.com/8gcr/harbor-registryctl:v2.15.8` |
| `harbor-exporter` | `8gears.container-registry.com/8gcr/harbor-exporter:v2.15.8` |
| `harbor-portal` | `8gears.container-registry.com/8gcr/harbor-portal:v2.15.8` |
| `harbor-registry` | `8gears.container-registry.com/8gcr/harbor-registry:v2.15.8` |
| `trivy-adapter` | `8gears.container-registry.com/8gcr/trivy-adapter:v2.15.8` |

**Verify an image signature:**
```sh
cosign verify \
  --certificate-identity "https://github.com/container-registry/harbor-next/.github/workflows/release-please.yml@refs/heads/release-2.15" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  8gears.container-registry.com/8gcr/harbor-core:v2.15.8
```

