Skip to content

Commit aa23060

Browse files
chore: release 0.14.0
1 parent 28c356a commit aa23060

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

3+
## [0.14.0](https://www.github.com/werf/kubedog/compare/v0.13.0...v0.14.0) (2025-08-01)
4+
5+
6+
### Features
7+
8+
* **crs:** add tracking rules for new custom resources ([2491f12](https://www.github.com/werf/kubedog/commit/2491f12b130a151b6c88b786887cdf88d6db3b5c))
9+
* **rules:** add rule for bitnami sealed secrets ([6948d26](https://www.github.com/werf/kubedog/commit/6948d26b3ec6589a0e9d28b340c312c041f8c9fa))
10+
* **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))
11+
* **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))
12+
* **tracker:** pass DynamicReadinessTrackerOptions.IgnoreLogs option down to pod tracker ([94b0a93](https://www.github.com/werf/kubedog/commit/94b0a931853d0508c190ac7e2664bfb322e94779))
13+
14+
15+
### Bug Fixes
16+
17+
* disable potentially problematic resource tracking rules ([a3c45a7](https://www.github.com/werf/kubedog/commit/a3c45a7ee17d69da5d5bbca808c238d1cc15a56b))
18+
* external secrets readying if external secret has no status ([cd33f46](https://www.github.com/werf/kubedog/commit/cd33f4634a6e1c5fb36d7bac18dec48b7f3e1727))
19+
* fix false positive ([#370](https://www.github.com/werf/kubedog/issues/370)) ([88394a2](https://www.github.com/werf/kubedog/commit/88394a2c5a0059e7a2102bc5948f4eaf9fe90256))
20+
* improve context cancellation handling and logging ([0ea6140](https://www.github.com/werf/kubedog/commit/0ea61405d2d475646ebf81f8c9484e73b4761f85))
21+
* leaking goroutines in dynamic tracker ([78ba12f](https://www.github.com/werf/kubedog/commit/78ba12ff7311314214f9c05125059f7ceaf1be5b))
22+
* no logs collected ([d5883c1](https://www.github.com/werf/kubedog/commit/d5883c1320659637d528bb9c2d225f44ef162bd6))
23+
324
## [0.13.0](https://www.github.com/werf/kubedog/compare/v0.12.3...v0.13.0) (2025-01-22)
425

526

0 commit comments

Comments
 (0)