@link-assistant/hive-mind 0.50.2 → 0.50.4
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 +25 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @link-assistant/hive-mind
|
|
2
2
|
|
|
3
|
+
## 0.50.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d58e5dd: fix: enable Docker and Helm publishing for instant releases
|
|
8
|
+
|
|
9
|
+
Previously, when using the "instant release" workflow (triggered via workflow_dispatch),
|
|
10
|
+
Docker images and Helm charts were not published because they only depended on the
|
|
11
|
+
`release` job outputs. This fix adds dedicated `docker-publish-instant` and
|
|
12
|
+
`helm-release-instant` jobs that depend on the `instant-release` job outputs.
|
|
13
|
+
|
|
14
|
+
This resolves the issue where Docker Hub images were 14 days behind npm releases.
|
|
15
|
+
|
|
16
|
+
Additionally, duplicated CI/CD logic has been moved to reusable scripts:
|
|
17
|
+
- `scripts/wait-for-npm.sh` - Waits for NPM package availability
|
|
18
|
+
- `scripts/helm-release.sh` - Packages and publishes Helm charts to gh-pages
|
|
19
|
+
|
|
20
|
+
## 0.50.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- ca9f1b2: Fix sentry-cli source maps upload command for v3.0.0+ API
|
|
25
|
+
|
|
26
|
+
Updated `scripts/upload-sourcemaps.mjs` to use the new `sentry-cli sourcemaps upload` command syntax instead of the deprecated `sentry-cli releases files upload-sourcemaps` which was removed in sentry-cli 3.0.0.
|
|
27
|
+
|
|
3
28
|
## 0.50.2
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|