From 7feafe2b79133aca49a3c6d7ff84bdd613c7ec3e Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Fri, 5 Jul 2024 14:18:05 -0700 Subject: [PATCH] Released 1.4.11 via make release --- debian/changelog | 14 ++++++++++++++ paasta_tools/__init__.py | 2 +- yelp_package/Makefile | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c813df69ed..0b428e364e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +paasta-tools (1.4.11) xenial; urgency=medium + + * 1.4.11 tagged with 'make release' + Commit: Skip autotune merging for deleted instances (#3914) It"s + possible for autotune results to include instances that no longer + exist in a given file: either because the instance has been + completely deleted or moved to another cluster. In these cases, it + should be safe to simply skip the config merge since there"s nothing + to merge with. We could technically still do the config + update/merge here and simply skip the resource clamping - but imo, + we should simply bail out early. + + -- Luis Perez Fri, 05 Jul 2024 14:17:57 -0700 + paasta-tools (1.4.10) xenial; urgency=medium * 1.4.10 tagged with 'make release' diff --git a/paasta_tools/__init__.py b/paasta_tools/__init__.py index 251148a542..49ac9a010a 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.10" +__version__ = "1.4.11" diff --git a/yelp_package/Makefile b/yelp_package/Makefile index aecebf71d5..df7b370245 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.10 +RELEASE=1.4.11 SHELL=/bin/bash