Skip to content

Releases: kubernauts/tk8

v0.7.7 Rename tk8 CLI to tk8ctl

24 Oct 11:39
0481217
Compare
Choose a tag to compare

Changelog 24.10.2019

  • Rename tk8 CLI to tk8ctl.
  • Bugfix for os option of cattle-aws provisioner.

v0.7.6 Bug fixes and new features for Cattle AWS Provisioner

18 Oct 13:44
f00cc0e
Compare
Choose a tag to compare

Changelog 18.10.2019

  • The user will be able to specify VPC CIDR block with vpc_cidr_block.
  • The user will be able to specify zone with zone.
  • Changing subnet creation from hard-coded CIDR to cidrsubnet().
  • Removal of os option. Now, the user needs to specify ami_id and ssh_user for simplicity.

v0.7.5 Support for creating EKS clusters via cattle-eks provisioner

17 Aug 17:43
f00cc0e
Compare
Choose a tag to compare

Changelog 17.08.2019

  • This release adds a new provisioner - Cattle EKS Provisioner which uses Rancher to create EKS clusters.

v0.7.4 Interactive prompt for selecting different Tk8 provisioners

23 Jul 13:01
74eb97b
Compare
Choose a tag to compare

Changelog 23.07.2019

  • Add the --interactive option for selecting the TK8 provisioner instead of manually specifying the provisioner name like tk8 cluster install provisioner-name

v0.7.3 Cattle AWS Spot Instances Upgrade for Scaling

21 Jun 11:58
6b4bba4
Compare
Choose a tag to compare

Changelog 21.06.2019

  • Fixes upgrade command for TK8.

v0.7.2 Hotfix Cattle AWS Support for Linux

21 Jun 10:04
6b4bba4
Compare
Choose a tag to compare

Changelog 21.06.2019

  • Cattle-aws provisioner support on Linux.

v0.7.1 Cattle AWS w/ Spot Instances Support

16 Jun 09:31
4134c3c
Compare
Choose a tag to compare

Changelog 16.06.2019

  • Features to specify monitoring,instance_type,ami
  • Add option for spot instances
  • Update README.md

v0.7.0 Cattle AWS

07 Jun 10:16
e2aa7c5
Compare
Choose a tag to compare

v0.6.0 RKE Cluster Support

12 Nov 15:24
b8e4219
Compare
Choose a tag to compare
  • Modified docs
  • Remove jmeter submodule, literatebee key, and empty vendor folder.
  • Update Dockerfile
  • Update Readme
  • Update AWS documentation
  • Add lifecycle documentation.
  • Fix typo
  • TK8-47 add infrastructure only flag
  • #67 | modify | remove not needed requirements
  • #66 | fix | Getting started link
  • #66 | modify | change path relative
  • BUG | Fix Version display
  • Add rke provisioner related variables
  • RKE provisioner changes (#81)
  • Add documentation for using rke provisioner
  • Add changes for rke provisioner configuration
  • update the documentation
  • add tk8 addon install rancher
  • move common stuff to the main pkg
  • Fix doc path rke
  • RKE region issue fix

v0.5.1 Scale Up and Down

21 Oct 09:43
73f114b
Compare
Choose a tag to compare
  • Modified docs
  • Remove jmeter submodule, literatebee key, and empty vendor folder.
  • Update Dockerfile
  • Update Readme
  • Update AWS documentation
  • Add lifecycle documentation.
  • Fix typo
  • Refactor and add tests
  • Update documentation
  • Update .gitignore
  • add pkg provisioner
  • Update Makefile
  • TK8-47 add infrastructure only flag