@viceme-ai/cli 0.12.0 → 0.12.1
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 +6 -0
- package/checksums.txt +6 -6
- package/docs/releasing.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
89d58f4545759edc67d11e402f02032ec8763227695c8ab48907f48267b66a18 viceme_0.12.1_darwin_amd64
|
|
2
|
+
09f044db45ad6e63f2e0785fad15c09b7b4f9fde89947e38090e7ce9efbf6358 viceme_0.12.1_darwin_arm64
|
|
3
|
+
f58ad1c2a7cf249327ab4fa13188121cef5168d540ad6bef19d6e971c09246b5 viceme_0.12.1_linux_amd64
|
|
4
|
+
1f3498af1dbcd085bc6028d9db6922eaee8ca39c5b4b311207c5ee04a2840dc5 viceme_0.12.1_linux_arm64
|
|
5
|
+
937411cc193e2df2894fc2396dc2a43c9c7ef24b0dfbc0e93c1bdbafa4156cd2 viceme_0.12.1_windows_amd64.exe
|
|
6
|
+
7061fce9df23bcffca47b25930d243a12bd8a6a7480fff9b08466723f85c85e2 viceme_0.12.1_windows_arm64.exe
|
package/docs/releasing.md
CHANGED
|
@@ -95,6 +95,12 @@ calculation to `WHEN_REQUIRED`: immutable artifacts are still compared
|
|
|
95
95
|
byte-for-byte on recovery, while optional AWS streaming checksum trailers that
|
|
96
96
|
the origins do not implement are not sent.
|
|
97
97
|
|
|
98
|
+
Configure the repository secret `CN_S3_HTTPS_PROXY` with the authenticated
|
|
99
|
+
HTTPS forward-proxy URL used by GitHub Actions to reach the CN S3 endpoint.
|
|
100
|
+
The release job applies it only inside the CN publication subshell; Global S3
|
|
101
|
+
publication remains a direct connection. Keep the proxy credentials in the
|
|
102
|
+
secret value and never print the URL in workflow logs.
|
|
103
|
+
|
|
98
104
|
`GITHUB_TOKEN` is provided by Actions and is used to maintain the Release PR
|
|
99
105
|
and resolve a merged `main` commit back to its reviewed Release PR.
|
|
100
106
|
`RELEASE_APP_ID` and `RELEASE_APP_PRIVATE_KEY` authenticate the narrowly scoped
|