Releases: eksctl-io/eksctl
eksctl 0.1.38 (permalink)
Release 0.1.38
Improvements
- Support extra parameters in kubelet configuration (#795)
- Include cluster name and region in output when using a config file (#912)
eksctl 0.1.37 (permalink)
eksctl 0.1.36 (permalink)
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 alliamidentitymapping
commands (#868) - make stack troubleshooter output less verbose (#865)
Bug fixes and code improvements
eksctl 0.1.35 (permalink)
eksctl 0.1.34 (permalink)
eksctl 0.1.33 (permalink)
eksctl 0.1.32 (permalink)
eksctl 0.1.31 (permalink)
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
- old kubeconfig files may need updating - you may find
- 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 (seeexamples/07-ssh-keys.yaml
for detailed usage) (#673, #713) - rename
preBootstrapCommand
option in the config file has been renamed topreBootstrapCommands
(#726) --dry-run=false
CLI argument has been renamed to--approve
(#727)
- Move SSH parameters under
- 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 ofeksctl.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)
Release 0.1.30
Replaced by 0.1.31
eksctl 0.1.29 (permalink)
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