Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown

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.resourceName is generated now, or what the impact of this change is, to provide more context.

- [apps/iam] fixes resolution of role `account-member` for actions `read-logs`, and `read-metrics`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The 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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (llm): The fix for the getDevice API is crucial, especially since it addresses a crash. It might be beneficial to mention what the behavior is now when the wireguard config is unavailable, to clarify how the issue was resolved.


## [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