Skip to content

Latest commit

 

History

History
352 lines (230 loc) · 22.8 KB

CHANGELOG.md

File metadata and controls

352 lines (230 loc) · 22.8 KB

Change Log

0.69.26 (2018-01-23)

Full Changelog

Merged pull requests:

v0.69.24 (2018-01-19)

Full Changelog

Merged pull requests:

  • Filtering out the delta cpu_time, not absolute cpu_time #1708 (matfra)

v0.69.23 (2018-01-18)

Full Changelog

Closed issues:

  • Old Marathon apps can fail to be cleaned up (stuck bounces) #1706

Merged pull requests:

v0.69.22 (2018-01-15)

Full Changelog

Merged pull requests:

v0.69.21 (2018-01-12)

Full Changelog

Merged pull requests:

  • Fix randomly closing ZK connections in paasta-api #1699 (mattmb)
  • validate error message improvement #1698 (chlgit)

v0.69.20 (2018-01-10)

Full Changelog

Merged pull requests:

  • Close connections to Zookeeper properly #1697 (keymone)
  • Revert the Mesos CPU sanity check and added Filter mesos cpu value #1690 (matfra)
  • Enabled paasta_remote_run to connect to diffferent mesos clusters #1680 (huadongliu)

v0.69.19 (2018-01-10)

Full Changelog

Merged pull requests:

v0.69.18 (2018-01-10)

Full Changelog

Merged pull requests:

v0.69.17 (2018-01-02)

Full Changelog

Merged pull requests:

  • Fixed the output when asking for cluster boost status #1688 (matfra)

v0.69.16 (2017-12-24)

Full Changelog

Merged pull requests:

  • If you don't specify a default value, then dict.pop KeyErrors if the key doesn't exist. #1687 (EvanKrall)
  • Fixed override flag on paasta_cluster_boost and print status for any action #1686 (matfra)

v0.69.15 (2017-12-22)

Full Changelog

Merged pull requests:

  • Pop stats from cache instead of del'ing, so we don't get a KeyError if the stats aren't cached. #1684 (EvanKrall)
  • Perform paasta status ssh in parallel #1679 (henryzhangsta)

v0.69.14 (2017-12-22)

Full Changelog

Merged pull requests:

v0.69.13 (2017-12-22)

Full Changelog

Merged pull requests:

v0.69.12 (2017-12-21)

Full Changelog

Merged pull requests:

v0.69.11 (2017-12-21)

Full Changelog

Merged pull requests:

v0.69.10 (2017-12-20)

Full Changelog

Closed issues:

Merged pull requests:

  • help wanted -- fix issue 842 #1670 (white105)
  • adds a try/except to update_soa_memcpu #1667 (fboxwala)
  • Skip wait-for-deployment if mark-for-deployment failed #1666 (oktopuz)
  • adds -p to update_soa review branch command #1665 (fboxwala)
  • Fix tail discovery, date handling and upgrade yelp_clog #1662 (fede1024)
  • RFC: Automatically add ['hostname', 'UNIQUE'] to small services #1652 (nhandler)

v0.69.9 (2017-12-15)

Full Changelog

Merged pull requests:

v0.69.8 (2017-12-14)

Full Changelog

Merged pull requests:

  • PAASTA-13596: fix local_run with healthcheck_only #1659 (oktopuz)
  • Reexec paasta local-run --pull with sudo when the effective uid is not 0 #1656 (oktopuz)
  • Convert drain_lib to asyncio so we can drain in parallel. #1653 (EvanKrall)

v0.69.7 (2017-12-12)

Full Changelog

Merged pull requests:

v0.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