diff --git a/debian/changelog b/debian/changelog index 6ddf9db46a..d317cb0507 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +paasta-tools (0.96.54) xenial; urgency=medium + + * 0.96.54 tagged with 'make release' + Commit: bump paasta-tools-go binary to v0.0.10 (#2909) + + -- Maksym Melnychok Tue, 08 Sep 2020 03:31:27 -0700 + paasta-tools (0.96.53) xenial; urgency=medium * 0.96.53 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 4591650007..cf0ae076e0 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.53" +__version__ = "0.96.54" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 3ce59e945a..bf200b7ec2 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.53 +RELEASE=0.96.54 SHELL=/bin/bash @@ -46,8 +46,8 @@ build_%_docker: itest_%: package_$$* bintray_$$* $(DOCKER_RUN) /work/yelp_package/itest/ubuntu.sh paasta-tools_$(ACTUAL_PACKAGE_VERSION)_amd64.deb -PTG_VERSION=0.0.10 -PTG_SUM=5d58a4a95fa872ae8d197011e3c7a491275e073ac36c001d97ae22c1c4c9b8c7 +PTG_VERSION=0.0.12 +PTG_SUM=1fa3f94fe5dd00059186404c2e2717625808c1cdefd90bd551f16b6e72018640 ifeq ($(PAASTA_ENV),YELP) PTG_SANITY=monk else