diff --git a/debian/changelog b/debian/changelog index ae174cad10..bb50723091 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +paasta-tools (0.96.20) xenial; urgency=medium + + * 0.96.20 tagged with 'make release' + Commit: Merge pull request #2856 from Yelp/PAASTA- + 16675_update_hpa_on_deploy Always sync HPAs and Pod Disruption + Budgets in setup_kubernetes_job + + -- Stuart Elston Mon, 06 Jul 2020 11:18:11 -0700 + paasta-tools (0.96.19) xenial; urgency=medium * 0.96.19 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index d85c485603..2174054d91 100644 --- a/paasta_tools/__init__.py +++ b/paasta_tools/__init__.py @@ -17,4 +17,4 @@ # setup phase, the dependencies may not exist on disk yet. # # Don't bump version manually. See `make release` docs in ./Makefile -__version__ = "0.96.19" +__version__ = "0.96.20" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 4fd9999703..5f69a929db 100644 --- a/yelp_package/Makefile +++ b/yelp_package/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # Edit this release and run "make release" -RELEASE=0.96.19 +RELEASE=0.96.20 SHELL=/bin/bash