Skip to content

Tags: kubernetes-sigs/kube-network-policies

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #357 from kubernetes-sigs/dependabot/go_modules/go…

…lang-x-eabbb84368

Bump the golang-x group across 1 directory with 2 updates

v1.0.0

Toggle v1.0.0's commit message
apply network policies to existing connections.

The dataplane uses conntrack labels to identify the connections that are
already processed and skip the ones that are processed and established.
The dataplane now inspect the existing connections in the conntrack
table and evaluates against the current network policies, if one of the
connections is no longer valid the label is removed, so the packets gets
requeued and reevaluated.

The strict mode is enabled by default and runs at most every 30 seconds
once there is a change triggered in the dataplane, this is to avoid
performance issues for listing conntrack entries too often.

v0.9.2

Toggle v0.9.2's commit message
Bump golang.org/x/time from 0.11.0 to 0.13.0

Bumps [golang.org/x/time](https://github.com/golang/time) from 0.11.0 to 0.13.0.
- [Commits](golang/time@v0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.9.1

Toggle v0.9.1's commit message
fix kube-iptracker builder

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #199 from aojea/cnp

Cluster Network Policy

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #192 from oshoval/ping6

network policy: Allow blocking IPv6 ping

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #157 from aojea/domainnames

Admin Network Policies: NPEP-133: Domain Names Selector for Egress Traffic

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #136 from aojea/nftables_netlink

Use netlink interface directly (distroless)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #107 from mneverov/helm

Add helm chart.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #96 from kubernetes-sigs/dependabot/go_modules/gol…

…ang.org/x/sys-0.26.0

Bump golang.org/x/sys from 0.25.0 to 0.26.0