Pin the simulators at the v0.8.0 sockerless-cloud release - #925
Merged
Conversation
Every pin moves together: tests/go.mod's three simulator tool pins at the release commit (pseudo-versions at 5d42187578de), the 23 harness Dockerfile SOCKERLESS_CLOUD_VERSION arguments, the compose build context tag, and the live-tests checkout ref. The four releases since v0.4.0 carry the complete Static Web Apps family, load-bearing Azure Functions keys with WebJobs and deployments that run for real, certificate parsing with DNS-truthful hostname analysis, App Service networking on the real docker fabric, per-provider resource moves, and Cloud Run v1 completed at 152 of 152 over the state the v2 API already owns. The pinned binaries built through make install-simulators, the smoke build-context contract passed, and the complete tests-module suite ran green against the new release in 108 seconds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves every sockerless-cloud pin from v0.4.0 to v0.8.0 in one PR, per the version-bump contract: tests/go.mod's three simulator
toolpins at the release commit (pseudo-versions at5d42187578de), all 23 harness DockerfileSOCKERLESS_CLOUD_VERSIONarguments, the compose build-context tag, and the live-tests checkout ref.The four releases since v0.4.0 carry: the complete Static Web Apps family; load-bearing Azure Functions keys with WebJobs and deployments that run real containers; real certificate parsing with DNS-truthful hostname analysis; App Service networking on the real docker fabric (same-CIDR VPCs already coexisted since v0.4.0); per-provider cross-resource-group moves (Web, Storage, Key Vault); and the Cloud Run v1 surface completed at 152/152 over the state the v2 API already owns — which also fixed
jobs:setIamPolicyrunning the job.Verified:
make install-simulatorsbuilds the pinned binaries, the smoke build-context contract passes, and the complete tests-module suite (go test ./..., unfiltered) ran green in 108s.