From ce5834154b35a82829532853bac007d010f5e017 Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Tue, 16 Jul 2024 10:56:23 -0700 Subject: [PATCH] Released 1.4.15 via make release --- debian/changelog | 11 +++++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 04118410fb..2bc22664a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +paasta-tools (1.4.15) xenial; urgency=medium + + * 1.4.15 tagged with 'make release' + Commit: Correctly create Tron-related service accounts (#3920) The + previous code was creating service accounts with an extra `paasta-` + prefix - which would then break when anything tried to use these + SA"s since they"d still be referencing the expected SA name (without + the double `paasta-`) + + -- Luis Perez Tue, 16 Jul 2024 10:56:15 -0700 + paasta-tools (1.4.14) xenial; urgency=medium * 1.4.14 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 537cd53891..8f4327a274 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__ = "1.4.14" +__version__ = "1.4.15" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 749be9fdc6..d4a71d313e 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=1.4.14 +RELEASE=1.4.15 SHELL=/bin/bash