Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Releases: Azure/aztk

0.10.3 (2020-02-13)

14 Feb 23:30
6e04372
Compare
Choose a tag to compare

Bug Fixes

0.10.2 (2018-12-07)

07 Dec 20:59
1f6fc8b
Compare
Choose a tag to compare

Bug Fixes

Internal Changes

0.10.1 (2018-11-02)

02 Nov 18:46
5379b00
Compare
Choose a tag to compare

Features

  • Include cluster creation time in cluster list and cluster get output (#678) (a0bc2f0), closes #678

Bug Fixes

0.10.0 (2018-10-29)

29 Oct 19:58
6d2e6c5
Compare
Choose a tag to compare

Breaking Changes

Features

0.9.1 (2018-10-5)

05 Oct 20:08
b7da355
Compare
Choose a tag to compare

Bug Fixes

0.9.0 (2018-08-30)

30 Aug 18:18
0b675f9
Compare
Choose a tag to compare

Breaking Changes

Features

Bug Fixes

Internal Changes

0.8.1 (2018-06-21)

21 Jun 19:55
c9fd8bb
Compare
Choose a tag to compare

Bug Fixes

0.8.0

12 Jun 17:23
34b2585
Compare
Choose a tag to compare

0.8.0 (2018-06-12)

Deprecated Features

  • ClusterConfiguration fields vm_count and vm_count_low_pri have been renamed to size and size_low_priority
  • command line flag --size-low-pri for aztk spark cluster create has been replaced with --size-low-priority
  • default secrets.yaml block has been deprecated, place all child parameters directly at the root
  • Spark version 1.6 has been deprecated

Added Features

Bug Fixes

0.7.1

14 May 17:58
94e551c
Compare
Choose a tag to compare

Bug Fixes

  • Fix: create virtual environment even if container exists (2db7b00)
  • Fix: gitattributes for jar files (#548) (a18660b), closes #548
  • Fix: pass docker repo command back to the cluster config (#538) (a99bbe1), closes #538

0.7.0

04 May 01:31
4d4916e
Compare
Choose a tag to compare

AZTK is now published on pip! Documentation has migrated to readthedocs

This release includes a number of breaking changes. Please follow the migration for upgrading from 0.6.0..

Breaking Changes

  • Moved docker_repo under a new toolkit key. docker_repo is now only used for custom Docker images. Use toolkit for supported images.
  • Docker images have been refactored and moved to a different Dockerhub repository. The new supported images are not backwards compatible. See the documentation on configuration files.

Deprecated Features

Added Features

Bug Fixes

Internal Changes

  • Internal: Cluster data helpers and upload_node_script into cluster_data module (#401) (2bed496), closes #401
  • Internal: Move node scripts under aztk and upload all aztk to cluster (#433) (dfbfead), closes #433