Skip to content

Commit

Permalink
Released 1.4.11 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jul 5, 2024
1 parent 8a23166 commit 7feafe2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Fri, 05 Jul 2024 14:17:57 -0700

paasta-tools (1.4.10) xenial; urgency=medium

* 1.4.10 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7feafe2

Please sign in to comment.