@link-assistant/hive-mind 0.50.6 → 0.50.7
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.
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @link-assistant/hive-mind
|
|
2
2
|
|
|
3
|
+
## 0.50.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9eea96a: Fix Docker publish jobs failing with "No space left on device" error
|
|
8
|
+
|
|
9
|
+
Added disk space cleanup step to both `docker-publish` and `docker-publish-instant` jobs in the release workflow. This step removes large pre-installed packages (dotnet, android SDK, GHC, CodeQL) and prunes unused Docker images before building multi-platform Docker images.
|
|
10
|
+
|
|
11
|
+
This fixes issue #975 where instant releases failed during arm64 build due to insufficient disk space when installing Rust toolchain.
|
|
12
|
+
|
|
3
13
|
## 0.50.6
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|