From 334e743605aeb0d7fac01c34dd38d74013bb156d Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Wed, 16 Oct 2024 13:54:07 -0700 Subject: [PATCH] Released 1.7.1 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 a421ceb325..159298731f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +paasta-tools (1.7.1) xenial; urgency=medium + + * 1.7.1 tagged with 'make release' + Commit: Bump service-configuration-lib to v3 to stop mounting + /etc/pki/spark (#3982) This is no longer needed since we"ve been + running Spark on just EKS for a while. + + -- Luis Perez Wed, 16 Oct 2024 13:53:57 -0700 + paasta-tools (1.7.0) xenial; urgency=medium * 1.7.0 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 1b1b656d4d..17e036c83b 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.7.0" +__version__ = "1.7.1" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index 671aa2673d..0cb938f74a 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.7.0 +RELEASE=1.7.1 SHELL=/bin/bash