Skip to content

Commit d6d5c89

Browse files
chore: release main (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f948e14 commit d6d5c89

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/cli":"0.4.0","packages/core":"1.32.9"}
1+
{"packages/cli":"0.4.1","packages/core":"1.32.10"}

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/konfjs/k8skonf/compare/cli-v0.4.0...cli-v0.4.1) (2025-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** read local crd yaml files from config ([#79](https://github.com/konfjs/k8skonf/issues/79)) ([f948e14](https://github.com/konfjs/k8skonf/commit/f948e149af78c94e14d7e9f83be47b1d7ded3c9b))
9+
10+
11+
### Dependencies
12+
13+
* bump dependencies ([#76](https://github.com/konfjs/k8skonf/issues/76)) ([c28613b](https://github.com/konfjs/k8skonf/commit/c28613bb5bd878b0a777a71302bc7049b9954416))
14+
315
## [0.4.0](https://github.com/konfjs/k8skonf/compare/cli-v0.3.7...cli-v0.4.0) (2024-12-25)
416

517

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@k8skonf/cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": {
55
"name": "konfjs",
66
"url": "https://github.com/konfjs"

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.32.10](https://github.com/konfjs/k8skonf/compare/core-v1.32.9...core-v1.32.10) (2025-01-11)
4+
5+
6+
### Dependencies
7+
8+
* bump dependencies ([#76](https://github.com/konfjs/k8skonf/issues/76)) ([c28613b](https://github.com/konfjs/k8skonf/commit/c28613bb5bd878b0a777a71302bc7049b9954416))
9+
310
## [1.32.9](https://github.com/konfjs/k8skonf/compare/core-v1.32.8...core-v1.32.9) (2024-12-31)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@k8skonf/core",
3-
"version": "1.32.9",
3+
"version": "1.32.10",
44
"author": {
55
"name": "konfjs",
66
"url": "https://github.com/konfjs"

0 commit comments

Comments
 (0)