File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
18
paasta-tools (1.4.18) xenial; urgency=medium
2
19
3
20
* 1.4.18 tagged with 'make release'
Original file line number Diff line number Diff line change 17
17
# setup phase, the dependencies may not exist on disk yet.
18
18
#
19
19
# Don't bump version manually. See `make release` docs in ./Makefile
20
- __version__ = "1.4.18 "
20
+ __version__ = "1.4.19 "
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Edit this release and run "make release"
16
- RELEASE =1.4.18
16
+ RELEASE =1.4.19
17
17
18
18
SHELL =/bin/bash
19
19
You can’t perform that action at this time.
0 commit comments