Skip to content

Commit

Permalink
v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awsdataarchitect authored Feb 4, 2024
1 parent 2296030 commit 7388174
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 @@ -14,7 +14,7 @@ bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) a
[`helm`](https://helm.sh/) command line.

> - Helm Version: 3.14.0
> - Kubectl Version: 1.29.3
> - Kubectl Version: 1.29.1
>
Usage:
Expand Down
2 changes: 1 addition & 1 deletion layer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM public.ecr.aws/lambda/provided:latest
# versions
#

ARG KUBECTL_VERSION=1.29.3
ARG KUBECTL_VERSION=1.29.1
ARG HELM_VERSION=3.14.0

USER root
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "20.0.0",
"files": {
"bdb2015ec68b53161d29e5910113dcb0b789ba26659fcfdcddddf8256bde19ef": {
"f3988f12dc409f8b9d711af1cc8ed308dc6705f0eb0afb7cc092a56e9fec87e2": {
"source": {
"path": "asset.bdb2015ec68b53161d29e5910113dcb0b789ba26659fcfdcddddf8256bde19ef.zip",
"path": "asset.f3988f12dc409f8b9d711af1cc8ed308dc6705f0eb0afb7cc092a56e9fec87e2.zip",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "bdb2015ec68b53161d29e5910113dcb0b789ba26659fcfdcddddf8256bde19ef.zip",
"objectKey": "f3988f12dc409f8b9d711af1cc8ed308dc6705f0eb0afb7cc092a56e9fec87e2.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 @@
}
}
},
"2eb36619c7130ec6c6d3b20cc4a61564c10cbab61c464356eba878419de02659": {
"c1d7d238ed0df87c8150c87d8b326d476b966bb7cc106e697a19dfe5b6e70c03": {
"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": "2eb36619c7130ec6c6d3b20cc4a61564c10cbab61c464356eba878419de02659.json",
"objectKey": "c1d7d238ed0df87c8150c87d8b326d476b966bb7cc106e697a19dfe5b6e70c03.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": "bdb2015ec68b53161d29e5910113dcb0b789ba26659fcfdcddddf8256bde19ef.zip"
"S3Key": "f3988f12dc409f8b9d711af1cc8ed308dc6705f0eb0afb7cc092a56e9fec87e2.zip"
},
"Description": "/opt/kubectl/kubectl 1.29; /opt/helm/helm 3.13",
"LicenseInfo": "Apache-2.0"
Expand Down

0 comments on commit 7388174

Please sign in to comment.