@link-assistant/hive-mind 1.31.2 → 1.31.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @link-assistant/hive-mind
2
2
 
3
+ ## 1.31.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b77704d: fix: set Docker image version labels to actual release version (Issue #1419)
8
+
9
+ The `docker/metadata-action@v5` defaulted the `org.opencontainers.image.version`
10
+ OCI label to the Git ref name `"main"` instead of the actual release version.
11
+ Added explicit `labels` override to all four Docker metadata steps in both regular
12
+ and instant release pipelines.
13
+
14
+ Also added `.config` directory ownership and write-access verification to the Docker
15
+ image verification script to prevent the permission regression from recurring.
16
+
3
17
  ## 1.31.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@link-assistant/hive-mind",
3
- "version": "1.31.2",
3
+ "version": "1.31.3",
4
4
  "description": "AI-powered issue solver and hive mind for collaborative problem solving",
5
5
  "main": "src/hive.mjs",
6
6
  "type": "module",