Skip to content

Releases: aws-quickstart/cdk-eks-blueprints

Release 1.12.0

06 Oct 20:01
b825f10
Compare
Choose a tag to compare

What's Changed

  • Granulate gMaestro Addon by @marina-vrublevsky in #727
  • Gpu Builder Instance Type prop fix by @Howlla in #834
  • Update README.md by @techlunacy in #838
  • Added support for Windows2019 and Windows2022 as amifamily by @ROunofF in #836
  • Revert "Added support for Windows2019 and Windows2022 as amifamily" by @elamaran11 in #839
  • Observability Builder Props for Addons by @Howlla in #833
  • Added Windows2019 and Windows2022 to amiFamily for Karpenter by @ROunofF in #842
  • #841 fixing version issue by @elamaran11 in #843
  • added path support to code pipeline: by @shapirov103 in #844
  • Update zod package due to vulnerability by @oleghind in #852
  • VpcCniAddOn - enable supports of Kubernetes Network Policies with enableNetworkPolicy after Amazon VPC CNI version 1.14.0 #850 by @bnaydenov in #851
  • New Decorator for Architecture Type for all Addons and Graviton Builder Classes && Gen AI Builder and Team by @elamaran11 in #846
  • upgraded libraries, CDK set at 2.99.1, addon versions upgrades, core … by @shapirov103 in #853

New Contributors

Full Changelog: blueprints-1.11.3...blueprints-1.12.0

Add-on versions in the release

INFO Chart aws-load-balancer-controller-1.6.1 is at the latest version.
INFO Chart appmesh-controller-1.12.3 is at the latest version.
INFO Chart cert-manager-1.13.1 is at the latest version.
INFO Chart kube-state-metrics-5.14.0 is at the latest version.
INFO Chart prometheus-node-exporter-4.23.2 is at the latest version.
DEBUG Core add-on adot is at version v0.80.0-eksbuild.2
INFO Chart base-1.19.1 is at the latest version.
INFO Chart istiod-1.19.1 is at the latest version.
WARN Upgrade is needed for chart tigera-operator-v3.26.2: latest version is v3.26.3.
INFO Chart metrics-server-3.11.0 is at the latest version.
INFO Chart argo-cd-5.46.7 is at the latest version.
INFO Chart nginx-ingress-1.0.0 is at the latest version.
WARN Upgrade is needed for chart velero-3.2.0: latest version is 5.1.0.
DEBUG Core add-on vpc-cni is at version v1.14.1-eksbuild.1
DEBUG Core add-on coredns is at version v1.10.1-eksbuild.4
DEBUG Core add-on kube-proxy is at version auto
INFO Chart gatekeeper-3.13.0 is at the latest version.
No versions are found for karpenter in repository oci://public.ecr.aws/karpenter/karpenter
INFO Chart aws-node-termination-handler-0.21.0 is at the latest version.
INFO Chart kubevious-1.2.1 is at the latest version.
DEBUG Core add-on aws-ebs-csi-driver is at version v1.23.0-eksbuild.1
INFO Chart aws-efs-csi-driver-2.5.0 is at the latest version.
INFO Chart keda-2.12.0 is at the latest version.
INFO Chart aws-privateca-issuer-1.2.5 is at the latest version.
INFO Chart flux2-2.10.1 is at the latest version.
INFO Chart gpu-operator-v23.6.1 is at the latest version.
No versions are found for oci://ghcr.io/grafana-operator/helm-charts/grafana-operator in repository undefined
INFO Chart aws-for-fluent-bit-0.1.30 is at the latest version.
INFO Chart airflow-1.11.0 is at the latest version.
INFO Chart external-secrets-0.9.5 is at the latest version.
INFO Chart external-dns-1.13.1 is at the latest version.
INFO Chart secrets-store-csi-driver-1.3.4 is at the latest version.
DEBUG Core add-on kube-proxy has autoselected version v1.27.1-eksbuild.1

Release 1.11.3

28 Aug 19:17
b73c74d
Compare
Choose a tag to compare

What's Changed

Full Changelog: blueprints-1.11.2...blueprints-1.11.3

Release 1.11.2

23 Aug 21:26
e753964
Compare
Choose a tag to compare

Bug fix for module load: failing on builders due to incorrect relative references.

What's Changed

Full Changelog: blueprints-1.11.1...blueprints-1.11.2

Release 1.11.1

23 Aug 18:38
e42d0ed
Compare
Choose a tag to compare

Patch release to properly export builders.
Doc publishing GH actions fixed.

