timonel 3.1.0-beta.1 → 3.2.0-beta.1

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,15 @@
1
+ # [3.2.0-beta.1](https://github.com/KenkoGeek/timonel/compare/v3.1.0...v3.2.0-beta.1) (2026-01-10)
2
+
3
+ ### Features
4
+
5
+ - **core:** policy engine plugin and documentation improvement ([#250](https://github.com/KenkoGeek/timonel/issues/250)) ([400478e](https://github.com/KenkoGeek/timonel/commit/400478e32a30f6f00864832347deb176cb81c94b))
6
+
7
+ # [3.1.0](https://github.com/KenkoGeek/timonel/compare/v3.0.0...v3.1.0) (2026-01-10)
8
+
9
+ ### Features
10
+
11
+ - **core:** release policy engine, security improvement and deps updated ([abe608a](https://github.com/KenkoGeek/timonel/commit/abe608a525510b8a97844ef3c734a2b96c0bb8c0)), closes [#245](https://github.com/KenkoGeek/timonel/issues/245)
12
+
1
13
  # [3.1.0-beta.1](https://github.com/KenkoGeek/timonel/compare/v3.0.0...v3.1.0-beta.1) (2026-01-03)
2
14
 
3
15
  ### Features
package/README.md CHANGED
@@ -735,7 +735,7 @@ The Policy Engine supports a rich ecosystem of plugins for various use cases:
735
735
  "types": "dist/index.d.ts",
736
736
  "keywords": ["timonel", "policy", "security", "kubernetes"],
737
737
  "peerDependencies": {
738
- "timonel": "^3.0.0"
738
+ "timonel": "^3.1.0"
739
739
  }
740
740
  }
741
741
 
@@ -793,7 +793,7 @@ policyEngine.invalidateCache({ all: true });
793
793
  - **[Contributing](https://github.com/KenkoGeek/timonel/wiki/Contributing)** - Development setup
794
794
  and guidelines
795
795
  - **[Timonel Examples Repository](https://github.com/KenkoGeek/timonel-examples)** - Curated
796
- collection of ready-to-run Timonel sample projects
796
+ collection of ready-to-run Timonel sample projects (Outdated)
797
797
 
798
798
  ## 🔧 Troubleshooting
799
799
 
@@ -814,7 +814,7 @@ If you get `Error: Cannot find module 'cdk8s'` when running `tl umbrella synth`:
814
814
  "cdk8s": "^2.70.28",
815
815
  "cdk8s-plus-33": "^2.4.6",
816
816
  "constructs": "^10.4.3",
817
- "timonel": "^3.0.0-beta.1"
817
+ "timonel": "^3.1.0"
818
818
  },
819
819
  "devDependencies": {
820
820
  "@types/node": "^24.5.2",
package/SECURITY.md CHANGED
@@ -38,8 +38,8 @@ We provide security updates for the following versions:
38
38
 
39
39
  | Version | Supported | Security Updates | End of Life |
40
40
  | ------------ | -------------- | ---------------- | ----------- |
41
- | 3.0.0-beta.1 | ✅ Current | Full support | TBD |
42
- | 2.14.x | ✅ Supported | Full support | TBD |
41
+ | 3.1.0 | ✅ Current | Full support | TBD |
42
+ | 2.14.x | ✅ Supported | Full support | 2026-02-01 |
43
43
  | 2.8.0-2.13.x | ✅ Supported | Full support | 2025-06-30 |
44
44
  | 2.0-2.7.x | ⚠️ Limited | Critical only | 2025-03-31 |
45
45
  | 1.x.x | ❌ End of life | None | 2024-06-30 |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "timonel",
3
3
  "type": "module",
4
- "version": "3.1.0-beta.1",
4
+ "version": "3.2.0-beta.1",
5
5
  "description": "Timonel: programmatic Helm chart generator using cdk8s (TypeScript)",
6
6
  "bin": {
7
7
  "timonel": "dist/cli.js",
@@ -102,25 +102,25 @@
102
102
  ]
103
103
  },
104
104
  "dependencies": {
105
- "cdk8s": "^2.70.40",
106
- "cdk8s-plus-33": "^2.4.17",
105
+ "cdk8s": "^2.70.42",
106
+ "cdk8s-plus-33": "^2.4.19",
107
107
  "constructs": "^10.4.4",
108
108
  "handlebars": "^4.7.8",
109
- "pino": "^10.1.0",
109
+ "pino": "^10.1.1",
110
110
  "pino-pretty": "^13.1.3",
111
111
  "ts-node": "^10.9.2",
112
112
  "yaml": "^2.8.2"
113
113
  },
114
114
  "devDependencies": {
115
- "@commitlint/cli": "^20.3.0",
116
- "@commitlint/config-conventional": "^20.3.0",
115
+ "@commitlint/cli": "^20.3.1",
116
+ "@commitlint/config-conventional": "^20.3.1",
117
117
  "@eslint/js": "^9.39.2",
118
118
  "@semantic-release/changelog": "^6.0.3",
119
119
  "@semantic-release/exec": "^7.1.0",
120
120
  "@semantic-release/git": "^10.0.1",
121
- "@types/node": "^25.0.3",
122
- "@typescript-eslint/eslint-plugin": "^8.51.0",
123
- "@typescript-eslint/parser": "^8.51.0",
121
+ "@types/node": "^25.0.5",
122
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
123
+ "@typescript-eslint/parser": "^8.52.0",
124
124
  "@vitest/coverage-v8": "^4.0.16",
125
125
  "conventional-changelog-cli": "^5.0.0",
126
126
  "eslint": "^9.39.2",