Releases: kyma-project/busola
Releases · kyma-project/busola
v0.0.11
v0.0.10
What has changed
New Features
- feat: Fetch resource from manager (#3875) by @KonradPietocha
- feat: Show GA and SA IDs in cluster metadata (#3889) by @OliwiaGowor
- feat: Expand by default non True conditions (#3896) by @mrCherry97
- feat: Use togglebutton instead of the shellbar item for an ai assistant button (#3898) by @mrCherry97
- feat: Support multiple contexts (#3892) by @KonradPietocha
Bug Fixes
- fix: Close AI Assistant after log out from the cluster (#3881) by @OliwiaGowor
- fix: Improve updating logic of initialResource (#3878) by @chriskari
- fix: Fix chart tests (#3890) by @dbadura
- fix: Fix width of linear charts in lists and placement of action buttons (#3891) by @OliwiaGowor
- fix: Tab navigation (#3893) by @chriskari
- fix: Joule header 1rem bold (#3895) by @mrCherry97
- fix: Place button does not work correctly (#3908) by @OliwiaGowor
- fix: Fix memory chart (#3912) by @dbadura
Others
- test: Add unit, component and integration tests for kyma companion (#3847) by @chriskari
- refactor: FormOpen state and isResourceEdit state (#3866) by @chriskari
- chore: Bump ui-schema, immutable and sass packages (#3876) by @OliwiaGowor
- Replace Remedy with Solution (#3883) by @grego952
- chore: Add simple smoke test (#3880) by @dbadura
- chore: Bump jsonschema package (#3882) by @OliwiaGowor
- docs: Update the JSONata doc (#3887) by @grego952
- chore(deps): bump react-router from 7.4.0 to 7.5.2 (#3888) by @dependabot[bot]
- add Konrad (#3899) by @dbadura
- chore: Bump openapi-schema-to-json-schema package (#3900) by @OliwiaGowor
- refactor: Rework kyma modules list (#3867) by @akucharska
- chore: Bump express (#3894) by @akucharska
Full changelog: v0.0.9...v0.0.10
v0.0.9
What has changed
New Features
- feat: Reset buton functionality (#3764) by @akucharska
- feat: Enable companion by default on dev (#3775) by @chriskari
- feat: Fix secure development of companion (#3783) by @dbadura
- feat: Add showEdit parameter (#3786) by @OliwiaGowor
- feat: Adjust AI credentials flow (#3795) by @chriskari
- feat: Add Markdown parser (#3799) by @dbadura
- feat: Error handling for companion (#3792) by @chriskari
- feat: Add styling to markdown (#3809) by @dbadura
- feat: Add gpu counter on cluster overview (#3825) by @dbadura
- feat: Add "Place" button to Kyma Companion (#3793) by @OliwiaGowor
- feat: Secure proxy endpoint (#3813) by @chriskari
- feat: Add custom content to ConditionList widget (#3849) by @OliwiaGowor
Bug Fixes
- fix: Adjust UI of intermediate steps in AI (#3758) by @OliwiaGowor
- fix: Navigation and column layout problems (#3753) by @chriskari
- fix: CustomResources afterCreatefn (#3790) by @mrCherry97
- fix: Fix command palette (#3777) by @akucharska
- fix: Css of modules overview card (#3784) by @chriskari
- fix: Stop flickering the delete box (#3776) by @KonradPietocha
- fix: Vulnerability in backend's handleRequest function (#3788) by @chriskari
- fix: Add try catch for getting local credentials (#3797) by @mrCherry97
- fix: Fetch token correctly (#3800) by @chriskari
- fix: Handle error for already streaming response gracefully (#3805) by @chriskari
- fix: Don't display label and tooltip for list items (#3806) by @chriskari
- fix: Stay in all-namespaces after clicking on list item (#3807) by @chriskari
- fix: Correct state update after namespace edit (#3811) by @chriskari
- fix: Monaco Editor is stuck in loading state after page refresh (#3838) by @OliwiaGowor
- fix: External nodes widget does not work (#3854) by @KonradPietocha
- fix: Sentry configuration (#3873) by @mrCherry97
- fix: ResourceForm is stuck in loading state on extensibility views (#3874) by @OliwiaGowor
Others
- refactor: Modules list refactor (#3760) by @KonradPietocha
- Add border to screenshots (#3757) by @grego952
- chore: Bump compression, jose, pino-http, uuid, core-js (#3791) by @mrCherry97
- chore: Bump i18next, i18next-http-backend, react-i18next and typecript (#3789) by @mrCherry97
- chore: Bump cronstrue, x509, p-queue, types/jsonpath, http-status-codes, rfc6902, cronjs-parser, classnames (#3794) by @mrCherry97
- chore: Bump recoil, url, stoplight/json-ref-resolver, sentry/react, oidc-client-ts (#3796) by @mrCherry97
- adjust credentials path (#3802) by @chriskari
- adjust prepareLayout hook to set resourceName of start column only for namespace overview (#3804) by @chriskari
- Add Readme and command palette doc (#3818) by @grego952
- Add sidebar (#3828) by @grego952
- chore: Add kubeconfig for kubeconfigID to gitignore (#3839) by @mrCherry97
- Fix modules statuses (#3843) by @akucharska
- chore: Bump ui5 webcomponent 2.8 (#3798) by @KonradPietocha
- vertical bar has been removed (#3855) by @KonradPietocha
- chore: Bump react-router-dom to react-router v7 and fix navigate for limit ranges and resource quotas (#3801) by @mrCherry97
- chore: Bump gulp and node-fetch in Kyma (#3858) by @mrCherry97
- chore: Bump playwright and lighthouse (#3860) by @mrCherry97
- chore: Bump vite, vitest and connected packages (#3863) by @mrCherry97
- chore(deps): bump ws from 7.5.7 to 7.5.10 (#3864) by @dependabot[bot]
- chore(deps): bump rollup from 2.79.1 to 2.79.2 (#3865) by @dependabot[bot]
- chore: Bump webpack and connected packages (#3861) by @mrCherry97
- chore: Bump babel packages in backend (#3870) by @dbadura
- chore: Update babel deps in web (#3872) by @dbadura
Full changelog: v0.0.8...v0.0.9
v0.0.8
What has changed
New Features
- feat: POST /conversations to companion backend (#3691) by @chriskari
- feat: Open id connect resource view (#3739) by @KonradPietocha
- feat: Worker-pools for nodes (#3747) by @mrCherry97
- feat: POST messages to companion backend (#3742) by @chriskari
- feat: Disable TextArea when loading response (#3755) by @mrCherry97
- feat: AI follow-up suggestions (#3759) by @akucharska
Bug Fixes
- fix: Column layout bug when create is opened (#3745) by @chriskari
- fix: Count of the associated resources and rename
Force delete
check (#3740) by @mrCherry97 - fix: Remove command palette from clusters list (#3744) by @mrCherry97
- fix: Fix IS_PR variable for Accessibility 8000 tests (#3756) by @mrCherry97
- fix: Allow force delete on modules details (#3751) by @akucharska
- fix: Fix IS_PR variable for Accessibility tests (#3766) by @mrCherry97
- fix: Reset layout after click on Navigation item (#3726) by @dbadura
Others
- chore: Use latest version of nginx (#3746) by @dbadura
- chore: Disable Extensibility wizard (#3765) by @mrCherry97
- chore: Update certs (#3771) by @mrCherry97
Full changelog: v0.0.7...v0.0.8
v0.0.7
What has changed
New Features
- feat: Enable AI assistant only for SAP users (#3727) by @mrCherry97
- feat: Force delete (#3716) by @akucharska
- feat: Update cpu and memory charts on namespace (#3711) by @KonradPietocha
- feat: Command Palette in Header (#3712) by @OliwiaGowor
Bug Fixes
- fix: Sentry replays (#3725) by @mrCherry97
- fix: Truncation of title and extension form (#3724) by @akucharska
- fix: Fix voice over on editors message strip (#3731) by @akucharska
- fix: Setup Kyma in tests and Infinite loop in GenericList (#3737) by @mrCherry97
- fix: Revert changes in genericlist (#3738) by @mrCherry97
- fix: Prevent submitting acc results to AMP on PR (#3730) by @mrCherry97
- fix: Add accessible names to Object Statuses (#3733) by @OliwiaGowor
- fix: Adjust chart styles in high contrast theme (#3734) by @akucharska
Others
- chore: Disable snow feature (#3728) by @mrCherry97
- test: Run accessibility tests on PR (#3729) by @mrCherry97
Full changelog: v0.0.6...v0.0.7
v0.0.6
What has changed
New Features
- feat: Add replay session for sentry (#3720) by @mrCherry97
Bug Fixes
- fix: Acc 287.1 (#3715) by @mrCherry97
- fix: Acc 264.4 (#3719) by @mrCherry97
Others
- chore: Update Sentry to newest version (#3718) by @mrCherry97
Full changelog: v0.0.5...v0.0.6
v0.0.5
What has changed
New Features
- feat: Add ability to expand manually added module to kyma (#3676) by @dbadura
- feat: Add additional info on Module delete modal (#3695) by @mrCherry97
- feat: Add dropdownOnly option to Text (#3683) by @OliwiaGowor
- feat: Add unmanaged info on Modules List (#3694) by @mrCherry97
- feat: Run dev k3d tests after build (#3686) by @dbadura
- feat: Use workflow call to run integration tests after image build (#3705) by @dbadura
- feat: Add state of the Kyma modules in cluster overview (#3699) by @OliwiaGowor
Bug Fixes
- fix: Width of the buttons (ACC 282.1) (#3700) by @mrCherry97
- fix: Styling on small screens (#3707) by @OliwiaGowor
- fix: Add escape to headers and check API URL (#3710) by @OliwiaGowor
- fix: Undefined in module name (#3717) by @mrCherry97
Others
- chore(deps-dev): bump serialize-javascript from 6.0.1 to 6.0.2 (#3690) by @dependabot[bot]
- test: Fix logs and artifacts (#3698) by @mrCherry97
- revert: Revert gh actions changes (#3709) by @dbadura
- chore: Bump Alpine and Node.js (#3713) by @OliwiaGowor
New contributors
- @dependabot[bot] made first contribution
Full changelog: v0.0.4...v0.0.5
v0.0.4
What has changed
New Features
- feat: Add actions for checking title and description (#3631) by @KonradPietocha
- feat: Add statics config with modules banner (#3635) by @akucharska
- feat: Link to the release of the currently deployed version in kyma-dashboard version (#3644) by @OliwiaGowor
- feat: Reuse POC's UI and state (#3512) by @chriskari
- feat: Reuse POC's api and utils (#3616) by @chriskari
- feat: Add job: Rebase Pull Requests (#3642) by @akucharska
- feat: Adjust companion to new designs (#3650) by @chriskari
- feat: Change UI flow to open companion (#3673) by @chriskari
- feat: Add check job (#3687) by @dbadura
Bug Fixes
- fix: Fix for small screens (#3648) by @OliwiaGowor
- fix: Additional tab stop after SideNav with screen reader (#3655) by @OliwiaGowor
- fix: Use correct paths for cluster urls (#3652) by @dbadura
- fix: Bump UI5 packages and add accessibleName for Tables (#3657) by @OliwiaGowor
- fix: Sorting function in GenericList (#3665) by @mrCherry97
- fix: UI5v2 styling issues in cluster wizard (#3675) by @chriskari
- fix: Adjust accessible names for form fields (#3668) by @OliwiaGowor
- fix: Redirect in incorrect path (#3667) by @mrCherry97
- fix: Blank page after redirect to Service Account in Cluster Role Bindings (#3678) by @OliwiaGowor
- fix: SidebarNavigation margins (#3674) by @OliwiaGowor
- fix: Adjust DynamicPage header margins and fix click (#3677) by @OliwiaGowor
Others
- chore: add checkmarx one to sec-config (#3643) by @mrCherry97
- docs: Fix docker run commands (#3645) by @mrCherry97
- chore: exclude .github dir for cxone (#3646) by @mrCherry97
- chore: exclude cypress dir for cxone (#3647) by @mrCherry97
- refactor: Modules view (#3639) by @mrCherry97
- docs: Adjust condition list docs (#3656) by @akucharska
- refactor: Tide the directories of modules (#3649) by @dbadura
- Add PR prefix (#3661) by @akucharska
- Revert "fix: Use correct paths for cluster urls (#3652)" (#3660) by @OliwiaGowor
- chore: Rename fields in security config (#3664) by @KacperMalachowski
- chore: Remove hide-shadow (#3666) by @mrCherry97
- chore: Remove checking linked issues (#3669) by @mrCherry97
- refactor: Use separate script for provision and install kyma (#3654) by @dbadura
- docs: Update screenshots in List and Details Widgets and Form Widgets (#3663) by @nataliasitko
- chore: Disable proxy endpoint (#3681) by @mrCherry97
- chore: Release message (#3689) by @mrCherry97
New contributors
- @KacperMalachowski made first contribution in (#3664)
- @nataliasitko made first contribution in (#3663)
Full changelog: v0.0.3...v0.0.4
v0.0.3
What has changed
- docs: Fix links in the extensibility docs (#3630) by @grego952
- refactor: Kyma Modules move queries to separate file (#3637) by @dbadura
- chore: update UI5 from v1 to v2 (#3542) by @mrCherry97
Full changelog: v0.0.2...v0.0.3
v0.0.2
What has changed
- fix: Inconsistent handling browser history routes (#3589) by @KonradPietocha
- docs: Update the extensibility docs (#3582) by @grego952
- fix: resoruces should be displayed correctly. (#3590) by @dbadura
- docs: improve docs regarding deploying busola in the K8s cluster (#3613) by @dbadura
- fix: fix accessibility tests (#3611) by @dbadura
- fix: accesibility tests choose correct k3d cluster (#3614) by @dbadura
- feat: expose Monaco and Dynamic Page as Web Components (#3579) by @OliwiaGowor
- fix: fix displaying namespace resource (#3617) by @dbadura
- Fix title in preset functions and fix links in list and details widgets (#3620) by @grego952
- feat: Condition list highlights (#3608) by @akucharska
- Customize empty list (#3625) by @akucharska
- fix: Resolve unknown badge type (#3607) by @KonradPietocha
- fix: add modules shouldn't reset after some time (#3598) by @dbadura
- fix: Custom resources details wrong opening (#3629) by @KonradPietocha
New contributors
Full changelog: v0.0.1...v0.0.2