What's Changed

Full Changelog: blueprints-1.11.0...blueprints-1.11.1

Release 1.11.0

21 Aug 17:51
8420eb7
Compare
Choose a tag to compare

What's Changed

  • Added support for multi path kustomizations in fluxcd addon by @freschri in #775
  • (Karpenter addon) Doc Fix by @youngjeong46 in #786
  • adding paralus docs to mkdocs file by @parkand1 in #790
  • feat: adding tag option for karpenter's default AWSNodeTemplate by @pennywisdom in #789
  • Fixing GH Action issues by @elamaran11 in #795
  • fix(addons/karpenter): merge user provided settings.aws values with addon provided values. by @BradenM in #803
  • Use TypeScript mapping for Fargate profile by @otterley in #798
  • Configurations of OpenTelemetryCollector and AMP Rules for AmpAddOn by @freschri in #801
  • Optional version Cluster provider by @zjaco13 in #793
  • Flux update by @zjaco13 in #794
  • Observability Builder for Observability Accelerator by @elamaran11 in #804
  • fix(addon/karpenter): Disable Interruption Queue on Helm when the addon flag is false. by @youngjeong46 in #807
  • Fluxcd fixes by @zjaco13 in #814
  • FluxCD fails to deploy multiple Kustomizations following PR #794 by @freschri in #811
  • fixed karpenter unit tests by @shapirov103 in #821
  • OpenTelemetryCollector config files are updated to match the reference implementation by @freschri in #810
  • Coredns props extended by @Howlla in #817
  • Add support for Windows Blueprints, created Windows Builder by @elamaran11 in #822
  • fixed documentation for direct VPC provider by @shapirov103 in #825
  • Add zone id filter using external args. by @2start in #818
  • upgraded add-on versions, CDK moved to 2.91, NPM lib updates, kubectl layer for 1.27 by @shapirov103 in #826

Changes that affect build behavior

  • Customers now must either specify an explicit version for their blueprint (EKS/Kubernetes version) or opt-in to use "auto" version which will be selected by the framework and is set to 1.27 at the moment. Customer will get a compile failure unless they explicitly provide the version. With that change it is also not mandatory to set version on cluster providers if there is a version set at the blueprint level.
const stack = blueprints.EksBlueprint.builder()
    .account(account)
    .region(region)
    .version('auto')
    .addOns(...addOns)
    .useDefaultSecretEncryption(true) // set to false to turn secret encryption off (non-production/demo cases)
    .build(app, 'eks-blueprint');
  • EKS "auto" version is set to 1.27 (also kubectlLayer version is set to match).

New Contributors

Add-on versions in the release

INFO Chart aws-load-balancer-controller-1.6.0 is at the latest version.
INFO Chart appmesh-controller-1.12.2 is at the latest version.
INFO Chart cert-manager-1.12.3 is at the latest version.
INFO Chart kube-state-metrics-5.10.1 is at the latest version.
INFO Chart prometheus-node-exporter-4.22.0 is at the latest version.
DEBUG Core add-on adot is at version v0.78.0-eksbuild.1
INFO Chart base-1.18.2 is at the latest version.
INFO Chart istiod-1.18.2 is at the latest version.
INFO Chart tigera-operator-v3.26.1 is at the latest version.
INFO Chart metrics-server-3.11.0 is at the latest version.
INFO Chart argo-cd-5.43.4 is at the latest version.
INFO Chart nginx-ingress-0.18.1 is at the latest version.
WARN Upgrade is needed for chart velero-3.2.0: latest version is 5.0.1.
DEBUG Core add-on vpc-cni is at version v1.13.4-eksbuild.1
DEBUG Core add-on coredns is at version v1.10.1-eksbuild.2
DEBUG Core add-on kube-proxy is at version auto
INFO Chart gatekeeper-3.13.0 is at the latest version.
INFO Chart aws-node-termination-handler-0.21.0 is at the latest version.
INFO Chart kubevious-1.2.1 is at the latest version.
DEBUG Core add-on aws-ebs-csi-driver is at version v1.21.0-eksbuild.1
INFO Chart aws-efs-csi-driver-2.4.9 is at the latest version.
INFO Chart keda-2.11.2 is at the latest version.
INFO Chart aws-privateca-issuer-1.2.5 is at the latest version.
INFO Chart flux2-2.9.2 is at the latest version.
INFO Chart aws-for-fluent-bit-0.1.28 is at the latest version.
INFO Chart airflow-1.10.0 is at the latest version.
INFO Chart external-secrets-0.9.3 is at the latest version.
INFO Chart external-dns-1.13.0 is at the latest version.
INFO Chart secrets-store-csi-driver-1.3.4 is at the latest version.
DEBUG Core add-on kube-proxy has autoselected version v1.27.1-eksbuild.1

