Refresh Pulse 6.1 RC1 mobile coordinates

This commit is contained in:
rcourtman
2026-07-13 20:27:42 +01:00
parent 310ee94b0d
commit 252754ee4f
5 changed files with 7 additions and 7 deletions
@@ -1010,7 +1010,7 @@ operator-facing Actions inbox, monitor-first product workflows, governed host
and storage operations, native-agent update safety, Windows logged-readiness
and recovery proof, OIDC callback recovery, and fail-closed security hardening
behind RC validation before the next stable minor release.
The companion evidence for this cut is Pulse Mobile iOS build 9 and Android
The companion evidence for this cut is Pulse Mobile iOS build 10 and Android
versionCode 8 on TestFlight and Google Play internal testing only. The release
packet must not describe either candidate as a public store rollout.
The same release boundary now provides one canonical in-app release-note
+1 -1
View File
@@ -117,7 +117,7 @@ This candidate changes authentication and native installer/updater boundaries,
so it is intentionally using the governed RC path rather than the direct
stable-patch path.
Pulse Mobile iOS candidate build 9 and Android candidate versionCode 8 carry
Pulse Mobile iOS candidate build 10 and Android candidate versionCode 8 carry
the matching plan-bound action review and approval client. They remain on the
TestFlight and Google Play internal-testing tracks; no public store rollout is
part of this RC.
+1 -1
View File
@@ -111,5 +111,5 @@ stable `v6.0.5`._
- Rollback target: `v6.0.5`
- Rollback command: `./scripts/install.sh --version v6.0.5`
- Promotion path: release candidate from `main`
- Mobile companion candidates: iOS build 9 and Android versionCode 8 on the
- Mobile companion candidates: iOS build 10 and Android versionCode 8 on the
TestFlight and Google Play internal-testing tracks
@@ -346,7 +346,7 @@ func TestCurrentSupportPrereleasePacketTracksInstallMetadata(t *testing.T) {
"Legacy OIDC callbacks",
"Windows service recovery",
"fail closed",
"Pulse Mobile iOS candidate build 9 and Android candidate versionCode 8",
"Pulse Mobile iOS candidate build 10 and Android candidate versionCode 8",
"TestFlight and Google Play internal-testing tracks",
"rollback target for this release candidate is `v"+previous+"`",
)
@@ -370,7 +370,7 @@ func TestCurrentSupportPrereleasePacketTracksInstallMetadata(t *testing.T) {
"Windows service installation fails closed",
"First-run security boundaries now fail closed",
"one signed exact-SHA candidate",
"Mobile companion candidates: iOS build 9 and Android versionCode 8",
"Mobile companion candidates: iOS build 10 and Android versionCode 8",
"TestFlight and Google Play internal-testing tracks",
)
assertFileContainsAll(t, repoFile("docs", "RELEASE_NOTES.md"),
@@ -404,7 +404,7 @@ func TestCurrentSupportPrereleasePacketTracksInstallMetadata(t *testing.T) {
"The active support prerelease `v"+version+"` cut sets the repo-root `VERSION`, repo-root `docker-compose.yml` image default, `scripts/install-docker.sh` fallback, and Helm chart release metadata to the same `"+version+"` release version.",
"This support prerelease keeps `rollback_version=v"+previous+"`, publishes a versioned public GitHub prerelease plus versioned Docker and Helm artifacts, and does not move stable/latest install pointers or stable semver aliases.",
"For the active support prerelease `v"+version+"` cut, the repo-root compose default and `scripts/install-docker.sh` fallback must both pin `"+version+"` until the next governed stable cut moves them forward.",
"The companion evidence for this cut is Pulse Mobile iOS build 9 and Android versionCode 8 on TestFlight and Google Play internal testing only. The release packet must not describe either candidate as a public store rollout.",
"The companion evidence for this cut is Pulse Mobile iOS build 10 and Android versionCode 8 on TestFlight and Google Play internal testing only. The release packet must not describe either candidate as a public store rollout.",
)
}
@@ -309,7 +309,7 @@ func TestInstallDockerProofTracksSupportPrereleaseContract(t *testing.T) {
"The active support prerelease `v"+version+"` cut sets the repo-root `VERSION`, repo-root `docker-compose.yml` image default, `scripts/install-docker.sh` fallback, and Helm chart release metadata to the same `"+version+"` release version.",
"This support prerelease keeps `rollback_version=v"+previous+"`, publishes a versioned public GitHub prerelease plus versioned Docker and Helm artifacts, and does not move stable/latest install pointers or stable semver aliases.",
"the expanded Pulse Intelligence action and verification lifecycle, the operator-facing Actions inbox, monitor-first product workflows, governed host and storage operations, native-agent update safety, Windows logged-readiness and recovery proof, OIDC callback recovery, and fail-closed security hardening behind RC validation",
"The companion evidence for this cut is Pulse Mobile iOS build 9 and Android versionCode 8 on TestFlight and Google Play internal testing only. The release packet must not describe either candidate as a public store rollout.",
"The companion evidence for this cut is Pulse Mobile iOS build 10 and Android versionCode 8 on TestFlight and Google Play internal testing only. The release packet must not describe either candidate as a public store rollout.",
"For the active support prerelease `v"+version+"` cut, the repo-root compose default and `scripts/install-docker.sh` fallback must both pin `"+version+"` until the next governed stable cut moves them forward.",
)
}