diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 559b8ba..d7a74c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/cli":"0.3.1","packages/core":"1.32.3"} +{"packages/cli":"0.3.2","packages/core":"1.32.4"} diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4dd9628..e9bfb49 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.2](https://github.com/konfjs/k8skonf/compare/cli-v0.3.1...cli-v0.3.2) (2024-12-19) + + +### Bug Fixes + +* **core:** always set metadata.name ([#49](https://github.com/konfjs/k8skonf/issues/49)) ([4ec20ab](https://github.com/konfjs/k8skonf/commit/4ec20ab247a78acbd906b4cfc7b6ea6e64c443d9)) +* handle resource conflicts ([#48](https://github.com/konfjs/k8skonf/issues/48)) ([a510c6a](https://github.com/konfjs/k8skonf/commit/a510c6a5b3ba690240a409f04de7bfb711b92e5f)) + + +### Chores + +* **cli:** sort group-version-kind-map json keys ([#46](https://github.com/konfjs/k8skonf/issues/46)) ([a3a0677](https://github.com/konfjs/k8skonf/commit/a3a0677f386ca8c61dd329275685e0b4fe2bc1ab)) + ## [0.3.1](https://github.com/konfjs/k8skonf/compare/cli-v0.3.0...cli-v0.3.1) (2024-12-17) diff --git a/packages/cli/package.json b/packages/cli/package.json index d40e4bb..0730733 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@k8skonf/cli", - "version": "0.3.1", + "version": "0.3.2", "author": { "name": "konfjs", "url": "https://github.com/konfjs" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 80d5703..9d4ccc3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.32.4](https://github.com/konfjs/k8skonf/compare/core-v1.32.3...core-v1.32.4) (2024-12-19) + + +### Bug Fixes + +* **core:** always set metadata.name ([#49](https://github.com/konfjs/k8skonf/issues/49)) ([4ec20ab](https://github.com/konfjs/k8skonf/commit/4ec20ab247a78acbd906b4cfc7b6ea6e64c443d9)) +* handle resource conflicts ([#48](https://github.com/konfjs/k8skonf/issues/48)) ([a510c6a](https://github.com/konfjs/k8skonf/commit/a510c6a5b3ba690240a409f04de7bfb711b92e5f)) + ## [1.32.3](https://github.com/konfjs/k8skonf/compare/core-v1.32.2...core-v1.32.3) (2024-12-17) diff --git a/packages/core/package.json b/packages/core/package.json index 945548c..3fd68fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@k8skonf/core", - "version": "1.32.3", + "version": "1.32.4", "author": { "name": "konfjs", "url": "https://github.com/konfjs"