Skip to content

Releases: aws/aws-network-policy-agent

v1.3.2

03 Apr 20:04
f93c542

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

19 Dec 00:28
6035dc5

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

15 Dec 22:12
a1d91b5

Choose a tag to compare

🚨 🚨 🚨 Network Policy Agent v1.3.0 contains a bug that may cause issues with existing network policies. Please upgrade to v1.3.1. 🚨 🚨 🚨

What's New

  • This release adds support for Cluster Network Policy in AWS Network Policy Agent which allows cluster administrators to define network policies with Layer 3 and 4 network rules at the cluster scope

What's Changed

Full Changelog: v1.2.7...v1.3.0

v1.2.7

15 Oct 21:08
fa8770c

Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.2.7

v1.2.6

19 Sep 16:15
3c4f737

Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5

05 Sep 21:49
2d2da38

Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

Network Policy Agent v1.2.5 is released as part of CNI v1.20.1.eksbuild.3 release

v1.2.4

14 Aug 19:27
c57ed00

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

15 Jul 19:27
840af6c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Jun 01:14
113f016

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

21 Apr 22:36
d85dbab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.4/config/master/aws-k8s-cni.yaml

Note that the following regions use different manifests:

us-gov-east-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.4/config/master/aws-k8s-cni-us-gov-east-1.yaml

us-gov-west-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.4/config/master/aws-k8s-cni-us-gov-west-1.yaml

cn:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.4/config/master/aws-k8s-cni-cn.yaml

To apply this release using helm:

Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.19.4/charts/aws-vpc-cni/README.md#installing-the-chart

Verify the update:

$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2-3                                                 
amazon-k8s-cni-init:v1.19.4
amazon-k8s-cni:v1.19.4
amazon/aws-network-policy-agent:v1.2.1