From 7d34801d87baae9f33c14740e54421f1300265e4 Mon Sep 17 00:00:00 2001 From: Evan Krall Date: Thu, 5 Dec 2024 15:23:59 -0800 Subject: [PATCH] Released 1.9.0 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 c843a00528..3ef6373cf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paasta-tools (1.9.0) xenial; urgency=medium + + * 1.9.0 tagged with 'make release' + Commit: s/V1beta1PodDisruptionBudget/V1PodDisruptionBudget/ for + COMPINFRA-4409 + + -- Evan Krall Thu, 05 Dec 2024 15:23:14 -0800 + paasta-tools (1.8.2) xenial; urgency=medium * 1.8.2 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index e809f32fcc..2f5e322ee8 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.8.2" +__version__ = "1.9.0" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 81b79e9e48..82ce4bfabb 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.8.2 +RELEASE=1.9.0 SHELL=/bin/bash