Skip to content

Commit

Permalink
chore: release main (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
1 parent 12bb12e commit 3aed82c
Show file tree
Hide file tree
Showing 5 changed files with 18 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.3.3","packages/core":"1.32.5"}
{"packages/cli":"0.3.4","packages/core":"1.32.6"}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.4](https://github.com/konfjs/k8skonf/compare/cli-v0.3.3...cli-v0.3.4) (2024-12-20)


### Bug Fixes

* **core:** set default namespace at the app level ([#58](https://github.com/konfjs/k8skonf/issues/58)) ([12bb12e](https://github.com/konfjs/k8skonf/commit/12bb12ed8d994d5afa2e57e9a7a7fc0886108bc9))

## [0.3.3](https://github.com/konfjs/k8skonf/compare/cli-v0.3.2...cli-v0.3.3) (2024-12-20)


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.3.3",
"version": "0.3.4",
"author": {
"name": "konfjs",
"url": "https://github.com/konfjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.32.6](https://github.com/konfjs/k8skonf/compare/core-v1.32.5...core-v1.32.6) (2024-12-20)


### Bug Fixes

* **core:** add `name` getter as alias to `metadata.name` [#56](https://github.com/konfjs/k8skonf/issues/56) ([247eba8](https://github.com/konfjs/k8skonf/commit/247eba828b1b7ed10fcfcdfe6fbf0732c91d1623))
* **core:** set default namespace at the app level ([#58](https://github.com/konfjs/k8skonf/issues/58)) ([12bb12e](https://github.com/konfjs/k8skonf/commit/12bb12ed8d994d5afa2e57e9a7a7fc0886108bc9))

## [1.32.5](https://github.com/konfjs/k8skonf/compare/core-v1.32.4...core-v1.32.5) (2024-12-19)


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.5",
"version": "1.32.6",
"author": {
"name": "konfjs",
"url": "https://github.com/konfjs"
Expand Down

0 comments on commit 3aed82c

Please sign in to comment.