From caf36e22809e728ad85c447ce1bd41cfc22a7d7c Mon Sep 17 00:00:00 2001 From: Vincent Thibault Date: Tue, 18 Jul 2023 14:13:31 -0700 Subject: [PATCH] Released 0.187.0 via make release --- debian/changelog | 9 +++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 96e0c50e65..e7c05d391e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +paasta-tools (0.187.0) xenial; urgency=medium + + * 0.187.0 tagged with 'make release' + Commit: Merge pull request #3615 from Yelp/u/vit/tron-1636-add- + secret-volume TRON-1636: Setup tron secret_volumes in + setup_tron_namespace + + -- Vincent Thibault Tue, 18 Jul 2023 14:12:30 -0700 + paasta-tools (0.186.0) xenial; urgency=medium * 0.186.0 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index b3b1cb077a..8b4f957ad0 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.186.0" +__version__ = "0.187.0" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 781230d741..b636326d3b 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.186.0 +RELEASE=0.187.0 SHELL=/bin/bash