Full Changelog: blueprints-1.10.1...blueprints-1.11.0

Release 1.10.1

20 Jul 17:16
1345a33
Compare
Choose a tag to compare

What's Changed

New Contributors

Add-on versions in the release:

INFO Chart aws-load-balancer-controller-1.5.5 is at the latest version.
INFO Chart appmesh-controller-1.12.1 is at the latest version.
INFO Chart cert-manager-1.12.2 is at the latest version.
INFO Chart kube-state-metrics-5.10.0 is at the latest version.
INFO Chart prometheus-node-exporter-4.20.0 is at the latest version.
DEBUG Core add-on adot is at version v0.76.1-eksbuild.1
INFO Chart base-1.18.1 is at the latest version.
INFO Chart istiod-1.18.1 is at the latest version.
INFO Chart tigera-operator-v3.26.1 is at the latest version.
INFO Chart metrics-server-3.10.0 is at the latest version.
INFO Chart argo-cd-5.41.1 is at the latest version.
INFO Chart nginx-ingress-0.18.0 is at the latest version.
WARN Upgrade is needed for chart velero-3.2.0: latest version is 4.1.3.
DEBUG Core add-on vpc-cni is at version v1.13.2-eksbuild.1
DEBUG Core add-on coredns is at version v1.9.3-eksbuild.5
INFO Chart gatekeeper-3.12.0 is at the latest version.
No versions are found for karpenter in repository oci://public.ecr.aws/karpenter/karpenter
INFO Chart aws-node-termination-handler-0.21.0 is at the latest version.
INFO Chart kubevious-1.2.1 is at the latest version.
DEBUG Core add-on aws-ebs-csi-driver is at version v1.20.0-eksbuild.1
INFO Chart aws-efs-csi-driver-2.4.7 is at the latest version.
INFO Chart keda-2.11.1 is at the latest version.
INFO Chart aws-privateca-issuer-1.2.5 is at the latest version.
INFO Chart flux2-2.9.0 is at the latest version.
No versions are found for oci://ghcr.io/grafana-operator/helm-charts/grafana-operator in repository undefined
INFO Chart aws-for-fluent-bit-0.1.27 is at the latest version.
INFO Chart airflow-1.10.0 is at the latest version.
INFO Chart external-secrets-0.9.1 is at the latest version.
INFO Chart external-dns-1.13.0 is at the latest version.
INFO Chart secrets-store-csi-driver-1.3.4 is at the latest version.
DEBUG Core add-on kube-proxy has autoselected version v1.26.2-eksbuild.1

Full Changelog: blueprints-1.10.0...blueprints-1.10.1

Release 1.10.0

06 Jul 13:57
63b3da0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: blueprints-1.9.1...blueprints-1.10.0

Add-on versions in the release:

INFO Chart aws-load-balancer-controller-1.5.4 is at the latest version.
INFO Chart appmesh-controller-1.12.1 is at the latest version.
INFO Chart cert-manager-1.12.2 is at the latest version.
INFO Chart kube-state-metrics-5.8.1 is at the latest version.
INFO Chart prometheus-node-exporter-4.18.1 is at the latest version.
DEBUG Core add-on adot is at version v0.76.1-eksbuild.1
INFO Chart base-1.18.0 is at the latest version.
INFO Chart istiod-1.18.0 is at the latest version.
INFO Chart tigera-operator-v3.26.1 is at the latest version.
INFO Chart metrics-server-3.10.0 is at the latest version.
WARN Upgrade is needed for chart argo-cd-4.10.9: latest version is 5.37.1.
INFO Chart nginx-ingress-0.18.0 is at the latest version.
WARN Upgrade is needed for chart velero-3.2.0: latest version is 4.1.3.
DEBUG Core add-on vpc-cni is at version v1.13.0-eksbuild.1
DEBUG Core add-on coredns is at version v1.9.3-eksbuild.5
DEBUG Core add-on kube-proxy is at version v1.25.6-eksbuild.1
INFO Chart gatekeeper-3.12.0 is at the latest version.
No versions are found for karpenter in repository oci://public.ecr.aws/karpenter/karpenter
INFO Chart aws-node-termination-handler-0.21.0 is at the latest version.
INFO Chart kubevious-1.1.2 is at the latest version.
DEBUG Core add-on aws-ebs-csi-driver is at version v1.20.0-eksbuild.1
INFO Chart aws-efs-csi-driver-2.4.6 is at the latest version.
INFO Chart keda-2.11.1 is at the latest version.
INFO Chart aws-privateca-issuer-1.2.5 is at the latest version.
INFO Chart flux2-2.9.0 is at the latest version.
No versions are found for oci://ghcr.io/grafana-operator/helm-charts/grafana-operator in repository undefined
INFO Chart aws-for-fluent-bit-0.1.27 is at the latest version.
INFO Chart airflow-1.10.0 is at the latest version.
INFO Chart external-secrets-0.9.0 is at the latest version.
INFO Chart external-dns-1.13.0 is at the latest version.

