Commit a15899a
chore: release 2.15.9 (#852)
## Release Notes
## Commercial Features
_No changes this release._
## What's Changed
### Fixes
- **api:** Reject query operands the column cannot take (backport
[#925](#925))
([30d06ea](30d06ea))
- **compose:** Preserve the request port in the nginx Host header in
[#926](#926)
([310d6e0](310d6e0))
- **db:** Widen execution.revision to bigint (backport
[#924](#924))
([1d5719e](1d5719e))
- **deps:** Bump go dependencies minor versions (backport
[#895](#895)) by
@bupd in
[#899](#899)
([a4b7e1c](a4b7e1c))
- **deps:** Bump vendored builds: trivy 0.74.0, adapter v0.41.0, pin
cleanup (backport
[#893](#893)) by
@bupd in
[#898](#898)
([5bcfece](5bcfece))
- **deps:** Upgrade Go to 1.26.8 (backport
[#892](#892)) by
@bupd in
[#897](#897)
([ff01ea1](ff01ea1))
- **quota:** Enable retry backoff on quota usage updates (backport
[#716](#716))
([75fab53](75fab53))
- **registry:** Answer 400 when the endpoint URL cannot be reached in
[#923](#923)
([07d4436](07d4436))
- **replication:** Normalise CORE_URL comparison in isLocalHarbor in
[#873](#873)
([49cd3cb](49cd3cb))
- **scan:** Keep the last report when the raw report is empty (backport
[#863](#863))
([1433e30](1433e30))
### Upstream
- add size limit for audit log payload
(goharbor/harbor[#23755](https://github.com/container-registry/harbor-next/issues/23755))
by @stonezdj in
[goharbor/harbor#23755](goharbor/harbor#23755)
([45e97fd](45e97fd))
- fix(i18n): improve Korean translation of FULL_NAME
(goharbor/harbor[#22701](https://github.com/container-registry/harbor-next/issues/22701))
by @InGyu-Moon in
[goharbor/harbor#22701](goharbor/harbor#22701)
([9ea0d71](9ea0d71))
- Prevent 500 if no project members have been provided
(goharbor/harbor[#23642](https://github.com/container-registry/harbor-next/issues/23642))
by @Yanni8 in
[goharbor/harbor#23642](goharbor/harbor#23642)
([c518ae7](c518ae7))
---
## 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.9` |
| `harbor-jobservice` |
`8gears.container-registry.com/8gcr/harbor-jobservice:v2.15.9` |
| `harbor-registryctl` |
`8gears.container-registry.com/8gcr/harbor-registryctl:v2.15.9` |
| `harbor-exporter` |
`8gears.container-registry.com/8gcr/harbor-exporter:v2.15.9` |
| `harbor-portal` |
`8gears.container-registry.com/8gcr/harbor-portal:v2.15.9` |
| `harbor-registry` |
`8gears.container-registry.com/8gcr/harbor-registry:v2.15.9` |
| `trivy-adapter` |
`8gears.container-registry.com/8gcr/trivy-adapter:v2.15.9` |
**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.9
```
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vadim Bauer <vadim@8gears.com>
Co-authored-by: Prasanth Baskar <prasanth@8gears.com>1 parent 30d06ea commit a15899a
3 files changed
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
9 | 32 | | |
10 | 33 | | |
11 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments