chore(release): bump workspace to v0.20.0#1769
Merged
Merged
Conversation
The test mutated the process-global FAKECLOUD_POSTGRES_REGISTRY and asserted on bridge_image_tag's env read. Parallel cargo-test workers race over that var, so a custom-registry override could resolve to the default registry mid-test (seen on the v0.20.0 bump rebuild). Split a pure bridge_image_tag_with_registry helper, keep the env read in the thin wrapper, and assert on the pure helper with explicit registries so no global env is touched.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
Release v0.20.0 (minor). Highlights since v0.19.1:
GET /_fakecloud/ec2/instance-networksintrospection endpoint + method in all six SDKs.Bumps
[workspace.package]+ allfakecloud-*dep pins, Cargo.lock, and the TS/Python/Java SDK versions.Test plan
Summary by cubic
Release v0.20.0: bumps the Rust workspace and SDKs for publish. Adds EC2 VPC network isolation and a new instance-network introspection endpoint, and fixes an RDS test flake by removing an env-var race in image tag building.
New Features
GET /_fakecloud/ec2/instance-networksendpoint + SDK method.Dependencies
fakecloud, allfakecloud-*) to0.20.0; updateCargo.lock.0.20.0insdks/java,sdks/python,sdks/typescript.Written for commit be93a0a. Summary will update on new commits.