-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUP-21158 Change-Id: Ib443e516eda1a0764ac38d463673e87bd2751920
- Loading branch information
1 parent
83c32ec
commit 018806f
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[//]: # (werk v2) | ||
# Distributed agent bakery: cache packages on remote site | ||
|
||
key | value | ||
---------- | --- | ||
date | 2025-01-14T11:28:44+00:00 | ||
version | 2.3.0p25 | ||
class | fix | ||
edition | cee | ||
component | agents | ||
level | 1 | ||
compatible | yes | ||
|
||
This Werk fixes a regression that got introduced with Werk #16557. | ||
Only Checkmk 2.3 is affected. | ||
While Werk #16557 fixed the situation where cached packages were not cleaned up, | ||
we accidentally introduced a bug where packages do get cleaned up too often. | ||
|
||
With this Werk, agent packages will be cached on remote sites when requested from | ||
a host, and only get deleted when the package is no longer existant on the central | ||
site. |