From 73bb54a2613a2e8c004d19236ab681e1c350a27e Mon Sep 17 00:00:00 2001 From: Nirav Parikh Date: Fri, 23 May 2025 11:28:53 +0530 Subject: [PATCH] updated changelog for v0.2.9 release Signed-off-by: Nirav Parikh --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1ceb4..949a3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Unreleased +## [v0.2.9](https://github.com/paralus/paralus/compare/v0.2.8...v0.2.9) (2025-05-23) + +### Enhancements + +* updated main.go script to reinitialize the permissions when the are existing or there is any update ([#307](https://github.com/paralus/paralus/issues/307)) ([7a4895a](https://github.com/paralus/paralus/commit/7a4895a5b23469cec6b3bcfba7e864494dcdd6b9)) + +### Bug Fixes + +* added support for Dockerfile.initialize to download kratos arm64 compatible binaries ([#375](https://github.com/paralus/paralus/pull/375)) ([26fb10c](https://github.com/paralus/paralus/commit/26fb10cc02c7f569e0e03b5a0a44c88c1dfa4cfe)) + ## [0.2.8](https://github.com/paralus/paralus/compare/v0.2.7...v0.2.8) (2024-06-14) ### Bug Fixes