Skip to content

Commit 6a5ebb1

Browse files
author
Jeffrey Nelson
authored
change release version to v1.12.5 (#2276)
1 parent bba3bdb commit 6a5ebb1

15 files changed

+54
-45
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.12.4
3+
## v1.12.5
44

55
* Bug - [Handle private IP exceeded error](https://github.com/aws/amazon-vpc-cni-k8s/pull/2210) (@jayanthvn )
66
* Documentation - [doc: document AWS_VPC_K8S_CNI_LOGLEVEL for cni-metric-helper helm chart](https://github.com/aws/amazon-vpc-cni-k8s/pull/2226) (@csantanapr )
@@ -11,6 +11,7 @@
1111
* Improvement - [Add M7g, R7g instance](https://github.com/aws/amazon-vpc-cni-k8s/pull/2250) (@Issacwww )
1212
* Improvement - [Update client-go and k8s packages](https://github.com/aws/amazon-vpc-cni-k8s/pull/2204) (@jaydeokar )
1313
* Improvement - [Refactor cni-metrics-helper chart for eks charts release](https://github.com/aws/amazon-vpc-cni-k8s/pull/2201) (@jdn5126 )
14+
* Improvement - [fix: Upgrade to golang.org/x/[email protected]](https://github.com/aws/amazon-vpc-cni-k8s/pull/2273) (@ellistarn )
1415

1516
## v1.12.2
1617

charts/aws-vpc-cni/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: aws-vpc-cni
33
version: 1.2.7
4-
appVersion: "v1.12.4"
4+
appVersion: "v1.12.5"
55
description: A Helm chart for the AWS VPC CNI
66
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
77
home: https://github.com/aws/amazon-vpc-cni-k8s

charts/aws-vpc-cni/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ The following table lists the configurable parameters for this chart and their d
4242
| `env` | List of environment variables. See [here](https://github.com/aws/amazon-vpc-cni-k8s#cni-configuration-variables) for options | (see `values.yaml`) |
4343
| `fullnameOverride` | Override the fullname of the chart | `aws-node` |
4444
| `image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
45-
| `image.tag` | Image tag | `v1.12.4` |
45+
| `image.tag` | Image tag | `v1.12.5` |
4646
| `image.account` | ECR repository account number | `602401143452` |
4747
| `image.domain` | ECR repository domain | `amazonaws.com` |
4848
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
4949
| `image.override` | A custom docker image to use | `nil` |
5050
| `imagePullSecrets` | Docker registry pull secret | `[]` |
5151
| `init.image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
52-
| `init.image.tag` | Image tag | `v1.12.4` |
52+
| `init.image.tag` | Image tag | `v1.12.5` |
5353
| `init.image.account` | ECR repository account number | `602401143452` |
5454
| `init.image.domain` | ECR repository domain | `amazonaws.com` |
5555
| `init.image.pullPolicy` | Container pull policy | `IfNotPresent` |

charts/aws-vpc-cni/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nameOverride: aws-node
88

99
init:
1010
image:
11-
tag: v1.12.4
11+
tag: v1.12.5
1212
region: us-west-2
1313
account: "602401143452"
1414
pullPolicy: Always
@@ -23,7 +23,7 @@ init:
2323

2424
image:
2525
region: us-west-2
26-
tag: v1.12.4
26+
tag: v1.12.5
2727
account: "602401143452"
2828
domain: "amazonaws.com"
2929
pullPolicy: Always

charts/cni-metrics-helper/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: cni-metrics-helper
33
version: 0.1.17
4-
appVersion: v1.12.4
4+
appVersion: v1.12.5
55
description: A Helm chart for the AWS VPC CNI Metrics Helper
66
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
77
home: https://github.com/aws/amazon-vpc-cni-k8s

charts/cni-metrics-helper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following table lists the configurable parameters for this chart and their d
4747
|------------------------------|---------------------------------------------------------------|--------------------|
4848
| fullnameOverride | Override the fullname of the chart | cni-metrics-helper |
4949
| image.region | ECR repository region to use. Should match your cluster | us-west-2 |
50-
| image.tag | Image tag | v1.12.4 |
50+
| image.tag | Image tag | v1.12.5 |
5151
| image.account | ECR repository account number | 602401143452 |
5252
| image.domain | ECR repository domain | amazonaws.com |
5353
| env.USE_CLOUDWATCH | Whether to export CNI metrics to CloudWatch | true |

charts/cni-metrics-helper/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nameOverride: cni-metrics-helper
44

55
image:
66
region: us-west-2
7-
tag: v1.12.4
7+
tag: v1.12.5
88
account: "602401143452"
99
domain: "amazonaws.com"
1010
# Set to use custom image

config/master/aws-k8s-cni-cn.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
app.kubernetes.io/name: aws-node
3333
app.kubernetes.io/instance: aws-vpc-cni
3434
k8s-app: aws-node
35-
app.kubernetes.io/version: "v1.12.4"
35+
app.kubernetes.io/version: "v1.12.5"
3636
---
3737
# Source: aws-vpc-cni/templates/clusterrole.yaml
3838
apiVersion: rbac.authorization.k8s.io/v1
@@ -43,7 +43,7 @@ metadata:
4343
app.kubernetes.io/name: aws-node
4444
app.kubernetes.io/instance: aws-vpc-cni
4545
k8s-app: aws-node
46-
app.kubernetes.io/version: "v1.12.4"
46+
app.kubernetes.io/version: "v1.12.5"
4747
rules:
4848
- apiGroups:
4949
- crd.k8s.amazonaws.com
@@ -80,7 +80,7 @@ metadata:
8080
app.kubernetes.io/name: aws-node
8181
app.kubernetes.io/instance: aws-vpc-cni
8282
k8s-app: aws-node
83-
app.kubernetes.io/version: "v1.12.4"
83+
app.kubernetes.io/version: "v1.12.5"
8484
roleRef:
8585
apiGroup: rbac.authorization.k8s.io
8686
kind: ClusterRole
@@ -100,7 +100,7 @@ metadata:
100100
app.kubernetes.io/name: aws-node
101101
app.kubernetes.io/instance: aws-vpc-cni
102102
k8s-app: aws-node
103-
app.kubernetes.io/version: "v1.12.4"
103+
app.kubernetes.io/version: "v1.12.5"
104104
spec:
105105
updateStrategy:
106106
rollingUpdate:
@@ -121,7 +121,7 @@ spec:
121121
hostNetwork: true
122122
initContainers:
123123
- name: aws-vpc-cni-init
124-
image: "961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni-init:v1.12.4"
124+
image: "961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni-init:v1.12.5"
125125
env:
126126
- name: DISABLE_TCP_EARLY_DEMUX
127127
value: "false"
@@ -139,7 +139,7 @@ spec:
139139
{}
140140
containers:
141141
- name: aws-node
142-
image: "961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.12.4"
142+
image: "961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.12.5"
143143
ports:
144144
- containerPort: 61678
145145
name: metrics

config/master/aws-k8s-cni-us-gov-east-1.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
app.kubernetes.io/name: aws-node
3333
app.kubernetes.io/instance: aws-vpc-cni
3434
k8s-app: aws-node
35-
app.kubernetes.io/version: "v1.12.4"
35+
app.kubernetes.io/version: "v1.12.5"
3636
---
3737
# Source: aws-vpc-cni/templates/clusterrole.yaml
3838
apiVersion: rbac.authorization.k8s.io/v1
@@ -43,7 +43,7 @@ metadata:
4343
app.kubernetes.io/name: aws-node
4444
app.kubernetes.io/instance: aws-vpc-cni
4545
k8s-app: aws-node
46-
app.kubernetes.io/version: "v1.12.4"
46+
app.kubernetes.io/version: "v1.12.5"
4747
rules:
4848
- apiGroups:
4949
- crd.k8s.amazonaws.com
@@ -80,7 +80,7 @@ metadata:
8080
app.kubernetes.io/name: aws-node
8181
app.kubernetes.io/instance: aws-vpc-cni
8282
k8s-app: aws-node
83-
app.kubernetes.io/version: "v1.12.4"
83+
app.kubernetes.io/version: "v1.12.5"
8484
roleRef:
8585
apiGroup: rbac.authorization.k8s.io
8686
kind: ClusterRole
@@ -100,7 +100,7 @@ metadata:
100100
app.kubernetes.io/name: aws-node
101101
app.kubernetes.io/instance: aws-vpc-cni
102102
k8s-app: aws-node
103-
app.kubernetes.io/version: "v1.12.4"
103+
app.kubernetes.io/version: "v1.12.5"
104104
spec:
105105
updateStrategy:
106106
rollingUpdate:
@@ -121,7 +121,7 @@ spec:
121121
hostNetwork: true
122122
initContainers:
123123
- name: aws-vpc-cni-init
124-
image: "151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni-init:v1.12.4"
124+
image: "151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni-init:v1.12.5"
125125
env:
126126
- name: DISABLE_TCP_EARLY_DEMUX
127127
value: "false"
@@ -139,7 +139,7 @@ spec:
139139
{}
140140
containers:
141141
- name: aws-node
142-
image: "151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni:v1.12.4"
142+
image: "151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni:v1.12.5"
143143
ports:
144144
- containerPort: 61678
145145
name: metrics

config/master/aws-k8s-cni-us-gov-west-1.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
app.kubernetes.io/name: aws-node
3333
app.kubernetes.io/instance: aws-vpc-cni
3434
k8s-app: aws-node
35-
app.kubernetes.io/version: "v1.12.4"
35+
app.kubernetes.io/version: "v1.12.5"
3636
---
3737
# Source: aws-vpc-cni/templates/clusterrole.yaml
3838
apiVersion: rbac.authorization.k8s.io/v1
@@ -43,7 +43,7 @@ metadata:
4343
app.kubernetes.io/name: aws-node
4444
app.kubernetes.io/instance: aws-vpc-cni
4545
k8s-app: aws-node
46-
app.kubernetes.io/version: "v1.12.4"
46+
app.kubernetes.io/version: "v1.12.5"
4747
rules:
4848
- apiGroups:
4949
- crd.k8s.amazonaws.com
@@ -80,7 +80,7 @@ metadata:
8080
app.kubernetes.io/name: aws-node
8181
app.kubernetes.io/instance: aws-vpc-cni
8282
k8s-app: aws-node
83-
app.kubernetes.io/version: "v1.12.4"
83+
app.kubernetes.io/version: "v1.12.5"
8484
roleRef:
8585
apiGroup: rbac.authorization.k8s.io
8686
kind: ClusterRole
@@ -100,7 +100,7 @@ metadata:
100100
app.kubernetes.io/name: aws-node
101101
app.kubernetes.io/instance: aws-vpc-cni
102102
k8s-app: aws-node
103-
app.kubernetes.io/version: "v1.12.4"
103+
app.kubernetes.io/version: "v1.12.5"
104104
spec:
105105
updateStrategy:
106106
rollingUpdate:
@@ -121,7 +121,7 @@ spec:
121121
hostNetwork: true
122122
initContainers:
123123
- name: aws-vpc-cni-init
124-
image: "013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni-init:v1.12.4"
124+
image: "013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni-init:v1.12.5"
125125
env:
126126
- name: DISABLE_TCP_EARLY_DEMUX
127127
value: "false"
@@ -139,7 +139,7 @@ spec:
139139
{}
140140
containers:
141141
- name: aws-node
142-
image: "013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni:v1.12.4"
142+
image: "013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni:v1.12.5"
143143
ports:
144144
- containerPort: 61678
145145
name: metrics

0 commit comments

Comments
 (0)