Skip to content

Commit a6e7419

Browse files
chore: release 0.14.0
1 parent acff6da commit a6e7419

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.14.0](https://www.github.com/werf/kubedog/compare/v0.13.0...v0.14.0) (2025-08-08)
4+
5+
6+
### Features
7+
8+
* **crs:** add tracking rules for new custom resources ([2491f12](https://www.github.com/werf/kubedog/commit/2491f12b130a151b6c88b786887cdf88d6db3b5c))
9+
* greatly decrease Kubernetes apiserver load ([40930a9](https://www.github.com/werf/kubedog/commit/40930a9671a94ea79467579a54a55bd749fb4831))
10+
* **rules:** add rule for bitnami sealed secrets ([6948d26](https://www.github.com/werf/kubedog/commit/6948d26b3ec6589a0e9d28b340c312c041f8c9fa))
11+
* **rules:** add rules for kyverno policy and cluster policy ([#361](https://www.github.com/werf/kubedog/issues/361)) ([9511e8d](https://www.github.com/werf/kubedog/commit/9511e8dea1052f41749b82fdfab2fcf033a64cc8))
12+
* **rules:** add tracking rules for longhorn resources ([#374](https://www.github.com/werf/kubedog/issues/374)) ([f394e96](https://www.github.com/werf/kubedog/commit/f394e96f433a62d91702496efe4e07ff989187e0))
13+
* **rules:** add tracking rules for prometheus resources ([#373](https://www.github.com/werf/kubedog/issues/373)) ([b80f0b6](https://www.github.com/werf/kubedog/commit/b80f0b64e912b8fc6ebe054cc441baeb5429c680))
14+
* **tracker:** pass DynamicReadinessTrackerOptions.IgnoreLogs option down to pod tracker ([94b0a93](https://www.github.com/werf/kubedog/commit/94b0a931853d0508c190ac7e2664bfb322e94779))
15+
16+
17+
### Bug Fixes
18+
19+
* allow generic tracker static rules for empty string values ([7c68c9c](https://www.github.com/werf/kubedog/commit/7c68c9cbed842e4579d352269f3a5ffeec10f083))
20+
* disable potentially problematic resource tracking rules ([a3c45a7](https://www.github.com/werf/kubedog/commit/a3c45a7ee17d69da5d5bbca808c238d1cc15a56b))
21+
* external secrets readying if external secret has no status ([cd33f46](https://www.github.com/werf/kubedog/commit/cd33f4634a6e1c5fb36d7bac18dec48b7f3e1727))
22+
* fix false positive ([#370](https://www.github.com/werf/kubedog/issues/370)) ([88394a2](https://www.github.com/werf/kubedog/commit/88394a2c5a0059e7a2102bc5948f4eaf9fe90256))
23+
* improve context cancellation handling and logging ([0ea6140](https://www.github.com/werf/kubedog/commit/0ea61405d2d475646ebf81f8c9484e73b4761f85))
24+
* leaking goroutines in dynamic tracker ([78ba12f](https://www.github.com/werf/kubedog/commit/78ba12ff7311314214f9c05125059f7ceaf1be5b))
25+
* no logs collected ([d5883c1](https://www.github.com/werf/kubedog/commit/d5883c1320659637d528bb9c2d225f44ef162bd6))
26+
* panic "validate rules file" ([acff6da](https://www.github.com/werf/kubedog/commit/acff6dace2cce2c193ad93f3441a7e33e5ad3281))
27+
328
## [0.13.0](https://www.github.com/werf/kubedog/compare/v0.12.3...v0.13.0) (2025-01-22)
429

530

0 commit comments

Comments
 (0)