-
Notifications
You must be signed in to change notification settings - Fork 1
docs: updates CHANGELOG #256
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [v1.0.1] - 2024-02-07 | ||
|
|
||
| ### Added | ||
|
|
||
| - [apps/console] fixes managed resources created during environment cloning, `.spec.resourceName` is now generated differently for cloned environment | ||
| - [apps/iam] fixes resolution of role `account-member` for actions `read-logs`, and `read-metrics` | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (llm): The description of the fix is clear, but it might be beneficial to briefly mention the problem that was occurring before this fix. This can help users understand the necessity of the update. |
||
| - [apps/infra] adds support for PV deletion | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (llm): Adding support for PV deletion is a significant update. It would be helpful to specify if there are any specific conditions or configurations under which this support operates, for clarity and to set the right expectations. |
||
| - [apps/infra] fixes `getDevice` API. In case of unavailablity of wireguard config, it threw error, which caused [kloudlite/kl] to exit with non-zero code. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (llm): The fix for the |
||
|
|
||
| ## [v1.0.0] - 2024-02-04 | ||
|
|
||
| ### Added | ||
|
|
||
| - [apps/infra] tenant clusters installation of `charts/kloudlite-agent` is now installed and managed by infra API. It is done to ensure that kloudlite can upgrade those releases, as new releases arrive | ||
|
|
||
| [v1.0.1]: https://github.com/kloudlite/api/compare/v1.0.0...v1.0.1 | ||
| [kloudite/kl]: https://github.com/kloudlite/ki | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (llm): It's great to see bug fixes being documented in the changelog. However, it might be more helpful for the reader if we could briefly describe how
.spec.resourceNameis generated now, or what the impact of this change is, to provide more context.