timonel 2.1.1 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [2.3.0](https://github.com/KenkoGeek/timonel/compare/v2.2.0...v2.3.0) (2025-09-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **core:** implement CLI-focused security validations and centralized input sanitization ([f0a8144](https://github.com/KenkoGeek/timonel/commit/f0a8144c9aeaa510f4bcf999ca6b1697deca31ae))
6
+
7
+ ### Features
8
+
9
+ - **core:** add Karpenter integration with 5 methods, fix performance issues, and update security docs ([#31](https://github.com/KenkoGeek/timonel/issues/31)) ([fb69f33](https://github.com/KenkoGeek/timonel/commit/fb69f338fd27a01aa8eae04de9ea9962fb840a0b))
10
+
11
+ # [2.2.0](https://github.com/KenkoGeek/timonel/compare/v2.1.1...v2.2.0) (2025-09-09)
12
+
13
+ ### Features
14
+
15
+ - **core:** add comprehensive Azure helpers for AKS integration with enhanced security ([870d1cd](https://github.com/KenkoGeek/timonel/commit/870d1cd3f81781d2f312f37e9dbd4dcc103e3ab8))
16
+
1
17
  ## [2.1.1](https://github.com/KenkoGeek/timonel/compare/v2.1.0...v2.1.1) (2025-09-09)
2
18
 
3
19
  ### Bug Fixes