You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## v1.21.0
4
+
5
+
* chore: update VPC IP resource limits by @github-actions[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3521
6
+
* Bump peter-evans/create-pull-request from 7.0.5 to 7.0.9 by @dependabot[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3519
7
+
* Bump golang.org/x/crypto from 0.40.0 to 0.45.0 by @dependabot[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3515
8
+
* Merge into release branch by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3522
9
+
* updating changelog by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3525
10
+
* chore: update VPC IP resource limits by @github-actions[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3532
11
+
* updating setup go fo gh action by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3537
12
+
* update tags by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3535
13
+
* update golang version by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3536
14
+
3
15
## v1.20.5
4
16
5
17
* enabling pod egress traffic test for under mac address policy variation by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3459
Copy file name to clipboardExpand all lines: charts/aws-vpc-cni/crds/customresourcedefinition.yaml
+55-39Lines changed: 55 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -76,14 +76,19 @@ spec:
76
76
description: PolicyEndpoint is the Schema for the policyendpoints API
77
77
properties:
78
78
apiVersion:
79
-
description: 'APIVersion defines the versioned schema of this representation
80
-
of an object. Servers should convert recognized schemas to the latest
81
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
79
+
description: |-
80
+
APIVersion defines the versioned schema of this representation of an object.
81
+
Servers should convert recognized schemas to the latest internal value, and
82
+
may reject unrecognized values.
83
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
82
84
type: string
83
85
kind:
84
-
description: 'Kind is a string value representing the REST resource this
85
-
object represents. Servers may infer this from the endpoint the client
86
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
86
+
description: |-
87
+
Kind is a string value representing the REST resource this object represents.
88
+
Servers may infer this from the endpoint the client submits requests to.
89
+
Cannot be updated.
90
+
In CamelCase.
91
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
87
92
type: string
88
93
metadata:
89
94
type: object
@@ -100,6 +105,12 @@ spec:
100
105
cidr:
101
106
description: CIDR is the network address(s) of the endpoint
102
107
type: string
108
+
domainName:
109
+
description: |-
110
+
DomainName is the FQDN for the endpoint (mutually exclusive with CIDR, egress-only)
111
+
Note: This field should only be used in egress rules, not ingress
0 commit comments