From 38d17c47facf29f7ad8cfdd4aad0e3dcb5eb25c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:20:01 +0000 Subject: [PATCH] chore(main): release config 1.6.0 --- .release-please-manifest.json | 2 +- config/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..11334485 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file +{"config":"1.6.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 1d9f95e5..2a93c844 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.0](https://github.com/adaosantos/yokai/compare/config-v1.5.0...config/v1.6.0) (2025-09-17) + + +### Features + +* **config:** Added app description config key ([#270](https://github.com/adaosantos/yokai/issues/270)) ([e540857](https://github.com/adaosantos/yokai/commit/e54085755430b171277c038719611a667b284c85)) +* **config:** Added config default path ([#280](https://github.com/adaosantos/yokai/issues/280)) ([2de70d2](https://github.com/adaosantos/yokai/commit/2de70d2aaed23f9bf867e4806c2c84fdf1b77736)) +* **config:** Added env var helper ([#14](https://github.com/adaosantos/yokai/issues/14)) ([1a3743b](https://github.com/adaosantos/yokai/commit/1a3743b80ed61444d49237b7b151de7f8aad2b14)) +* **config:** Auto-detect ko.build OCI images and set config paths ([#100](https://github.com/adaosantos/yokai/issues/100)) ([c214cad](https://github.com/adaosantos/yokai/commit/c214cad80af6e0fa43aa3aa16af3fb159c76270f)) +* **config:** Provided module ([#1](https://github.com/adaosantos/yokai/issues/1)) ([9bfe4cc](https://github.com/adaosantos/yokai/commit/9bfe4cc14b447457735ee0f23a229a7006a5b5fc)) +* **config:** Updated dependencies ([#131](https://github.com/adaosantos/yokai/issues/131)) ([f20e8b6](https://github.com/adaosantos/yokai/commit/f20e8b617639607c9bc0f22cf9857505bbbd7384)) + ## [1.5.0](https://github.com/ankorstore/yokai/compare/config/v1.4.0...config/v1.5.0) (2024-09-25)