Skip to content

Releases: konfjs/k8skonf

core: v1.32.13

14 Feb 06:58
ac97087
Compare
Choose a tag to compare

1.32.13 (2025-02-14)

Bug Fixes

  • deprecated rmdirSync usage (1e97983)
  • enable verbatimModuleSyntax, support NodeJS' native TypeScript loader (#108) (3861fdf)
  • use .ts for all relative imports (c636fc4)
  • use import extensions for all files to fix ESM usage (#105) (6fdcea0)

cli: v0.6.3

14 Feb 06:58
ac97087
Compare
Choose a tag to compare

0.6.3 (2025-02-14)

Bug Fixes

  • crds: generate CRD outputs with .ts extensions (ac8c3e3)
  • crds: use type only imports where appropriate (ac8c3e3)
  • enable verbatimModuleSyntax, support NodeJS' native TypeScript loader (#108) (3861fdf)
  • use import extensions for all files to fix ESM usage (#105) (6fdcea0)

Chores

  • cli: log local files explicitly (d032c6c)
  • remove unnecessary path conversion (c42d8d0)

core: v1.32.12

10 Feb 19:25
5eb8478
Compare
Choose a tag to compare

1.32.12 (2025-02-10)

Bug Fixes

  • core: fix input metadata type (def5918)

cli: v0.6.2

10 Feb 19:25
5eb8478
Compare
Choose a tag to compare

0.6.2 (2025-02-10)

Bug Fixes

  • cli: fix metadata input type (e1347d4)

cli: v0.6.1

08 Feb 02:41
2a88740
Compare
Choose a tag to compare

0.6.1 (2025-02-08)

Bug Fixes

  • cli: fix cli usage (68130a0)
  • cli: group CRDs by apiVersion and export as namespaces (724f8b5)

core: v1.32.11

07 Feb 22:06
3c5e299
Compare
Choose a tag to compare

1.32.11 (2025-02-07)

⚠ BREAKING CHANGES

  • core: restructure models by k8s group and version (#95)

New Features

  • core: restructure models by k8s group and version (#95) (d38764e)
  • export apiGroups and apiVersions as namespaces (#98) (e290957)

Bug Fixes

  • core: remove k8s api files that are only used programmatically (#96) (ed253a1)
  • core: remove unused interface files, reduces package size by 17% (#96) (ed253a1)

Chores

  • move interfaces to types dir to easily distinguish api resources (#97) (b20d4f0)
  • remove all target from makefile, as remove-unused target is not idempotent (#97) (b20d4f0)

cli: v0.6.0

07 Feb 22:06
3c5e299
Compare
Choose a tag to compare

0.6.0 (2025-02-07)

⚠ BREAKING CHANGES

  • cli: restructure models by k8s group and version (#94)

New Features

  • cli: restructure models by k8s group and version (#94) (432f6a0)
  • export apiGroups and apiVersions as namespaces (#98) (e290957)

Bug Fixes

  • cli: move files to subdirs (60a71f1)
  • cli: remove k8s api files that are only used programatically (c96ccc8)
  • cli: remove unused interface files, reduces package size by 17% (c96ccc8)
  • cli: sync schema.json (60a71f1)

Chores

  • move interfaces to types dir to easily distinguish api resources (#97) (b20d4f0)
  • remove all target from makefile, as remove-unused target is not idempotent (#97) (b20d4f0)
  • remove unused open api spec files (23dc2e6)
  • use git sparse-checkout for kubernetes files (#93) (b552816)

Dependencies

  • bump @openapitools/openapi-generator-cli from 2.15.3 to 2.16.3 in /packages/cli #89 (d07f3c4)
  • bump commander from 13.0.0 to 13.1.0 in /packages/cli (#87) (f0bb308)
  • bump json-schema-to-typescript from 15.0.3 to 15.0.4 in /packages/cli #88 (46dc8d7)
  • bump ts-morph from 25.0.0 to 25.0.1 in /packages/cli (#92) (a875e5e)
  • use openapitools/openapi-generator 7.11.0 (4a6e6ab)

cli: v0.5.0

17 Jan 19:11
7d13bf9
Compare
Choose a tag to compare

0.5.0 (2025-01-17)

Features

  • cli: parse k8sList for collections of CRDs (#80) (731d7be)

core: v1.32.10

11 Jan 16:31
d6d5c89
Compare
Choose a tag to compare

1.32.10 (2025-01-11)

Dependencies

cli: v0.4.1

11 Jan 16:31
d6d5c89
Compare
Choose a tag to compare

0.4.1 (2025-01-11)

Bug Fixes

  • cli: read local crd yaml files from config (#79) (f948e14)

Dependencies