Skip to content

Commit 10b03bc

Browse files
committed
Released 1.4.19 via make release
1 parent ec355f4 commit 10b03bc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
paasta-tools (1.4.19) xenial; urgency=medium
2+
3+
* 1.4.19 tagged with 'make release'
4+
Commit: Set bounce_margin_factor default to 0.95 (#3576) In
5+
COMPINFRA-2270, several service owners are complaining about stuck
6+
deployments because of individual pods that never become healthy.
7+
This change would make it so any service with 20-39 containers would
8+
ignore a single stuck pod; 40-59 would ignore 2, etc. From what I
9+
can tell from the [code that manages
10+
PodDisruptionBudgets](https://github.com/Yelp/paasta/blob/02b165ac87
11+
7700b28f98653f8ad2b30f0d73f339/paasta_tools/kubernetes/application/c
12+
ontroller_wrappers.py#L147), this won"t affect PDBs - anything that
13+
doesn"t have `bounce_margin_factor` set gets the default PDB from
14+
SystemPaastaConfig.
15+
16+
-- Luis Perez <[email protected]> Mon, 29 Jul 2024 10:46:30 -0700
17+
118
paasta-tools (1.4.18) xenial; urgency=medium
219

320
* 1.4.18 tagged with 'make release'

paasta_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# setup phase, the dependencies may not exist on disk yet.
1818
#
1919
# Don't bump version manually. See `make release` docs in ./Makefile
20-
__version__ = "1.4.18"
20+
__version__ = "1.4.19"

yelp_package/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Edit this release and run "make release"
16-
RELEASE=1.4.18
16+
RELEASE=1.4.19
1717

1818
SHELL=/bin/bash
1919

0 commit comments

Comments
 (0)