Skip to content

Latest commit

 

History

History
182 lines (121 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

182 lines (121 loc) · 12.4 KB

Change Log

0.69.6 (2017-12-07)

Full Changelog

Merged pull requests:

v0.69.5 (2017-12-06)

Full Changelog

Merged pull requests:

v0.69.4 (2017-12-05)

Full Changelog

Merged pull requests:

v0.69.3 (2017-12-04)

Full Changelog

Merged pull requests:

v0.69.1 (2017-12-01)

Full Changelog

Merged pull requests:

v0.69.0 (2017-11-30)

Full Changelog

Merged pull requests:

  • Convert cli/cmds/sysdig.py to sharded marathon and clean up unsharded code/test config. #1628 (EvanKrall)

v0.68.12 (2017-11-29)

Full Changelog

Merged pull requests:

  • Pass MarathonClients, not list of MarathonClient, to get_autoscaling_info in status_marathon_job_verbose. #1639 (EvanKrall)
  • Don't docker-compose pull in example_cluster; see bc3029fb3f01eadb931105eea480c9ec21c18ea8 #1638 (EvanKrall)
  • Show marathon dashboard links in paasta status #1636 (oktopuz)
  • Tweak mypy settings to allow for more granular type checking #1627 (EvanKrall)

v0.68.11 (2017-11-28)

Full Changelog

v0.68.10 (2017-11-27)

Full Changelog

Merged pull requests:

v0.68.9 (2017-11-23)

Full Changelog

Closed issues:

  • Cluster autoscaler gives up if too many slaves aren't found when scaling down cancelled_running resource #1619

Merged pull requests:

v0.68.8 (2017-11-20)

Full Changelog

Merged pull requests:

v0.68.7 (2017-11-20)

Full Changelog

Closed issues:

  • RFC: Emit metrics from cluster autoscaler #1600

Merged pull requests:

v0.68.6 (2017-11-14)

Full Changelog

Merged pull requests:

  • Fix silly bug in service autoscaler where I was passing a MarathonClients object instead of a list of MarathonClient objects. #1626 (EvanKrall)

v0.68.5 (2017-11-13)

Full Changelog

Merged pull requests:

v0.68.4 (2017-11-10)

Full Changelog

Merged pull requests:

v0.68.3 (2017-11-08)

Full Changelog

Merged pull requests:

  • increase read timeout for maintenance api calls #1612 (somic)
  • Make paasta_get_num_deployments using marathon sharded code #1611 (oktopuz)
  • delete_old_marathon_deployments to use marathon sharded code #1610 (oktopuz)
  • Cluster autoscaler typing #1606 (matthewbentley)
  • Fixed paasta_remote_run and added task logging executor #1603 (huadongliu)

v0.68.2 (2017-11-06)

Full Changelog

Closed issues:

  • make autoscaling_lib unit tests not sleep #1589

Merged pull requests:

v0.68.1 (2017-11-02)

Full Changelog

Merged pull requests:

  • Pass a list of clients, not a MarathonClients object, to get_marathon_apps_with_clients in get_at_risk_service_instances. Add type annotations to deployd.common and deployd.watchers and their tests. #1597 (EvanKrall)
  • allow specifying pool in adhoc schema #1593 (Rob-Johnson)
  • Fix autoscaling info for metastatus #1592 (matthewbentley)
  • Fix error when a pool isn't ready when the cluster autoscaler tries to run #1591 (matthewbentley)
  • uses meteorite to push autoscale events to signalfx #1588 (fboxwala)
  • set the pool correctly in remote-run launches #1577 (Rob-Johnson)

* This Change Log was automatically generated by github_changelog_generator