Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 7, 2025
1 parent ed253a1 commit 590b1bc
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/cli":"0.5.0","packages/core":"1.32.10"}
{"packages/cli":"0.6.0","packages/core":"1.32.11"}
34 changes: 34 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [0.6.0](https://github.com/konfjs/k8skonf/compare/cli-v0.5.0...cli-v0.6.0) (2025-02-07)


### ⚠ BREAKING CHANGES

* **cli:** restructure models by k8s group and version ([#94](https://github.com/konfjs/k8skonf/issues/94))

### New Features

* **cli:** restructure models by k8s group and version ([#94](https://github.com/konfjs/k8skonf/issues/94)) ([432f6a0](https://github.com/konfjs/k8skonf/commit/432f6a0dab523f605d8da09ba5ae48113e2c716d))


### Bug Fixes

* **cli:** move files to subdirs ([60a71f1](https://github.com/konfjs/k8skonf/commit/60a71f127ba3425c53b7d80e9a04bb6b776ac2c9))
* **cli:** remove k8s api files that are only used programatically ([c96ccc8](https://github.com/konfjs/k8skonf/commit/c96ccc8cf1d88ef02f719ff28c5d95b29fcd923b))
* **cli:** remove unused interface files, reduces package size by 17% ([c96ccc8](https://github.com/konfjs/k8skonf/commit/c96ccc8cf1d88ef02f719ff28c5d95b29fcd923b))
* **cli:** sync schema.json ([60a71f1](https://github.com/konfjs/k8skonf/commit/60a71f127ba3425c53b7d80e9a04bb6b776ac2c9))


### Chores

* remove unused open api spec files ([23dc2e6](https://github.com/konfjs/k8skonf/commit/23dc2e6adaea4eca3c173655d8e2ab732f5c0a2f))
* use git sparse-checkout for kubernetes files ([#93](https://github.com/konfjs/k8skonf/issues/93)) ([b552816](https://github.com/konfjs/k8skonf/commit/b552816b298cef93d32ac462cb33862c41bd99ad))


### Dependencies

* bump @openapitools/openapi-generator-cli from 2.15.3 to 2.16.3 in /packages/cli [#89](https://github.com/konfjs/k8skonf/issues/89) ([d07f3c4](https://github.com/konfjs/k8skonf/commit/d07f3c4453a62d58afb40a8d79733c3ae399d71f))
* bump commander from 13.0.0 to 13.1.0 in /packages/cli ([#87](https://github.com/konfjs/k8skonf/issues/87)) ([f0bb308](https://github.com/konfjs/k8skonf/commit/f0bb30826ccbf06a3df716bb703aee4bc4a856a5))
* bump json-schema-to-typescript from 15.0.3 to 15.0.4 in /packages/cli [#88](https://github.com/konfjs/k8skonf/issues/88) ([46dc8d7](https://github.com/konfjs/k8skonf/commit/46dc8d70bc815a69297564fff05104236f8df9f2))
* bump ts-morph from 25.0.0 to 25.0.1 in /packages/cli ([#92](https://github.com/konfjs/k8skonf/issues/92)) ([a875e5e](https://github.com/konfjs/k8skonf/commit/a875e5e7d53626ef1e877de467346982b4c98550))
* use openapitools/openapi-generator 7.11.0 ([4a6e6ab](https://github.com/konfjs/k8skonf/commit/4a6e6ab5f319d4ba9c37bf379fd023e4395ce32a))

## [0.5.0](https://github.com/konfjs/k8skonf/compare/cli-v0.4.1...cli-v0.5.0) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8skonf/cli",
"version": "0.5.0",
"version": "0.6.0",
"author": {
"name": "konfjs",
"url": "https://github.com/konfjs"
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.32.11](https://github.com/konfjs/k8skonf/compare/core-v1.32.10...core-v1.32.11) (2025-02-07)


### ⚠ BREAKING CHANGES

* **core:** restructure models by k8s group and version ([#95](https://github.com/konfjs/k8skonf/issues/95))

### New Features

* **core:** restructure models by k8s group and version ([#95](https://github.com/konfjs/k8skonf/issues/95)) ([d38764e](https://github.com/konfjs/k8skonf/commit/d38764e0f75431956be0987bf35f0a6424f8ff29))


### Bug Fixes

* **core:** remove k8s api files that are only used programmatically ([#96](https://github.com/konfjs/k8skonf/issues/96)) ([ed253a1](https://github.com/konfjs/k8skonf/commit/ed253a17fdd0c95706c467e740efd339a8872847))
* **core:** remove unused interface files, reduces package size by 17% ([#96](https://github.com/konfjs/k8skonf/issues/96)) ([ed253a1](https://github.com/konfjs/k8skonf/commit/ed253a17fdd0c95706c467e740efd339a8872847))

## [1.32.10](https://github.com/konfjs/k8skonf/compare/core-v1.32.9...core-v1.32.10) (2025-01-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8skonf/core",
"version": "1.32.10",
"version": "1.32.11",
"author": {
"name": "konfjs",
"url": "https://github.com/konfjs"
Expand Down

0 comments on commit 590b1bc

Please sign in to comment.