Skip to content

Releases: dominodatalab/cdk-cf-eks

v0.1.0

25 Aug 18:07
b434541
Compare
Choose a tag to compare
PLAT-5396: Update CDK to use 1.1 compatible schema (#106)

* Update CDK to use 1.1 compatible schema

* black

* Fix test

* Use branch deployer

* Fill out storage_classes completely

* Remove some deprecated keys

v0.0.8

25 Aug 17:54
e31b957
Compare
Choose a tag to compare
DOM-32528: Update EKS nginx ELB SSL security policy (#108)

* DOM-32528: Update EKS nginx ELB SSL security policy

* Correct function spelling

v0.0.7

22 Aug 20:18
0ae2a28
Compare
Choose a tag to compare
PLAT-5326 Update the way we build the k8s version (#107)

* PLAT-5326 Update the way we build the k8s version

* PLAT-5326 : Update aws cli

v0.0.6

13 Aug 00:05
170791b
Compare
Choose a tag to compare
remove prune setting for eks cluster (#105)

* remove prune setting for eks cluster

see https://github.com/aws/aws-cdk/issues/19843

* empty commit to trigger CI

v0.0.5

04 Aug 13:52
84fc8e5
Compare
Choose a tag to compare
Update iam.py (#104)

V54 of the deployer requires the iam user to tag the lambda functions which is failing.

v0.0.4

07 Jul 00:13
5d1736f
Compare
Choose a tag to compare
Enable customers to bring their own vpc's (#103)

Per documentation https://docs.aws.amazon.com/cdk/api/v1/python/aws_cdk.aws_ec2/VpcLookupOptions.html this is required to look up a vpc. 

Addresses PLAT-4992

Co-authored-by: Zachary Blasczyk <[email protected]>

v0.0.4rc5

08 Jun 21:07
cc23f76
Compare
Choose a tag to compare
HBD-186: Introduce configuration fields to disable resources which ar…

v0.0.4rc4

19 May 00:12
a141b84
Compare
Choose a tag to compare
DOM-37779: Add tag to connect asg to ebs zones (#99)

* Add tag to connect asg to ebs zones

v0.0.4rc3

13 May 17:29
b288ec7
Compare
Choose a tag to compare
bump aws-cdk to 1.153.1 (#93)

* bump aws-cdk to 1.153.1

Adds support for K8s 1.22.

* update calico manifests to 1.11.0

* remove dupe kubectl install

v0.0.4rc2

12 May 20:59
5fe7c48
Compare
Choose a tag to compare
Add lifecycle ignore rule to disable_rollback (#97)

Because this totally sucks:
```
-/+ resource "aws_cloudformation_stack" "cdk_stack" {
      ~ disable_rollback   = false -> true # forces replacement
```