docs(blog): draft wasmCloud 2.2.0 release post#1160
Merged
Conversation
Covers wasi:tls support, the OutgoingHandler trait for pluggable HTTP egress, the expanded wash config command (init/cleanup/validate), runtime-operator hardening (pod-IP fallback in WorkloadRouteReconciler, namespace-scoped RBAC when watchNamespaces is set), and the new GHCR publish pipeline for first-party WIT interfaces. Signed-off-by: Eric Gregory <eric@cosmonic.com>
✅ Deploy Preview for dreamy-golick-5f201e ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ricochet
reviewed
May 21, 2026
Per @ricochet's review: the previous text just said "default rustls backend," but wasmCloud specifically pins rustls with the aws-lc-rs crypto provider (init_crypto() installs it as the process default at startup, and the workspace Cargo.toml compiles ring out of the dep tree). Calls that out explicitly. Signed-off-by: Eric Gregory <eric@cosmonic.com>
ricochet
approved these changes
May 21, 2026
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.
Covers wasi:tls support, the OutgoingHandler trait for pluggable HTTP egress, the expanded wash config command (init/cleanup/validate), runtime-operator hardening (pod-IP fallback in WorkloadRouteReconciler, namespace-scoped RBAC when watchNamespaces is set), and the new GHCR publish pipeline for first-party WIT interfaces.