feat(network firewall): align to new naming convention for network policies#33
Merged
Conversation
…licies Signed-off-by: Valerian Roche <valerian.roche@vercel.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
robherley
reviewed
Feb 3, 2026
robherley
reviewed
Feb 3, 2026
valerian-roche
force-pushed
the
vr/mode
branch
from
February 6, 2026 01:29
ad6270f to
93079d4
Compare
valerian-roche
force-pushed
the
vr/mode
branch
from
February 6, 2026 01:42
93079d4 to
1200d89
Compare
Collaborator
|
Can we also have a changeset here? |
AndyW22
approved these changes
Feb 6, 2026
QuiiBz
approved these changes
Feb 6, 2026
robherley
reviewed
Feb 9, 2026
QuiiBz
approved these changes
Feb 9, 2026
robherley
approved these changes
Feb 9, 2026
robherley
reviewed
Feb 9, 2026
robherley
approved these changes
Feb 9, 2026
valerian-roche
enabled auto-merge (squash)
February 9, 2026 22:01
Merged
valerian-roche
pushed a commit
that referenced
this pull request
Feb 10, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## sandbox@2.3.0 ### Minor Changes - Use new model for network-policies ([#33](#33)) ### Patch Changes - Add aborted status to sandboxes ([`863637edae310f867c224cbd60958edda51f51a5`](863637e)) - Updated dependencies \[[`d36a202fbfa227d1b31b3bab83de510caad9afc9`](d36a202), [`8a2d58d5a87a7a53bae1fad705538bbbbc1cffef`](8a2d58d), [`be9a26007aa51c735f6513f9bd78acceec6aec1c`](be9a260), [`863637edae310f867c224cbd60958edda51f51a5`](863637e)]: - @vercel/sandbox@1.5.0 ## @vercel/sandbox@1.5.0 ### Minor Changes - Use new model for network-policies ([#33](#33)) ### Patch Changes - Add network policy getter on Sandbox instance ([#41](#41)) - The `downloadFile` method now throws a clear error when src or dst path is missing, instead of failing with a cryptic exception. ([#37](#37)) - Add aborted status to sandboxes ([`863637edae310f867c224cbd60958edda51f51a5`](863637e)) ## sandbox-filesystem-snapshots@0.0.5 ### Patch Changes - Updated dependencies \[[`d36a202fbfa227d1b31b3bab83de510caad9afc9`](d36a202), [`8a2d58d5a87a7a53bae1fad705538bbbbc1cffef`](8a2d58d), [`be9a26007aa51c735f6513f9bd78acceec6aec1c`](be9a260), [`863637edae310f867c224cbd60958edda51f51a5`](863637e)]: - @vercel/sandbox@1.5.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tom Lienard <tom.lienrd@gmail.com>
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.
In order to simplify comprehension, and towards future evolution, this commit updates the network policy naming convention:
allow-all(default) anddeny-allare made simpler, as top-level definitionsinternet-accessis notallow-all, making it more explicit that it might allow private network in the futureno-accessis nowdeny-all, as a direct mirror of the renaming ofinternet-access. It also makes it more obvious that it blocks everything, including DNS and ICMPrestrictedis now simply a structure with restrictions. It keeps the functional meaning of "denied by default"