Releases: loft-sh/loft
Releases · loft-sh/loft
v4.1.0-alpha.24
What's Changed
- feat(ui) - create account page issues by @andyluak in loft-sh/loft-enterprise#3394
- feat(ui) - force 0.19.* version in the dropdown by @andyluak in loft-sh/loft-enterprise#3395
- feat(ui) - reset instance password flow by @andyluak in loft-sh/loft-enterprise#3397
- feat(ui) - no host connect cluster flow by @andyluak in loft-sh/loft-enterprise#3398
- Add db ff by @rmweir in loft-sh/loft-enterprise#3402
Full Changelog: loft-sh/loft-enterprise@v4.1.0-alpha.23...v4.1.0-alpha.24
v4.1.0-alpha.23
- bugfix: Ensured that the right favicon is displayed for vCluster platform (by @PRTTMPRPHT in #3337)
- bugfix: Fixed alignment of link buttons in virtual cluster table (by @PRTTMPRPHT in #3325)
- bugfix: Fixed broken link to platform config documentation (by @PRTTMPRPHT in #3380)
- bugfix: Fixed some overflow issues with modals when the browser window is small (by @PRTTMPRPHT in #3369)
- bugfix: Prior, deleting a vCluster that had "experimental.multiNamespaceMode.enabled" set to true would leave remnant namespaces, as well as their service accounts and service account configmaps. This also affected the "vcluster platform delete vcluster " command. This has been resolved and the aforementioned resources are cleaned up. (by @rmweir in #3346)
- bugfix: Style inconsistencies in the header of the edit virtual cluster view have been fixed (by @PRTTMPRPHT in #3310)
- bugfix: The breadcrumb in the users view will no longer say have a duplicate link to the users page (by @PRTTMPRPHT in #3331)
- enhancement: exclude Leases from loft-agent admissionregistrationv1 validation (by @hidalgopl in #3340)
- ui: Added explicit "No template" option for the create virtual cluster modal (by @PRTTMPRPHT in #3326)
- ui: Added filters to the DevPod workspace overview (by @PRTTMPRPHT in #3330)
- ui: Added padding to scrollable page layouts to better indicate page end (by @PRTTMPRPHT in #3333)
- ui: Added proper status badges to the users table (by @PRTTMPRPHT in #3336)
- ui: Changed background color in main views (by @PRTTMPRPHT in #3368)
- ui: Changed design of upgrade bar to be thinner and to reflect current design guidelines (by @PRTTMPRPHT in #3381)
- ui: Changed font weight of buttons to be consistent with current design guidelines (by @PRTTMPRPHT in #3385)
- ui: Changed the icon of the button used to close YAML views (by @PRTTMPRPHT in #3315)
- ui: Changes behavior of field validation for apps parameters, it should now display an error within the input fields and block the user from saving the current process by disabling buttons. (by @PRTTMPRPHT in #3275)
- ui: Custom logos are now also displayed on the login page (by @PRTTMPRPHT in #3332)
- ui: Fix not found acknowledgements page. (by @andyluak in #3378)
- ui: Fixed an issue where the same error would be shown multiple times inside the status tooltip. (by @andyluak in #3357)
- ui: Fixed smaller style inconsistencies with modals and advanced virtual cluster options (by @PRTTMPRPHT in #3324)
- ui: In the overview of virtual clusters, the individual clusters can now also be accessed by clicking the whole table rows (by @PRTTMPRPHT in #3327)
- ui: Template parameters are now displaying correctly when changing/selecting templates and the default values get populated. (by @andyluak in #3354)
- ui: When in the Inspect Resources view and viewing namespaces, the namespaces are now clickable, linking to the table of pods pre-filtered by namespace (by @PRTTMPRPHT in #3323)
v4.1.0-alpha.22
What's Changed
- feat(ui) - same logo for platform and cloud by @andyluak in loft-sh/loft-enterprise#3389
- fix: Ensure correct font weight for buttons by @PRTTMPRPHT in loft-sh/loft-enterprise#3385
- feat(cloud): Added cloud config struct to configs by @ThomasK33 in loft-sh/loft-enterprise#3390
- Reverts PR 3329 code changes by @cbron in loft-sh/loft-enterprise#3334
Full Changelog: loft-sh/loft-enterprise@v4.1.0-alpha.21...v4.1.0-alpha.22
v4.1.0-alpha.21
Full Changelog: loft-sh/loft-enterprise@v4.1.0-alpha.20...v4.1.0-alpha.21
v4.1.0-alpha.20
What's Changed
- feat(ui) - hosted login flow by @andyluak in loft-sh/loft-enterprise#3371
- fix: Update email validation by @zerbitx in loft-sh/loft-enterprise#3374
- fix: return error if InstanceToVCluster doesn't find anything. Guard against nil object in events.Find by @zerbitx in loft-sh/loft-enterprise#3375
- shared db by @rmweir in loft-sh/loft-enterprise#3043
- Fix for CI sync-config.yaml (platform jsonchema auto update) by @hidalgopl in loft-sh/loft-enterprise#3367
- fix: better error messsaging for missing default values on optional parameters by @zerbitx in loft-sh/loft-enterprise#3376
- feat(ui) - acknowledgements page not found by @andyluak in loft-sh/loft-enterprise#3378
- fix: Fix broken link to platform config documentation by @PRTTMPRPHT in loft-sh/loft-enterprise#3380
- fix: Change design of upgrade bar to be thinner and to reflect curren… by @PRTTMPRPHT in loft-sh/loft-enterprise#3381
- feat: Change background color in main views to be more reflective of … by @PRTTMPRPHT in loft-sh/loft-enterprise#3368
- fix: Fix some overflow issues with modals when the window is small by @PRTTMPRPHT in loft-sh/loft-enterprise#3369
- fix: Fix height of bottom upgrade bar by @PRTTMPRPHT in loft-sh/loft-enterprise#3383
- refactor: Renamed URL parameter in UI by @ThomasK33 in loft-sh/loft-enterprise#3387
- chore: bump vcluster version to v0.20.4 by @deniseschannon in loft-sh/loft-enterprise#3388
Full Changelog: loft-sh/loft-enterprise@v4.1.0-alpha.19...v4.1.0-alpha.20
v4.1.0-alpha.19
- bugfix: Ensured that the right favicon is displayed for vCluster platform (by @PRTTMPRPHT in #3337)
- bugfix: Fixed alignment of link buttons in virtual cluster table (by @PRTTMPRPHT in #3325)
- bugfix: Prior, deleting a vCluster that had "experimental.multiNamespaceMode.enabled" set to true would leave remnant namespaces, as well as their service accounts and service account configmaps. This also affected the "vcluster platform delete vcluster " command. This has been resolved and the aforementioned resources are cleaned up. (by @rmweir in #3346)
- bugfix: Style inconsistencies in the header of the edit virtual cluster view have been fixed (by @PRTTMPRPHT in #3310)
- bugfix: The breadcrumb in the users view will no longer say have a duplicate link to the users page (by @PRTTMPRPHT in #3331)
- enhancement: exclude Leases from loft-agent admissionregistrationv1 validation (by @hidalgopl in #3340)
- ui: Added explicit "No template" option for the create virtual cluster modal (by @PRTTMPRPHT in #3326)
- ui: Added filters to the DevPod workspace overview (by @PRTTMPRPHT in #3330)
- ui: Added padding to scrollable page layouts to better indicate page end (by @PRTTMPRPHT in #3333)
- ui: Added proper status badges to the users table (by @PRTTMPRPHT in #3336)
- ui: Changed the icon of the button used to close YAML views (by @PRTTMPRPHT in #3315)
- ui: Changes behavior of field validation for apps parameters, it should now display an error within the input fields and block the user from saving the current process by disabling buttons. (by @PRTTMPRPHT in #3275)
- ui: Custom logos are now also displayed on the login page (by @PRTTMPRPHT in #3332)
- ui: Fixed an issue where the same error would be shown multiple times inside the status tooltip. (by @andyluak in #3357)
- ui: Fixed smaller style inconsistencies with modals and advanced virtual cluster options (by @PRTTMPRPHT in #3324)
- ui: In the overview of virtual clusters, the individual clusters can now also be accessed by clicking the whole table rows (by @PRTTMPRPHT in #3327)
- ui: Template parameters are now displaying correctly when changing/selecting templates and the default values get populated. (by @andyluak in #3354)
- ui: When in the Inspect Resources view and viewing namespaces, the namespaces are now clickable, linking to the table of pods pre-filtered by namespace (by @PRTTMPRPHT in #3323)
4.1.0-alpha.20
What's Changed
- feat(ui) - hosted login flow by @andyluak in loft-sh/loft-enterprise#3371
- fix: Update email validation by @zerbitx in loft-sh/loft-enterprise#3374
- fix: return error if InstanceToVCluster doesn't find anything. Guard against nil object in events.Find by @zerbitx in loft-sh/loft-enterprise#3375
- shared db by @rmweir in loft-sh/loft-enterprise#3043
Full Changelog: loft-sh/loft-enterprise@v4.1.0-alpha.19...4.1.0-alpha.20
v4.0.1
What's Changed
- chore: set default vcluster version to 0.20.0-beta.0 by @cbron in loft-sh/loft-enterprise#3342
- [release-4.0] Delete multiple namespaces after helm delete by @loft-bot in loft-sh/loft-enterprise#3351
- [release-4.0] fix(ui): don't refresh backend version on bottom bar load by @loft-bot in loft-sh/loft-enterprise#3360
- feat(ui) - backport default values params & params not showing up by @andyluak in loft-sh/loft-enterprise#3356
- chore: bump default vcluster version to 0.20.3 by @deniseschannon in loft-sh/loft-enterprise#3361
New Contributors
- @cbron made their first contribution in loft-sh/loft-enterprise#3342
Full Changelog: loft-sh/loft-enterprise@v4.0.0...v4.0.1
v4.1.0-alpha.18
- bugfix: Ensured that the right favicon is displayed for vCluster platform (by @PRTTMPRPHT in #3337)
- bugfix: Fixed alignment of link buttons in virtual cluster table (by @PRTTMPRPHT in #3325)
- bugfix: Prior, deleting a vCluster that had "experimental.multiNamespaceMode.enabled" set to true would leave remnant namespaces, as well as their service accounts and service account configmaps. This also affected the "vcluster platform delete vcluster " command. This has been resolved and the aforementioned resources are cleaned up. (by @rmweir in #3346)
- bugfix: Style inconsistencies in the header of the edit virtual cluster view have been fixed (by @PRTTMPRPHT in #3310)
- bugfix: The breadcrumb in the users view will no longer say have a duplicate link to the users page (by @PRTTMPRPHT in #3331)
- enhancement: exclude Leases from loft-agent admissionregistrationv1 validation (by @hidalgopl in #3340)
- ui: Added explicit "No template" option for the create virtual cluster modal (by @PRTTMPRPHT in #3326)
- ui: Added filters to the DevPod workspace overview (by @PRTTMPRPHT in #3330)
- ui: Added padding to scrollable page layouts to better indicate page end (by @PRTTMPRPHT in #3333)
- ui: Added proper status badges to the users table (by @PRTTMPRPHT in #3336)
- ui: Changed the icon of the button used to close YAML views (by @PRTTMPRPHT in #3315)
- ui: Changes behavior of field validation for apps parameters, it should now display an error within the input fields and block the user from saving the current process by disabling buttons. (by @PRTTMPRPHT in #3275)
- ui: Custom logos are now also displayed on the login page (by @PRTTMPRPHT in #3332)
- ui: Fixed an issue where the same error would be shown multiple times inside the status tooltip. (by @andyluak in #3357)
- ui: Fixed smaller style inconsistencies with modals and advanced virtual cluster options (by @PRTTMPRPHT in #3324)
- ui: In the overview of virtual clusters, the individual clusters can now also be accessed by clicking the whole table rows (by @PRTTMPRPHT in #3327)
- ui: Template parameters are now displaying correctly when changing/selecting templates and the default values get populated. (by @andyluak in #3354)
- ui: When in the Inspect Resources view and viewing namespaces, the namespaces are now clickable, linking to the table of pods pre-filtered by namespace (by @PRTTMPRPHT in #3323)
v4.0.1-beta.0
What's Changed
- chore: set default vcluster version to 0.20.0-beta.0 by @cbron in loft-sh/loft-enterprise#3342
- [release-4.0] Delete multiple namespaces after helm delete by @loft-bot in loft-sh/loft-enterprise#3351
- [release-4.0] fix(ui): don't refresh backend version on bottom bar load by @loft-bot in loft-sh/loft-enterprise#3360
- feat(ui) - backport default values params & params not showing up by @andyluak in loft-sh/loft-enterprise#3356
- chore: bump default vcluster version to 0.20.3 by @deniseschannon in loft-sh/loft-enterprise#3361
New Contributors
- @cbron made their first contribution in loft-sh/loft-enterprise#3342
Full Changelog: loft-sh/loft-enterprise@v4.0.0...v4.0.1-beta.0