Skip to content

Commit

Permalink
Merge pull request #57 from citizensadvice/PLATFORM-330_Update_kubect…
Browse files Browse the repository at this point in the history
…l_layer_to_1.28_in_construct_library

Update kubectl layer to v28
  • Loading branch information
michelesr authored Oct 30, 2023
2 parents e460cc2 + 47c6bc0 commit cfd3ff1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ca_cdk_constructs/eks/eks_cluster_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from aws_cdk.aws_ec2 import IVpc
from aws_cdk.aws_eks import Cluster, OpenIdConnectProvider
from aws_cdk.aws_iam import IRole, Role, AccountRootPrincipal
from aws_cdk.lambda_layer_kubectl_v27 import KubectlV27Layer as KubectlLayer
from aws_cdk.lambda_layer_kubectl_v28 import KubectlV28Layer as KubectlLayer
from constructs import Construct


Expand Down
20 changes: 19 additions & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aws-cdk-lib = "~=2.77"
cdk8s-plus-26 = "~=2.18"
constructs = "~=10.1"
cdk_remote_stack = "~=2.0"
aws-cdk-lambda-layer-kubectl-v27 = "^2.0.0"
aws-cdk-lambda-layer-kubectl-v28 = "^2.0.0"

[tool.poetry.dev-dependencies]
pytest = "~=7.1"
Expand Down

0 comments on commit cfd3ff1

Please sign in to comment.