Skip to content

Commit

Permalink
Merge pull request #1048 from richardyzhang/kubectl-v30/main
Browse files Browse the repository at this point in the history
fix: vulnerability for kubectl-v30/main - upgrade Helm to 3.15.4
  • Loading branch information
GavinZZ authored Aug 23, 2024
2 parents 567c68f + 7c6e34d commit 83db8f3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This module exports a single class called `KubectlV30Layer` which is a `lambda.L
bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the
[`helm`](https://helm.sh/) command line.

> - Helm Version: 3.15.1
> - Helm Version: 3.15.4
> - Kubectl Version: 1.30.0
>
Expand Down
2 changes: 1 addition & 1 deletion layer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM public.ecr.aws/lambda/provided:latest
#

ARG KUBECTL_VERSION=1.30.0
ARG HELM_VERSION=3.15.1
ARG HELM_VERSION=3.15.4

USER root
RUN mkdir -p /opt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "32.0.0",
"files": {
"bfbdea4d45250c8162c204fe0687cb775e24d61c895ad89e4ca6e9a7fc90b0f0": {
"0afbe25a9ce0197a83dffd77a86c1560704da246373a4ccafde5476e7e3d0811": {
"source": {
"path": "asset.bfbdea4d45250c8162c204fe0687cb775e24d61c895ad89e4ca6e9a7fc90b0f0.zip",
"path": "asset.0afbe25a9ce0197a83dffd77a86c1560704da246373a4ccafde5476e7e3d0811.zip",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "bfbdea4d45250c8162c204fe0687cb775e24d61c895ad89e4ca6e9a7fc90b0f0.zip",
"objectKey": "0afbe25a9ce0197a83dffd77a86c1560704da246373a4ccafde5476e7e3d0811.zip",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down Expand Up @@ -40,15 +40,15 @@
}
}
},
"cbb227e141fa115ee51137c7825926f41a8a95b5bbabdd3cb98a14a8e597e31d": {
"4b7391709d14a9e6ad5a8337e3834c15115e87b2a7b57bb603aa7400a86ab2de": {
"source": {
"path": "lambda-layer-kubectl-integ-stack.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "cbb227e141fa115ee51137c7825926f41a8a95b5bbabdd3cb98a14a8e597e31d.json",
"objectKey": "4b7391709d14a9e6ad5a8337e3834c15115e87b2a7b57bb603aa7400a86ab2de.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "bfbdea4d45250c8162c204fe0687cb775e24d61c895ad89e4ca6e9a7fc90b0f0.zip"
"S3Key": "0afbe25a9ce0197a83dffd77a86c1560704da246373a4ccafde5476e7e3d0811.zip"
},
"Description": "/opt/kubectl/kubectl 1.30; /opt/helm/helm 3.15",
"LicenseInfo": "Apache-2.0"
Expand Down

0 comments on commit 83db8f3

Please sign in to comment.