mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 09:39:50 +00:00
updated change log for v0.3.0 (#405)
* created new migrations for null values Signed-off-by: zyncc <chandankrishna288@gmail.com> * fixed not null constraint for sentry_bootstrap_infra Signed-off-by: zyncc <chandankrishna288@gmail.com> * migrations not being applied Signed-off-by: zyncc <chandankrishna288@gmail.com> * added default values to all not null columns Signed-off-by: zyncc <chandankrishna288@gmail.com> * changes to kratos client api Signed-off-by: zyncc <chandankrishna288@gmail.com> * fixed casbin entries not showing in database Signed-off-by: zyncc <chandankrishna288@gmail.com> * . Signed-off-by: zyncc <chandankrishna288@gmail.com> * fixed create / upsert mismatch Signed-off-by: zyncc <chandankrishna288@gmail.com> * . Signed-off-by: zyncc <chandankrishna288@gmail.com> * . Signed-off-by: zyncc <chandankrishna288@gmail.com> * . Signed-off-by: zyncc <chandankrishna288@gmail.com> * . Signed-off-by: zyncc <chandankrishna288@gmail.com> * created one sql migration file Signed-off-by: zyncc <chandankrishna288@gmail.com> * . Signed-off-by: zyncc <chandankrishna288@gmail.com> * fixed CVE Vulnerability for golang and golang.org/x/oauth2 Signed-off-by: zyncc <chandankrishna288@gmail.com> * changed go version to 1.25.5 Signed-off-by: zyncc <chandankrishna288@gmail.com> * updated golangct-lint version to v2.6 Signed-off-by: zyncc <chandankrishna288@gmail.com> * golang-ci version Signed-off-by: zyncc <chandankrishna288@gmail.com> * added version to golang-ci.yaml Signed-off-by: zyncc <chandankrishna288@gmail.com> * fixed golangci config Signed-off-by: zyncc <chandankrishna288@gmail.com> * updated changelog for v0.3.0 Signed-off-by: zyncc <chandankrishna288@gmail.com> * . Signed-off-by: zyncc <chandankrishna288@gmail.com> --------- Signed-off-by: zyncc <chandankrishna288@gmail.com>
This commit is contained in:
72
CHANGELOG.md
72
CHANGELOG.md
@@ -1,53 +1,59 @@
|
||||
## Unreleased
|
||||
## [v0.3.0](https://github.com/paralus/paralus/compare/v0.2.9...v0.3.0) (2026-01-14)
|
||||
|
||||
## [v0.2.9](https://github.com/paralus/paralus/compare/v0.2.8...v0.2.9) (2025-05-23)
|
||||
### Dependencies
|
||||
|
||||
### 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))
|
||||
- updated kratos client from `v0.11.0` to `v1.3.8`
|
||||
|
||||
### 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))
|
||||
- Fixed NOT NULL constraints on `created_at`, `modified_at` and `trash` columns across most tables by assigning appropriate default values. ([f56c5a9](https://github.com/paralus/paralus/commit/f56c5a9fd8fd73a690ad64676d5fdc99ee17e0c1))
|
||||
|
||||
## [v0.2.9](https://github.com/paralus/paralus/compare/v0.2.8...v0.2.9) (2025-05-23) [Unreleased]
|
||||
|
||||
### 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
|
||||
|
||||
* unable to create/update project when roles specified ([#314](https://github.com/paralus/paralus/issues/314)) ([ccec5c3](https://github.com/paralus/paralus/commit/ccec5c3c1899eba36f48a33b61403a8a0f8ff845))
|
||||
- unable to create/update project when roles specified ([#314](https://github.com/paralus/paralus/issues/314)) ([ccec5c3](https://github.com/paralus/paralus/commit/ccec5c3c1899eba36f48a33b61403a8a0f8ff845))
|
||||
|
||||
* adding permissions for cli.config.read and code fix for non admin users ([#274](https://github.com/paralus/paralus/issues/274)) ([dd56358](https://github.com/paralus/paralus/commit/dd563582d0c461c6b31392c10548a4bc0816a12e))
|
||||
|
||||
* linting(fixes): unused func/var/methods removed ([#184](https://github.com/paralus/paralus/issues/184)) ([ca4e2c6](https://github.com/paralus/paralus/commit/ca4e2c61313168ac7beeb76b88350524f00a8467))
|
||||
- adding permissions for cli.config.read and code fix for non admin users ([#274](https://github.com/paralus/paralus/issues/274)) ([dd56358](https://github.com/paralus/paralus/commit/dd563582d0c461c6b31392c10548a4bc0816a12e))
|
||||
|
||||
- linting(fixes): unused func/var/methods removed ([#184](https://github.com/paralus/paralus/issues/184)) ([ca4e2c6](https://github.com/paralus/paralus/commit/ca4e2c61313168ac7beeb76b88350524f00a8467))
|
||||
|
||||
## [0.2.7](https://github.com/paralus/paralus/compare/v0.2.6...v0.2.7) (2024-02-28)
|
||||
|
||||
### Features
|
||||
|
||||
* Ability to regularly check in on the target cluster connection status ([#245](https://github.com/paralus/paralus/issues/245)) ([0cd2a35](https://github.com/paralus/paralus/commit/0cd2a35ab52b9f86d69b385ef183187c5e224cf3))
|
||||
- Ability to regularly check in on the target cluster connection status ([#245](https://github.com/paralus/paralus/issues/245)) ([0cd2a35](https://github.com/paralus/paralus/commit/0cd2a35ab52b9f86d69b385ef183187c5e224cf3))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add custom Empty instead of google.protobuf.Empty ([#291](https://github.com/paralus/paralus/issues/291)) ([56fdc1c](https://github.com/paralus/paralus/commit/56fdc1c27bb6e66905826ee69649e1343ceeb2a7))
|
||||
* migration error on Postgresql version below 14 ([#295](https://github.com/paralus/paralus/issues/295)) ([8b54b40](https://github.com/paralus/paralus/commit/8b54b4067337cd11a640af921cba333eb2f3d2a0))
|
||||
|
||||
- add custom Empty instead of google.protobuf.Empty ([#291](https://github.com/paralus/paralus/issues/291)) ([56fdc1c](https://github.com/paralus/paralus/commit/56fdc1c27bb6e66905826ee69649e1343ceeb2a7))
|
||||
- migration error on Postgresql version below 14 ([#295](https://github.com/paralus/paralus/issues/295)) ([8b54b40](https://github.com/paralus/paralus/commit/8b54b4067337cd11a640af921cba333eb2f3d2a0))
|
||||
|
||||
## [0.2.6](https://github.com/paralus/paralus/compare/v0.2.5...v0.2.6) (2023-12-21)
|
||||
|
||||
### Added
|
||||
|
||||
* mapper for keycloak ([01d9160](https://github.com/paralus/paralus/commit/01d91606a6e08c806e6b929d205817362fd57805))
|
||||
- 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))
|
||||
- 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)
|
||||
|
||||
### Features
|
||||
|
||||
* changes to view auditlogs by project role users ([#225](https://github.com/paralus/paralus/issues/225)) ([1b7a9a1](https://github.com/paralus/paralus/commit/1b7a9a1fa32efbaa7a4c4024145adda260a96d3e))
|
||||
- changes to view auditlogs by project role users ([#225](https://github.com/paralus/paralus/issues/225)) ([1b7a9a1](https://github.com/paralus/paralus/commit/1b7a9a1fa32efbaa7a4c4024145adda260a96d3e))
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
@@ -60,20 +66,18 @@ update identities set metadata_public = jsonb_set(metadata_public, '{partner}',
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* change relays annotation of Cluster to paralus.dev/relays ([#227](https://github.com/paralus/paralus/issues/227)) ([749dcb4](https://github.com/paralus/paralus/commit/749dcb46d4f82341c9e2f5168ef15ac71011694e))
|
||||
* cluster list API send internal error for non-exist project ([a30f80f](https://github.com/paralus/paralus/commit/a30f80f426f95327acf25ba095755fed19a566c6))
|
||||
* generate fixtures for download.yaml ([#236](https://github.com/paralus/paralus/issues/236)) ([f5e2e77](https://github.com/paralus/paralus/commit/f5e2e7739d66c73803b7a231961ce5d316eb2408))
|
||||
* fix for org admins to view secrets with org restrictions ([#235](https://github.com/paralus/paralus/issues/235)) ([2965dd9](https://github.com/paralus/paralus/commit/2965dd9fdf15d71f9b0fd18aa063daad505485a3))
|
||||
|
||||
- change relays annotation of Cluster to paralus.dev/relays ([#227](https://github.com/paralus/paralus/issues/227)) ([749dcb4](https://github.com/paralus/paralus/commit/749dcb46d4f82341c9e2f5168ef15ac71011694e))
|
||||
- cluster list API send internal error for non-exist project ([a30f80f](https://github.com/paralus/paralus/commit/a30f80f426f95327acf25ba095755fed19a566c6))
|
||||
- generate fixtures for download.yaml ([#236](https://github.com/paralus/paralus/issues/236)) ([f5e2e77](https://github.com/paralus/paralus/commit/f5e2e7739d66c73803b7a231961ce5d316eb2408))
|
||||
- fix for org admins to view secrets with org restrictions ([#235](https://github.com/paralus/paralus/issues/235)) ([2965dd9](https://github.com/paralus/paralus/commit/2965dd9fdf15d71f9b0fd18aa063daad505485a3))
|
||||
|
||||
### [0.2.3](https://github.com/paralus/paralus/compare/v0.2.2...v0.2.3) (2023-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* incorrect number of wg.add ([#203](https://github.com/paralus/paralus/issues/203)) ([da418fd](https://github.com/paralus/paralus/commit/da418fd3d583ef3cf0a49e22b566b1ac020beb12))
|
||||
* re-running admindb migration fails ([#205](https://github.com/paralus/paralus/issues/205)) ([d88c82e](https://github.com/paralus/paralus/commit/d88c82e0df7c6cb959d800ba87f5eee565f0dc31))
|
||||
* remove references to admindbuser user in admindb migrations ([#200](https://github.com/paralus/paralus/issues/200)) ([e203d15](https://github.com/paralus/paralus/commit/e203d15b8f0bcd8feba189324aa9545ed637b0fc))
|
||||
- incorrect number of wg.add ([#203](https://github.com/paralus/paralus/issues/203)) ([da418fd](https://github.com/paralus/paralus/commit/da418fd3d583ef3cf0a49e22b566b1ac020beb12))
|
||||
- re-running admindb migration fails ([#205](https://github.com/paralus/paralus/issues/205)) ([d88c82e](https://github.com/paralus/paralus/commit/d88c82e0df7c6cb959d800ba87f5eee565f0dc31))
|
||||
- remove references to admindbuser user in admindb migrations ([#200](https://github.com/paralus/paralus/issues/200)) ([e203d15](https://github.com/paralus/paralus/commit/e203d15b8f0bcd8feba189324aa9545ed637b0fc))
|
||||
|
||||
## [0.2.2] - 2023-03-31
|
||||
|
||||
@@ -82,38 +86,48 @@ update identities set metadata_public = jsonb_set(metadata_public, '{partner}',
|
||||
- Okta JSONNet mapper configuration for SSO login got changed to support multiple groups. This may impact the existing Okta user logins configured with paralus versions prior to v0.2.1. As a workaround use [pinned Okta mapper URL](https://raw.githubusercontent.com/paralus/paralus/v0.2.1/_kratos/oidc-mappers/okta.jsonnet) to your existing Okta OIdC configuration.
|
||||
|
||||
## Added
|
||||
|
||||
- Support more than one IdP groups mapping from [akshay196](https://github.com/akshay196)
|
||||
|
||||
## Fixed
|
||||
|
||||
- Add project name validation [hiteshwani29](https://github.com/hiteshwani29)
|
||||
- Fix to error out multiple bootstrap agent registration requests from [niravparikh05](https://github.com/niravparikh05)
|
||||
- Updated Documentation for APIs [mabhi](https://github.com/mabhi) and [niravparikh05](https://github.com/niravparikh05)
|
||||
|
||||
## [0.2.1] - 2023-02-24
|
||||
|
||||
### Added
|
||||
- Configure the service account lifetime from [mabhi](https://github.com/mabhi)
|
||||
|
||||
- Configure the service account lifetime from [mabhi](https://github.com/mabhi)
|
||||
|
||||
## Fixed
|
||||
|
||||
- User should not be able to delete project with clusters in it from [mabhi](https://github.com/mabhi)
|
||||
- Namespace limitation input on roles [mabhi](https://github.com/mabhi)
|
||||
|
||||
## [0.2.0] - 2023-01-27
|
||||
|
||||
## Fixed
|
||||
|
||||
- Fix project id is recorded as part of cluster related auditlogs from [niravparikh05](https://github.com/niravparikh05)
|
||||
|
||||
## Added
|
||||
|
||||
- Enhance: Ability to set auto generated password during installation and force reset during first login [mabhi](https://github.com/mabhi)
|
||||
|
||||
## Changed
|
||||
|
||||
- Upgraded Ory Kratos to v0.10.1 [akshay196](https://github.com/akshay196)
|
||||
|
||||
## [0.1.9] - 2022-12-29
|
||||
|
||||
## Added
|
||||
|
||||
- Enhance: record user.login event via kratos hooks [mabhi](https://github.com/mabhi)
|
||||
|
||||
## Fixed
|
||||
|
||||
- Fix modify userinfo service to include scope in response [mabhi](https://github.com/mabhi)
|
||||
- Kubectl commands work even after deleting an imported cluster from [mabhi](https://github.com/mabhi) and [niravparikh05](https://github.com/niravparikh05)
|
||||
|
||||
@@ -162,15 +176,19 @@ update identities set metadata_public = jsonb_set(metadata_public, '{partner}',
|
||||
## [0.1.2] - 2022-08-12
|
||||
|
||||
## Fixed
|
||||
|
||||
- Fixed init failing with db validation error from [meain](https://github.com/meain)
|
||||
|
||||
## [0.1.1] - 2022-08-09
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix to validate bare minimum role permissions for custom roles from [niravparikh05](https://github.com/niravparikh05)
|
||||
|
||||
## [0.1.0] - 2022-06-22
|
||||
|
||||
### Added
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.7...HEAD
|
||||
|
||||
Reference in New Issue
Block a user