Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 06bdf4a

Browse files
committed
chore(release): v1.10.16 [skip actions]
1 parent 08ef441 commit 06bdf4a

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

.changeset/fix-artifact-search-retry.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/fix-docker-buildx-oci-layout.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.10.16
4+
5+
### Patch Changes
6+
7+
- [#318](https://github.com/sapientpants/sonarqube-mcp-server/pull/318) [`08ef441`](https://github.com/sapientpants/sonarqube-mcp-server/commit/08ef441fcfa44083be92de09e5ab3e2787f37939) - Fix race condition in artifact determination script
8+
- Add retry logic with exponential backoff to determine-artifact.sh
9+
- Wait up to 5 attempts with increasing delays (5s, 10s, 15s, 20s, 25s)
10+
- Fixes race condition where Publish workflow starts before Main workflow is indexed by GitHub API
11+
- Total retry window: ~75 seconds, giving GitHub's API time to index completed workflow runs
12+
13+
- [#318](https://github.com/sapientpants/sonarqube-mcp-server/pull/318) [`08ef441`](https://github.com/sapientpants/sonarqube-mcp-server/commit/08ef441fcfa44083be92de09e5ab3e2787f37939) - Fix Docker Hub publishing for multi-platform OCI images
14+
- Extract OCI layout from tar archive
15+
- Use `docker buildx imagetools create` with `oci-layout://` scheme
16+
- Properly handles multi-platform manifest lists for linux/amd64 and linux/arm64
17+
- Fixes "unknown flag: --tag" error from incorrect buildx imagetools import syntax
18+
319
## 1.10.15
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonarqube-mcp-server",
3-
"version": "1.10.15",
3+
"version": "1.10.16",
44
"description": "Model Context Protocol server for SonarQube",
55
"keywords": [
66
"sonarqube",

0 commit comments

Comments
 (0)