Skip to content

Commit

Permalink
Merge pull request #482 from sauronalexander/main
Browse files Browse the repository at this point in the history
Fix pytest due to missing aws-cdk.lambda-layer-kubectl-v29 in require…
  • Loading branch information
srinivasreddych authored Jun 7, 2024
2 parents 87d0f56 + 83bb3d1 commit 1b76101
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### **Changed**

- Added `modules/examples/eureka` examples
- fix the `modules/simulations/eureka` error due to missing requirement of aws-cdk.lambda-layer-kubectl-v29
- Added `modules/simulations/eureka` examples
- fix: module `modules/visualization/dcv-image` to update cdk version and cdk_ecr_deployment version
- fix: module `modules/visualization/dcv-eks` to update cdk version
- fixed the `fsx-lustre-on-eks` integration module's metadata export
Expand Down
1 change: 1 addition & 0 deletions modules/simulations/eureka/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aws-cdk-lib==2.128.0
aws-cdk.lambda-layer-kubectl-v29==2.0.0
constructs==10.3.0
cdk-nag==2.12.29
boto3~=1.21.0
Expand Down
52 changes: 41 additions & 11 deletions modules/simulations/eureka/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
attrs==23.1.0
# via
Expand All @@ -14,9 +14,13 @@ aws-cdk-asset-kubectl-v20==2.1.2
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.0.1
# via aws-cdk-lib
aws-cdk-lambda-layer-kubectl-v29==2.0.0
# via -r requirements.in
aws-cdk-lib==2.128.0
# via
# -r requirements.in
# aws-cdk-lambda-layer-kubectl-v29
# cdk-ecr-deployment
# cdk-nag
boto3==1.21.46
# via -r requirements.in
Expand All @@ -26,7 +30,7 @@ botocore==1.24.46
# s3transfer
cattrs==23.1.2
# via jsii
cdk_ecr_deployment==3.0.65
cdk-ecr-deployment==3.0.65
# via -r requirements.in
cdk-nag==2.12.29
# via -r requirements.in
Expand All @@ -35,11 +39,18 @@ constructs==10.3.0
# -r requirements.in
# aws-cdk-lambda-layer-kubectl-v29
# aws-cdk-lib
# cdk-nagcdk-lib
# cdk-ecr-deployment
# cdk-nag
coverage[toml]==7.5.3
# via pytest-cov
exceptiongroup==1.1.3
# via cattrs
# via
# cattrs
# pytest
importlib-resources==6.1.0
# via jsii
iniconfig==2.0.0
# via pytest
jmespath==1.0.1
# via
# boto3
Expand All @@ -48,19 +59,33 @@ jsii==1.99.0
# via
# aws-cdk-asset-awscli-v1
# aws-cdk-asset-kubectl-v20
# aws-cdk-asset-node-proxy-agent-v5
# aws-cdk-asset-node-proxy-agent-v6
# aws-cdk-lambda-layer-kubectl-v29
# aws-cdk-lib
# cdk-ecr-deployment
# cdk-nag
# via -r requirements.in
# constructs
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
publication==0.0.3
# via
# aws-cdk-asset-awscli-v1
# aws-cdk-asset-kubectl-v20
# aws-cdk-asset-node-proxy-agent-v5
# aws-cdk-asset-node-proxy-agent-v6
# aws-cdk-lambda-layer-kubectl-v29
# aws-cdk-lib
# cdk-ecr-deployment
# cdk-nag
# constructs
# jsii
pytest==7.4.3
# via
# -r requirements.in
# pytest-cov
pytest-cov==4.1.0
# via -r requirements.in
python-dateutil==2.8.2
# via
# botocore
Expand All @@ -69,18 +94,23 @@ s3transfer==0.5.2
# via boto3
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via
# coverage
# pytest
typeguard==2.13.3
# via
# aws-cdk-asset-awscli-v1
# aws-cdk-asset-kubectl-v20
# aws-cdk-asset-node-proxy-agent-v5
# aws-cdk-asset-node-proxy-agent-v6
# aws-cdk-lambda-layer-kubectl-v29
# aws-cdk-lib
# cdk-ecr-deployment
# constructs
# jsii
typing-extensions==4.8.0
# via
# cattrs
# jsii
urllib3==1.26.18
# via botocore
zipp==3.17.0
# via importlib-resources

0 comments on commit 1b76101

Please sign in to comment.