Skip to content

Releases: eksctl-io/eksctl

eksctl 0.1.38 (permalink)

21 Jun 09:32
Compare
Choose a tag to compare

Release 0.1.38

Improvements

eksctl 0.1.37 (permalink)

19 Jun 20:20
9fde2b9
Compare
Choose a tag to compare

Release 0.1.37

Bug fixes

  • List clusters in all regions despite regional errors (#908)
  • Fix an issue with integration tests (#901)

eksctl 0.1.36 (permalink)

19 Jun 10:59
Compare
Choose a tag to compare

Release 0.1.36

Improvements

  • support for Kubernetes 1.13 (not default yet, use --version=1.13)
  • add support for encrypted root EBS volumes based on AMI (#889)
  • add certManager IAM add-on policy (#885)
  • add --config-file flag in all iamidentitymapping commands (#868)
  • make stack troubleshooter output less verbose (#865)

Bug fixes and code improvements

  • fix obscure error message when cluster failed to create (#866)
  • code refactoring and clean up (#859, #878)

eksctl 0.1.35 (permalink)

07 Jun 11:09
Compare
Choose a tag to compare

Release 0.1.35

Improvements

  • add commands for manipulating IAM identity mappings (#814)

Bug fixes

  • fix bug in AMI selection for mixed instances nodegroups (#844 and #845)

eksctl 0.1.34 (permalink)

05 Jun 06:50
Compare
Choose a tag to compare

Release 0.1.34

Improvements

  • add Cloudwatch support through an IAM policy (#831)
  • add support for mixed nodegroups with Spot instances (#794)

eksctl 0.1.33 (permalink)

30 May 16:25
Compare
Choose a tag to compare

Release 0.1.33

Improvements

  • add AWS X-Ray support through IAM policy to allow outbound write access to AWS X-Ray (#805)
  • add support to autoscale a nodegroup to 0 with Cluster Autoscaler (#816)
  • add missing Ubuntu AMIs for 1.10 and 1.11 (#823)

Bug fixes

  • fix EFS IAM policy (#829)

eksctl 0.1.32 (permalink)

10 May 16:09
bba98bc
Compare
Choose a tag to compare

Release 0.1.32

Improvements

  • add an option to automatically allocate IPv6 blocks to all subnets (vpc: {autoAllocateIPv6: true}) [#776]
  • dynamically lookup RootDeviceName based on the AMI [#779]
  • upgrade nodegroup ASG to use Launch Template (instead of Lauch Configuration) [#743]

eksctl 0.1.31 (permalink)

30 Apr 13:01
de7a054
Compare
Choose a tag to compare

Release 0.1.31

Improvements

  • upgrade aws-iam-authenticator to version 0.4.0 (#754):
    • old kubeconfig files may need updating - you may find eksctl utils write-kubeconfig handy
    • macOS: homebrew/core/aws-iam-authenticator is used from now on
  • API version v1alpha5
    • Move SSH parameters under ssh; public keys can now be specified by local file, uploaded key in EC2 or by the key content (see examples/07-ssh-keys.yaml for detailed usage) (#673, #713)
    • rename preBootstrapCommand option in the config file has been renamed to preBootstrapCommands (#726)
    • --dry-run=false CLI argument has been renamed to --approve (#727)
  • add support to attach target groups to node groups via ARNs (#746)
  • add support for using config files in the drain command (#741)
  • add support for using config files in the command for deleting node groups (#714)
  • start using new alpha.eksctl.io/ tag prefix (instead of eksctl.cluster.k8s.io/v1alpha1/) (#728)
  • ensure ami: auto (--node-ami=auto) searches official Amazon and Ubuntu AMIs by owner ID, to avoid security issue (#733)

eksctl 0.1.30 (permalink)

05 Jun 06:18
Compare
Choose a tag to compare

Release 0.1.30

Replaced by 0.1.31

eksctl 0.1.29 (permalink)

09 Apr 09:45
a3b4162
Compare
Choose a tag to compare

Changelog

a3b4162 Tag 0.1.29 release
ca9f733 Merge pull request #695 from weaveworks/rework-stack-management
4c634e1 Use 1.12 in integration tests
6a10163 Update sample output
f9c1053 Improve naming
b23df1a Add tests, fix race condition
8230c84 Rework stack management
e338692 Enable race-detection for unit tests
592a8d8 Merge pull request #685 from christopherhein/feature/update-latest-1-12
aa75c2a adding 1.12 as the latest
104dd81 Merge pull request #712 from weaveworks/import-legacy-public-subnets
9c7d54c Only import legacy public subnets output when non-legacy output is missing
6997b22 Expose output key existence checker
315566e Import legacy public subnets
736c09d Merge pull request #711 from zironycho/master
1c68b25 add config for node root volume size