Release 1.9.1

14 Jun 17:51
e29dbc8
Compare
Choose a tag to compare

Patch release for Cluster Autoscaler. Incorrect version applied for 1.25.

What's Changed

New Contributors

Full Changelog: blueprints-1.9.0...blueprints-1.9.1

Release 1.9.0

13 Jun 18:32
a11cb6a
Compare
Choose a tag to compare

What's Changed

  • Cluster autoscaler fix for 1.26 and above by @bnaydenov in #710
  • docs: add clarity for creating own VPC resource provider by @zjaco13 in #716
  • Bug/cluster autoscaler should not fail if version not found in version map by @shapirov103 in #720
  • Container Insights Addon Redesign and Upgrade. by @elamaran11 in #704
  • Documentation updates: change resource providers by @zjaco13 in #721
  • [Apache Airflow addon] Dependency added for EFS by @youngjeong46 in #719
  • Feature/app for pipelines allows specifying app command for pipelines (addressing patterns issues after refactoring) by @shapirov103 in #717
  • CDK updated to 2.83.1, add-on updates by @shapirov103 in #722
  • CloudWatch Logs Addon with Fluent Bit by @elamaran11 in #701
  • 1.9.0 release by @shapirov103 in #723

New Contributors

Full Changelog: blueprints-1.8.1...blueprints-1.9.0

Add-on versions in the release:

INFO Chart aws-load-balancer-controller-1.5.3 is at the latest version.
INFO Chart appmesh-controller-1.12.1 is at the latest version.
INFO Chart cert-manager-1.12.1 is at the latest version.
WARN Upgrade is needed for chart kube-state-metrics-5.7.0: latest version is 5.8.0.
INFO Chart prometheus-node-exporter-4.17.5 is at the latest version.
DEBUG Core add-on adot is at version v0.76.1-eksbuild.1
INFO Chart base-1.18.0 is at the latest version.
INFO Chart istiod-1.18.0 is at the latest version.
INFO Chart tigera-operator-v3.26.0 is at the latest version.
INFO Chart metrics-server-3.10.0 is at the latest version.
WARN Upgrade is needed for chart argo-cd-4.10.9: latest version is 5.36.1.
INFO Chart nginx-ingress-0.17.1 is at the latest version.
WARN Upgrade is needed for chart velero-3.2.0: latest version is 4.0.3.
DEBUG Core add-on vpc-cni is at version v1.12.6-eksbuild.2
DEBUG Core add-on coredns is at version v1.9.3-eksbuild.3
DEBUG Core add-on kube-proxy is at version v1.25.6-eksbuild.1
INFO Chart gatekeeper-3.12.0 is at the latest version.
INFO Chart aws-node-termination-handler-0.21.0 is at the latest version.
INFO Chart kubevious-1.1.2 is at the latest version.
DEBUG Core add-on aws-ebs-csi-driver is at version v1.19.0-eksbuild.1
INFO Chart aws-efs-csi-driver-2.4.5 is at the latest version.
INFO Chart keda-2.10.2 is at the latest version.
INFO Chart aws-privateca-issuer-1.2.5 is at the latest version.
INFO Chart flux2-2.8.0 is at the latest version.
INFO Chart aws-for-fluent-bit-0.1.24 is at the latest version.
INFO Chart airflow-1.9.0 is at the latest version.
INFO Chart external-dns-6.20.3 is at the latest version.
INFO Chart external-secrets-0.8.3 is at the latest version.
INFO Chart secrets-store-csi-driver-1.3.4 is at the latest version.

Release 1.8.1

28 May 01:43
8d464ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: blueprints-1.8.0...blueprints-1.8.1