Skip to content

Release 1.7.0

Compare
Choose a tag to compare
@shapirov103 shapirov103 released this 25 Apr 03:00
· 1076 commits to main since this release
f215ea0

What's Changed

  • Restored compatibility with v1.6.0 for KMS resource provider by @aliaksei-ivanou in #646
  • Fluxcd Addon implementation by @elamaran11 in #627
  • Grafana Operator Addon and Make Repository Parameter for Helm Addon Optional by @elamaran11 in #652
  • VPC CNI add-on supports IRSA account (vs node instance role) by @shapirov103 in #636
  • InstanceType can be supplied through context via cdk*.json by @yegortokmakov in #654
  • AWS load balancer controller upgraded to 2.5.1. by @shapirov103 in #657
  • AWS LB controller is deployed before add-ons honoring the order in the blueprint (ordered add-on support) by @shapirov103 in #658
  • Updated npm depedencies, chart version, SDK version by @shapirov103 and @rverma-nsl in #659
  • fix site documentation to add missing nav links - issue 640 by @ratnopamc in #641

Note: AWS Load Balancer controller introduced changes that broke the existing deployments. The workaround is to place AWS Load balancer controller as the first add-on or ahead of any add-ons that may depend on it (any add-in that, for example, creates service of type load balancer).

Add-on versions in the release:

INFO Chart aws-load-balancer-controller-1.5.2 is at the latest version.
INFO Chart appmesh-controller-1.11.0 is at the latest version.
INFO Chart cert-manager-1.11.1 is at the latest version.
INFO Chart kube-state-metrics-5.6.0 is at the latest version.
INFO Chart prometheus-node-exporter-4.17.0 is at the latest version.
DEBUG Core add-on adot is at version v0.70.0-eksbuild.1
INFO Chart base-1.17.2 is at the latest version.
INFO Chart istiod-1.17.2 is at the latest version.
INFO Chart tigera-operator-v3.25.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.29.1.
INFO Chart nginx-ingress-0.17.0 is at the latest version.
INFO Chart velero-3.2.0 is at the latest version.
DEBUG Core add-on vpc-cni is at version v1.12.6-eksbuild.1
DEBUG Core add-on coredns is at version v1.9.3-eksbuild.2
DEBUG Core add-on kube-proxy is at version v1.24.10-eksbuild.2
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.16.1-eksbuild.1
INFO Chart aws-efs-csi-driver-2.4.1 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 jupyterhub-2.0.0 is at the latest version.
INFO Chart aws-for-fluent-bit-0.1.24 is at the latest version.
INFO Chart flux2-2.7.0 is at the latest version.
INFO Chart external-dns-6.18.0 is at the latest version.
INFO Chart external-secrets-0.8.1 is at the latest version.
INFO Chart secrets-store-csi-driver-1.3.3 is at the latest version.

New Contributors