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

Commit 097635d

Browse files
committed
chore(release): v1.10.8 [skip actions]
1 parent 323854c commit 097635d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fix-docker-artifact-naming.md

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

CHANGELOG.md

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

3+
## 1.10.8
4+
5+
### Patch Changes
6+
7+
- [#311](https://github.com/sapientpants/sonarqube-mcp-server/pull/311) [`323854c`](https://github.com/sapientpants/sonarqube-mcp-server/commit/323854c49f372ed422052e687ec6bbaaa409a0bb) - Fix Docker artifact naming to match NPM pattern for consistent artifact resolution
8+
9+
Changed Docker artifact naming from `docker-image-{SHA}` to `docker-image-{VERSION}` to match the NPM artifact pattern. This ensures the determine-artifact.sh script can find Docker artifacts using the same logic as NPM artifacts, eliminating the need for conditional logic based on artifact type.
10+
311
## 1.10.7
412

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

0 commit comments

Comments
 (0)