|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.27.0](https://github.com/werf/nelm/compare/v1.26.1...v1.27.0) (2026-08-05) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add --diff-patches and patches.yaml support ([9241ea8](https://github.com/werf/nelm/commit/9241ea8a51d07fbe6c8b6f41c470752eda8e2a15)) |
| 9 | +* clean null fields in rendered manifests by default for better compat ([e9bbd6e](https://github.com/werf/nelm/commit/e9bbd6e25a02ac304d2d14ec82425724161fba02)) |
| 10 | +* embed deno binary into release binaries behind embeddeno tag ([cb96a15](https://github.com/werf/nelm/commit/cb96a15b9c26a41ea452287709e25265b8a0aede)) |
| 11 | +* embed kubeconform validation schemas into the binary ([#673](https://github.com/werf/nelm/issues/673)) ([f6ce79b](https://github.com/werf/nelm/commit/f6ce79b3fd4cf716cf06d7de16f3073acf603182)) |
| 12 | +* enhance Deno embedding process and sync platform lists ([615df53](https://github.com/werf/nelm/commit/615df530ca9d2bbcde6b2e15e58cb6bdb4e2cefa)) |
| 13 | +* port --lookup-resources and --no-create-namespace from main ([#671](https://github.com/werf/nelm/issues/671)) ([0d2b4e0](https://github.com/werf/nelm/commit/0d2b4e06f3a6d2cc5196a3ae3a02c4ce0e24ea90)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* cleanup TODOs for major ([#663](https://github.com/werf/nelm/issues/663)) ([8f85359](https://github.com/werf/nelm/commit/8f85359dc1d45dacb3b4cb0b3e4d7de807d5966e)) |
| 19 | +* format taskfile ([ee84ed7](https://github.com/werf/nelm/commit/ee84ed77ac0d5cde679fc66a6d27d87c851e3b80)) |
| 20 | +* harden deno embedding per review findings ([62d593f](https://github.com/werf/nelm/commit/62d593ff8fb413e6dcd1e9dc13b749fec90f1375)) |
| 21 | +* ignore helm.sh(werf.io)/resource-policy: keep from cluster ([79ce86a](https://github.com/werf/nelm/commit/79ce86ac06dea4f891a4f19d3ad888fa723a53b1)) |
| 22 | +* injected service values might break values.schema.json ([1c5d25e](https://github.com/werf/nelm/commit/1c5d25ec2a2768aa7e45b6d08367e58694a6c836)) |
| 23 | +* optimize validation args ([9d04918](https://github.com/werf/nelm/commit/9d049189ce4e8ba2035cf26837dde4c831c34e34)) |
| 24 | +* pin deno digests in the repository instead of fetching them ([4c91c3a](https://github.com/werf/nelm/commit/4c91c3a739c5db511f06003cb19495c8a824543e)) |
| 25 | +* register go-client auth plugins ([#670](https://github.com/werf/nelm/issues/670)) ([fec1159](https://github.com/werf/nelm/commit/fec11597241b54945e32bd9a924b0945ee379c47)) |
| 26 | +* remove unsupported os/arch from getDownloadLink ([3abafee](https://github.com/werf/nelm/commit/3abafee7837e7fab412f2c47287a4e626b7a35ad)) |
| 27 | +* repair ai lookup tests after helm fork api changes ([#676](https://github.com/werf/nelm/issues/676)) ([2a29517](https://github.com/werf/nelm/commit/2a29517d8d19ab606c5cd7cb24f55e3d394fabb5)) |
| 28 | +* resolve issues after conflicts ([d414ee7](https://github.com/werf/nelm/commit/d414ee7a2972ec38663203f52c6f55836debc20e)) |
| 29 | +* restore DENO_EMBED_ROOT for werf ([9b5af8d](https://github.com/werf/nelm/commit/9b5af8d8c453d76234095247b3f05e4fd57d86cb)) |
| 30 | + |
3 | 31 | ## [1.26.1](https://github.com/werf/nelm/compare/v1.26.0...v1.26.1) (2026-07-06) |
4 | 32 |
|
5 | 33 |
|
|
0 commit comments