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

Commit cede635

Browse files
committed
chore(release): v1.10.13 [skip actions]
1 parent ac06fbe commit cede635

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.changeset/fix-multi-platform-docker-push.md

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

CHANGELOG.md

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

3+
## 1.10.13
4+
5+
### Patch Changes
6+
7+
- [#315](https://github.com/sapientpants/sonarqube-mcp-server/pull/315) [`ac06fbe`](https://github.com/sapientpants/sonarqube-mcp-server/commit/ac06fbe87af4500cdc6548b709b5a837cb3dba5e) - Fix multi-platform Docker image publishing to Docker Hub
8+
- Change skopeo `--all` flag to `--multi-arch all` for proper OCI manifest list handling
9+
- Ensures both linux/amd64 and linux/arm64 images are pushed correctly
10+
- Fixes error: "more than one image in oci, choose an image"
11+
312
## 1.10.12
413

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

0 commit comments

Comments
 (0)