Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps sigs.k8s.io/network-policy-api from 0.1.5 to 0.1.7.

Release notes

Sourced from sigs.k8s.io/network-policy-api's releases.

v0.1.7

API Version: v1alpha1

This is a patch release of the network-policy-api. It includes two main resources geared towards cluster admins:

  • AdminNetworkPolicy
  • BaselineAdminNetworkPolicy

The new aspects of the API being released here that are worth highlighting include:

  • A new type of egress peer networks is supported to be able to express CIDR ranges as peers
  • An experimental egress peer nodes is supported to be able to express Kubernetes nodes as peers
  • An experimental egress peer domainNames is supported to be able to express FQDNs as peers
  • Docs text change around calling out that host-networked pods are not selected as part of subject or peers
  • More conformance tests specially for the new fields

Another noteworthy change is the removal of sameLabels and notSameLabels fields from the API. Originally these fields were added to be able to express a form of tenancy that was relative to the selected subject of the policy. Given the selection based on sameness and not-sameness of labels could compound to many possible ways of expressing relations that would exceed cardinality, the community is working on a better API proposal for tenancy. See NPEP-122 for more details.

Please check out the network-policy-api website for more information.

Many thanks to all of the community members who made contributions that helped make this release 😄

Changes of importance for released code

... (truncated)

Changelog

Sourced from sigs.k8s.io/network-policy-api's changelog.

v0.1.7

API Version: v1alpha1

This is a patch release of the network-policy-api. It includes two main resources geared towards cluster admins:

  • AdminNetworkPolicy
  • BaselineAdminNetworkPolicy

The new aspects of the API being released here since v0.1.1 that are worth highlighting include:

  • A new type of egress peer networks is supported to be able to express CIDR ranges as peers
  • An experimental egress peer nodes is supported to be able to express Kubernetes nodes as peers
  • An experimental egress peer domainNames is supported to be able to express FQDNs as peers
  • Docs text change around calling out that host-networked pods are not selected as part of subject or peers
  • More conformance tests specially for the new fields

Another noteworthy change is the removal of sameLabels and notSameLabels fields from the API. Originally these fields were added to be able to express a form of tenancy that was relative to the selected subject of the policy. Given the selection based on sameness and not-sameness of labels could compound to many possible ways of expressing relations that would exceed cardinality, the community is working on a better API proposal for tenancy. See NPEP-122 for more details.

Please check out the network-policy-api website for more information.

Commits
  • 0638d39 Merge pull request #304 from tssurya/cut-release-0.1.7
  • f8d2f69 Cut release v0.1.7
  • 7e5b3b1 Merge pull request #302 from tssurya/address-review-comments-before-v1alpha1
  • 28bb67f nitfix: un-CAP ALLOW in docs
  • f797133 Include domainnames in validation against namedPorts for ANP
  • bbcc208 Replace type names in docs to elements for in/e peers
  • e333b5e Merge pull request #299 from tssurya/bump-k8s-1.33
  • df9bbba Update to kube 1.33.0
  • 47a8507 Merge pull request #296 from tssurya/graduate-networks-to-standard
  • 41f89d0 Update conformance tests for networks field to move to standard
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [sigs.k8s.io/network-policy-api](https://github.com/kubernetes-sigs/network-policy-api) from 0.1.5 to 0.1.7.
- [Release notes](https://github.com/kubernetes-sigs/network-policy-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/network-policy-api/blob/main/CHANGELOG.md)
- [Commits](kubernetes-sigs/network-policy-api@v0.1.5...v0.1.7)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/network-policy-api
  dependency-version: 0.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant