mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 09:39:50 +00:00
chore(docs): updated changelogs for v0.2.6 release (#283)
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com>
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,8 +1,14 @@
|
||||
## Unreleased
|
||||
|
||||
## [0.2.6](https://github.com/paralus/paralus/compare/v0.2.5...v0.2.6) (2023-12-21)
|
||||
|
||||
### Added
|
||||
|
||||
* mapper for keycloak
|
||||
* mapper for keycloak ([01d9160](https://github.com/paralus/paralus/commit/01d91606a6e08c806e6b929d205817362fd57805))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* added yaml marshal/unmarshal for enums ([#34](https://github.com/paralus/cli/issues/34)) ([35da062](https://github.com/paralus/paralus/commit/35da06272f8abe9e4e8ed6a8806d62e65fa7eeab))
|
||||
|
||||
## [0.2.5](https://github.com/paralus/paralus/compare/v0.2.4...v0.2.5) (2023-09-25)
|
||||
|
||||
@@ -134,7 +140,8 @@ update identities set metadata_public = jsonb_set(metadata_public, '{partner}',
|
||||
### Added
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.5...HEAD
|
||||
[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.6...HEAD
|
||||
[0.2.6]: https://github.com/paralus/paralus/compare/v0.2.5...v0.2.6
|
||||
[0.2.5]: https://github.com/paralus/paralus/compare/v0.2.4...v0.2.5
|
||||
[0.2.4]: https://github.com/paralus/paralus/compare/v0.2.3...v0.2.4
|
||||
[0.2.3]: https://github.com/paralus/paralus/compare/v0.2.2...v0.2.3
|
||||
|
||||
@@ -15,7 +15,6 @@ Below is a list of features that are planned for Paralus:
|
||||
- **Easier CLI Download:** Currently the end user has to choose the CLI binary based on their system which means they can download an incompatible binary. The goal is to automatically identify user's system and provide the correct binary for download.
|
||||
- **Update Group Flows From OIDC Provider:** We want to add the ability to automatically configure groups in Paralus based on changes made to a user's associated group in the OIDC provider. Currently, the org admin has to manually update the groups in Paralus if there's any changes made in the OIDC provider.
|
||||
- **Fix Buf Lint Issues:** Paralus makes extensive use of [Protobufs](https://github.com/protocolbuffers/protobuf) across the application. The code currently isn't as per the standards and hence there are linting issues that we want to fix in the near future.
|
||||
- **CLI Usage Without Dashboard:** Currently the user needs to setup Paralus dashboard to use the CLI. We want to remove that and allow the users to use the CLI tool as a standalone application.
|
||||
- **Add Cluster / Namespace selection in role association:** Currently the user needs to input namespace(s) to be given access to when choosing a namespace related role. This enhancement will add the ability to choose a cluster and pre-populate namespaces from the target cluster for user to choose from.
|
||||
- **Cluster status - heartbeat:** Ability to regularly check in on the target cluster status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user