Skip to content

Commit

Permalink
Released 1.4.19 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jul 29, 2024
1 parent ec355f4 commit 10b03bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
paasta-tools (1.4.19) xenial; urgency=medium

* 1.4.19 tagged with 'make release'
Commit: Set bounce_margin_factor default to 0.95 (#3576) In
COMPINFRA-2270, several service owners are complaining about stuck
deployments because of individual pods that never become healthy.
This change would make it so any service with 20-39 containers would
ignore a single stuck pod; 40-59 would ignore 2, etc. From what I
can tell from the [code that manages
PodDisruptionBudgets](https://github.com/Yelp/paasta/blob/02b165ac87
7700b28f98653f8ad2b30f0d73f339/paasta_tools/kubernetes/application/c
ontroller_wrappers.py#L147), this won"t affect PDBs - anything that
doesn"t have `bounce_margin_factor` set gets the default PDB from
SystemPaastaConfig.

-- Luis Perez <[email protected]> Mon, 29 Jul 2024 10:46:30 -0700

paasta-tools (1.4.18) xenial; urgency=medium

* 1.4.18 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.18"
__version__ = "1.4.19"
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.18
RELEASE=1.4.19

SHELL=/bin/bash

Expand Down

0 comments on commit 10b03bc

Please sign in to comment.