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

Commit 5c7e810

Browse files
committed
chore(release): v1.10.14 [skip actions]
1 parent 8a104e2 commit 5c7e810

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/fix-docker-buildx-imagetools.md

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

CHANGELOG.md

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

3+
## 1.10.14
4+
5+
### Patch Changes
6+
7+
- [#316](https://github.com/sapientpants/sonarqube-mcp-server/pull/316) [`8a104e2`](https://github.com/sapientpants/sonarqube-mcp-server/commit/8a104e228917f62b364e384a82f78abfaaa7e6ed) - Fix multi-platform Docker image publishing using buildx imagetools
8+
- Replace skopeo with docker buildx imagetools for OCI archive handling
9+
- The imagetools command properly imports multi-platform manifest lists from OCI archives
10+
- Fixes error: "more than one image in oci, choose an image"
11+
- Ensures both linux/amd64 and linux/arm64 images are pushed correctly to Docker Hub
12+
313
## 1.10.13
414

515
### 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.13",
3+
"version": "1.10.14",
44
"description": "Model Context Protocol server for SonarQube",
55
"keywords": [
66
"sonarqube",

0 commit comments

Comments
 (0)