timonel 3.1.0-beta.1 → 3.1.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,9 @@
1
+ # [3.1.0](https://github.com/KenkoGeek/timonel/compare/v3.0.0...v3.1.0) (2026-01-10)
2
+
3
+ ### Features
4
+
5
+ - **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)
6
+
1
7
  # [3.1.0-beta.1](https://github.com/KenkoGeek/timonel/compare/v3.0.0...v3.1.0-beta.1) (2026-01-03)
2
8
 
3
9
  ### Features
package/README.md CHANGED
@@ -787,7 +787,7 @@ policyEngine.invalidateCache({ all: true });
787
787
  Policy engine configuration options
788
788
  - **[Policy Examples](https://github.com/KenkoGeek/timonel/wiki/Policy-Examples)** - Example plugins
789
789
  and usage patterns
790
- - **[Examples](https://github.com/KenkoGeek/timonel/wiki/Examples)** - Real-world usage examples
790
+ - **[Examples](https://github.com/KenkoGeek/timonel/wiki/Examples)** - Real-world usage examples (Outdated)
791
791
  - **[Best Practices](https://github.com/KenkoGeek/timonel/wiki/Best-Practices)** - Recommended
792
792
  patterns and practices
793
793
  - **[Contributing](https://github.com/KenkoGeek/timonel/wiki/Contributing)** - Development setup
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.1.0",
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",