From 7a7d54015525bb1816dfb09b84d150755e1d30b3 Mon Sep 17 00:00:00 2001 From: Dave Cuza Date: Thu, 25 May 2023 14:45:40 -0700 Subject: [PATCH] Released 0.174.6 via make release --- debian/changelog | 8 ++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f0fd3d243..08a88dcfa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paasta-tools (0.174.6) xenial; urgency=medium + + * 0.174.6 tagged with 'make release' + Commit: Merge pull request #3613 from Yelp/u/cuza/clean-stopped- + instances Make cleanup_k8s_job delete stopped instances + + -- Dave Cuza Thu, 25 May 2023 14:45:04 -0700 + paasta-tools (0.174.5) xenial; urgency=medium * 0.174.5 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index c570a49143..64a8142510 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.174.5" +__version__ = "0.174.6" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 4153d2a791..c46efeafca 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.174.5 +RELEASE=0.174.6 SHELL=/bin/bash