Skip to content

Commit 2327637

Browse files
chore(release): 1.17.6 [skip ci]
## [1.17.6](v1.17.5...v1.17.6) (2025-03-31) ### Bug Fixes * correction on pathKubFile ([96acf2e](96acf2e)) * update .gitignore ([1d4e08b](1d4e08b)) * update error/warning message ([3916c96](3916c96)) * update field type from TEXT to JSONB ([2cf0eb4](2cf0eb4)) * update Kubernetes addOn with new NPM package ([34f5902](34f5902)) * update npm package for kubernetes ([5f1bf46](5f1bf46))
1 parent 12124cd commit 2327637

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.17.6](https://github.com/kexa-io/Kexa/compare/v1.17.5...v1.17.6) (2025-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* correction on pathKubFile ([96acf2e](https://github.com/kexa-io/Kexa/commit/96acf2e13253dd9742a82e88dcf82d47e3e9e653))
7+
* update .gitignore ([1d4e08b](https://github.com/kexa-io/Kexa/commit/1d4e08b1b610163c330a9a79ef62e3283df39f2d))
8+
* update error/warning message ([3916c96](https://github.com/kexa-io/Kexa/commit/3916c964db3fd12e629774f7a8d88b4511379f8b))
9+
* update field type from TEXT to JSONB ([2cf0eb4](https://github.com/kexa-io/Kexa/commit/2cf0eb47b1856e61db00cb8fd2268627fb9a63bd))
10+
* update Kubernetes addOn with new NPM package ([34f5902](https://github.com/kexa-io/Kexa/commit/34f5902e2239352543e296c52c07b60d9eba4f98))
11+
* update npm package for kubernetes ([5f1bf46](https://github.com/kexa-io/Kexa/commit/5f1bf463e3ae39eca7ee397e538e387fb8186c52))
12+
113
## [1.17.5](https://github.com/kexa-io/Kexa/compare/v1.17.4...v1.17.5) (2024-11-29)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
"ts-node": "^10.9.2",
572572
"typescript": "^4.9.5"
573573
},
574-
"version": "1.17.5",
574+
"version": "1.17.6",
575575
"main": "./build/index.js",
576576
"scripts": {
577577
"postinstall": "node-config-ts",

0 commit comments

Comments
 (0)