From 4634a4457352f5c9ef03e05a0e798138c615dfc8 Mon Sep 17 00:00:00 2001 From: Carmine Di Monaco Date: Tue, 14 Nov 2023 10:43:50 +0100 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 307 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ff803628..dfe7c5e5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,311 @@ # Changelog +## [2.2.0](https://github.com/trento-project/web/tree/2.2.0) (2023-11-14) + +[Full Changelog](https://github.com/trento-project/web/compare/2.1.0...2.2.0) + +**Implemented enhancements:** + +- Update tooltip texts [\#1979](https://github.com/trento-project/web/pull/1979) ([arbulu89](https://github.com/arbulu89)) +- Handle when no checks available in the checks results overview [\#1959](https://github.com/trento-project/web/pull/1959) ([jamie-suse](https://github.com/jamie-suse)) +- Checks catalog only first group expanded [\#1958](https://github.com/trento-project/web/pull/1958) ([arbulu89](https://github.com/arbulu89)) +- Fix ip address ui in host details [\#1944](https://github.com/trento-project/web/pull/1944) ([EMaksy](https://github.com/EMaksy)) +- Replace "SAP INSTANCES" title in Trento dashboard/home page [\#1935](https://github.com/trento-project/web/pull/1935) ([EMaksy](https://github.com/EMaksy)) +- Added 3 categories for Storybook structure [\#1918](https://github.com/trento-project/web/pull/1918) ([jagabomb](https://github.com/jagabomb)) +- Improve renderSolution function if solution is empty [\#1909](https://github.com/trento-project/web/pull/1909) ([EMaksy](https://github.com/EMaksy)) +- Notify user when cluster health changes [\#1908](https://github.com/trento-project/web/pull/1908) ([jamie-suse](https://github.com/jamie-suse)) +- Saptune services status icons [\#1906](https://github.com/trento-project/web/pull/1906) ([EMaksy](https://github.com/EMaksy)) +- Update host health state based on saptune data [\#1905](https://github.com/trento-project/web/pull/1905) ([arbulu89](https://github.com/arbulu89)) +- Send email notification on host health going critical [\#1900](https://github.com/trento-project/web/pull/1900) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Update outdated Agent message [\#1883](https://github.com/trento-project/web/pull/1883) ([stefanotorresi](https://github.com/stefanotorresi)) +- Use aggregated host health in the UI [\#1877](https://github.com/trento-project/web/pull/1877) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Add health to host read model [\#1871](https://github.com/trento-project/web/pull/1871) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Saptune details view [\#1865](https://github.com/trento-project/web/pull/1865) ([arbulu89](https://github.com/arbulu89)) +- Checks results overview inside host details [\#1864](https://github.com/trento-project/web/pull/1864) ([dottorblaster](https://github.com/dottorblaster)) +- Dispatch host checks execution completion command [\#1859](https://github.com/trento-project/web/pull/1859) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Exclude checks result from host's health when empty selection is saved [\#1858](https://github.com/trento-project/web/pull/1858) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Determine host health [\#1848](https://github.com/trento-project/web/pull/1848) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Set solutions to nil if not found [\#1833](https://github.com/trento-project/web/pull/1833) ([arbulu89](https://github.com/arbulu89)) +- Listen to saptune update broadcast messages in frontend [\#1822](https://github.com/trento-project/web/pull/1822) ([arbulu89](https://github.com/arbulu89)) +- Saptune status projection [\#1821](https://github.com/trento-project/web/pull/1821) ([arbulu89](https://github.com/arbulu89)) +- Host Check result detail [\#1809](https://github.com/trento-project/web/pull/1809) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Add tooltip above `Start Execution` button [\#1802](https://github.com/trento-project/web/pull/1802) ([jamie-suse](https://github.com/jamie-suse)) +- Handle saptune payload [\#1801](https://github.com/trento-project/web/pull/1801) ([CDimonaco](https://github.com/CDimonaco)) +- Saptune domain [\#1800](https://github.com/trento-project/web/pull/1800) ([arbulu89](https://github.com/arbulu89)) +- Saptune summary frontend [\#1796](https://github.com/trento-project/web/pull/1796) ([arbulu89](https://github.com/arbulu89)) +- Host Checks Results overview [\#1794](https://github.com/trento-project/web/pull/1794) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Make frontend listen for events when instances' presence changes [\#1779](https://github.com/trento-project/web/pull/1779) ([jamie-suse](https://github.com/jamie-suse)) +- Dispatch deregistering actions on clean up flow [\#1776](https://github.com/trento-project/web/pull/1776) ([arbulu89](https://github.com/arbulu89)) +- Add `absent_at` field to projectors and broadcast events [\#1775](https://github.com/trento-project/web/pull/1775) ([jamie-suse](https://github.com/jamie-suse)) +- Update deregistration modal to include instances content [\#1772](https://github.com/trento-project/web/pull/1772) ([arbulu89](https://github.com/arbulu89)) +- Host checks execution frontend [\#1753](https://github.com/trento-project/web/pull/1753) ([EMaksy](https://github.com/EMaksy)) +- Implement instance style changes on absent case [\#1747](https://github.com/trento-project/web/pull/1747) ([rtorrero](https://github.com/rtorrero)) +- Instance deregistration sagas [\#1746](https://github.com/trento-project/web/pull/1746) ([arbulu89](https://github.com/arbulu89)) +- Host checks execution api [\#1740](https://github.com/trento-project/web/pull/1740) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Bump contracts version to latest containing target type [\#1739](https://github.com/trento-project/web/pull/1739) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Allow additional classes to be specified on the clean up button [\#1737](https://github.com/trento-project/web/pull/1737) ([rtorrero](https://github.com/rtorrero)) +- Forbid not registered instances deregistration [\#1733](https://github.com/trento-project/web/pull/1733) ([arbulu89](https://github.com/arbulu89)) +- Add ability to mark instances as absent [\#1731](https://github.com/trento-project/web/pull/1731) ([jamie-suse](https://github.com/jamie-suse)) +- Instance deregistration endpoint [\#1730](https://github.com/trento-project/web/pull/1730) ([arbulu89](https://github.com/arbulu89)) +- Add wanda demo to pr env [\#1707](https://github.com/trento-project/web/pull/1707) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Pull request environment [\#1704](https://github.com/trento-project/web/pull/1704) ([CDimonaco](https://github.com/CDimonaco)) +- Add API backward compatibility check in pipeline [\#1690](https://github.com/trento-project/web/pull/1690) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Host Checks selection [\#1669](https://github.com/trento-project/web/pull/1669) ([nelsonkopliku](https://github.com/nelsonkopliku)) + +**Fixed bugs:** + +- Use databasesList slice properly to get db instances [\#1980](https://github.com/trento-project/web/pull/1980) ([arbulu89](https://github.com/arbulu89)) +- Fix saptune domain clause [\#1975](https://github.com/trento-project/web/pull/1975) ([arbulu89](https://github.com/arbulu89)) +- Fix redirection when a query string is involved [\#1954](https://github.com/trento-project/web/pull/1954) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Add missing cluster type when loading checks in cluster checks selection [\#1945](https://github.com/trento-project/web/pull/1945) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Fix "no tuning" value by "not tuned" [\#1913](https://github.com/trento-project/web/pull/1913) ([arbulu89](https://github.com/arbulu89)) +- Handle fact value with null value [\#1878](https://github.com/trento-project/web/pull/1878) ([arbulu89](https://github.com/arbulu89)) +- Downgrade remark-gfm until it gets fixed upstream [\#1866](https://github.com/trento-project/web/pull/1866) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Fix typo on tuning word [\#1836](https://github.com/trento-project/web/pull/1836) ([arbulu89](https://github.com/arbulu89)) +- Improve app instance present toast [\#1811](https://github.com/trento-project/web/pull/1811) ([arbulu89](https://github.com/arbulu89)) +- Fix instance movement logic [\#1810](https://github.com/trento-project/web/pull/1810) ([arbulu89](https://github.com/arbulu89)) +- Use rowKey in sap system and database overview tables [\#1782](https://github.com/trento-project/web/pull/1782) ([arbulu89](https://github.com/arbulu89)) +- Node details label for ASCS/ERS cluster details [\#1752](https://github.com/trento-project/web/pull/1752) ([dottorblaster](https://github.com/dottorblaster)) +- Use ProviderLabel on sap and db detail views [\#1738](https://github.com/trento-project/web/pull/1738) ([arbulu89](https://github.com/arbulu89)) +- Restore a SAP system only when the database is present [\#1706](https://github.com/trento-project/web/pull/1706) ([CDimonaco](https://github.com/CDimonaco)) + +**Merged pull requests:** + +- Restrict SUSE Dockerfile target arch to x86\_64 [\#1994](https://github.com/trento-project/web/pull/1994) ([rtorrero](https://github.com/rtorrero)) +- Bump chromatic from 8.0.0 to 9.0.0 in /assets [\#1993](https://github.com/trento-project/web/pull/1993) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/preset-env from 7.23.2 to 7.23.3 in /assets [\#1992](https://github.com/trento-project/web/pull/1992) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.23.2 to 7.23.3 in /assets [\#1991](https://github.com/trento-project/web/pull/1991) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/plugin-transform-modules-commonjs from 7.23.0 to 7.23.3 in /assets [\#1990](https://github.com/trento-project/web/pull/1990) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.6.0 to 8.0.0 in /assets [\#1989](https://github.com/trento-project/web/pull/1989) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/preset-react from 7.22.15 to 7.23.3 in /assets [\#1988](https://github.com/trento-project/web/pull/1988) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump axios from 1.6.0 to 1.6.1 in /assets [\#1986](https://github.com/trento-project/web/pull/1986) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @testing-library/react from 14.0.0 to 14.1.0 in /assets [\#1985](https://github.com/trento-project/web/pull/1985) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react-webpack5 from 7.5.2 to 7.5.3 in /assets [\#1984](https://github.com/trento-project/web/pull/1984) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.5.2 to 7.5.3 in /assets [\#1983](https://github.com/trento-project/web/pull/1983) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.5.2 to 7.5.3 in /assets [\#1982](https://github.com/trento-project/web/pull/1982) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.5.2 to 7.5.3 in /assets [\#1981](https://github.com/trento-project/web/pull/1981) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-actions from 7.5.2 to 7.5.3 in /assets [\#1978](https://github.com/trento-project/web/pull/1978) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.5.2 to 7.5.3 in /assets [\#1977](https://github.com/trento-project/web/pull/1977) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.5.2 to 7.5.3 in /assets [\#1976](https://github.com/trento-project/web/pull/1976) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.52.0 to 8.53.0 in /assets [\#1974](https://github.com/trento-project/web/pull/1974) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Remove Check-related action buttons from Host Details page [\#1973](https://github.com/trento-project/web/pull/1973) ([jamie-suse](https://github.com/jamie-suse)) +- Bump @storybook/react-webpack5 from 7.5.1 to 7.5.2 in /assets [\#1971](https://github.com/trento-project/web/pull/1971) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-router-dom from 6.17.0 to 6.18.0 in /assets [\#1970](https://github.com/trento-project/web/pull/1970) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.5.4 to 7.6.0 in /assets [\#1969](https://github.com/trento-project/web/pull/1969) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.5.1 to 7.5.2 in /assets [\#1968](https://github.com/trento-project/web/pull/1968) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.5.1 to 7.5.2 in /assets [\#1967](https://github.com/trento-project/web/pull/1967) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.5.1 to 7.5.2 in /assets [\#1966](https://github.com/trento-project/web/pull/1966) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.5.1 to 7.5.2 in /assets [\#1965](https://github.com/trento-project/web/pull/1965) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.5.1 to 7.5.2 in /assets [\#1964](https://github.com/trento-project/web/pull/1964) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump axios from 1.5.1 to 1.6.0 in /assets [\#1963](https://github.com/trento-project/web/pull/1963) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.5.0 to 7.5.4 in /assets [\#1962](https://github.com/trento-project/web/pull/1962) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rc-tooltip from 6.1.1 to 6.1.2 in /assets [\#1961](https://github.com/trento-project/web/pull/1961) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-plugin-jest from 27.4.3 to 27.6.0 in /assets [\#1960](https://github.com/trento-project/web/pull/1960) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump tailwindcss from 3.3.4 to 3.3.5 in /assets [\#1957](https://github.com/trento-project/web/pull/1957) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump tailwindcss from 3.3.3 to 3.3.4 in /assets [\#1956](https://github.com/trento-project/web/pull/1956) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.4.0 to 7.5.0 in /assets [\#1955](https://github.com/trento-project/web/pull/1955) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Checks catalog stories [\#1953](https://github.com/trento-project/web/pull/1953) ([arbulu89](https://github.com/arbulu89)) +- Bump actions/setup-node from 3 to 4 [\#1952](https://github.com/trento-project/web/pull/1952) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /assets [\#1951](https://github.com/trento-project/web/pull/1951) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Normalize redux state content as snake\_case [\#1950](https://github.com/trento-project/web/pull/1950) ([arbulu89](https://github.com/arbulu89)) +- Bump storybook from 7.5.0 to 7.5.1 in /assets [\#1949](https://github.com/trento-project/web/pull/1949) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-plugin-jest from 27.4.2 to 27.4.3 in /assets [\#1948](https://github.com/trento-project/web/pull/1948) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.5.0 to 7.5.1 in /assets [\#1947](https://github.com/trento-project/web/pull/1947) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.51.0 to 8.52.0 in /assets [\#1946](https://github.com/trento-project/web/pull/1946) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react-webpack5 from 7.5.0 to 7.5.1 in /assets [\#1943](https://github.com/trento-project/web/pull/1943) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.5.0 to 7.5.1 in /assets [\#1942](https://github.com/trento-project/web/pull/1942) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.5.0 to 7.5.1 in /assets [\#1941](https://github.com/trento-project/web/pull/1941) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.5.0 to 7.5.1 in /assets [\#1939](https://github.com/trento-project/web/pull/1939) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.4.6 to 7.5.0 in /assets [\#1938](https://github.com/trento-project/web/pull/1938) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.4.6 to 7.5.0 in /assets [\#1937](https://github.com/trento-project/web/pull/1937) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Modify expand check e2e test to fix flakyness [\#1936](https://github.com/trento-project/web/pull/1936) ([arbulu89](https://github.com/arbulu89)) +- Bump @storybook/react-webpack5 from 7.4.6 to 7.5.0 in /assets [\#1934](https://github.com/trento-project/web/pull/1934) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.4.6 to 7.5.0 in /assets [\#1933](https://github.com/trento-project/web/pull/1933) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.4.6 to 7.5.0 in /assets [\#1932](https://github.com/trento-project/web/pull/1932) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-actions from 7.4.6 to 7.5.0 in /assets [\#1931](https://github.com/trento-project/web/pull/1931) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.4.6 to 7.5.0 in /assets [\#1930](https://github.com/trento-project/web/pull/1930) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/traverse from 7.20.12 to 7.23.2 in /test/e2e [\#1929](https://github.com/trento-project/web/pull/1929) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-router-dom from 6.16.0 to 6.17.0 in /assets [\#1928](https://github.com/trento-project/web/pull/1928) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump esbuild from 0.19.4 to 0.19.5 in /assets [\#1927](https://github.com/trento-project/web/pull/1927) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.3.0 to 7.4.0 in /assets [\#1926](https://github.com/trento-project/web/pull/1926) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @faker-js/faker from 8.1.0 to 8.2.0 in /assets [\#1925](https://github.com/trento-project/web/pull/1925) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump prettier-eslint-cli from 7.1.0 to 8.0.1 in /assets [\#1924](https://github.com/trento-project/web/pull/1924) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Saptune details view e2e test [\#1923](https://github.com/trento-project/web/pull/1923) ([EMaksy](https://github.com/EMaksy)) +- Update rabbitmq image in docker-compose [\#1922](https://github.com/trento-project/web/pull/1922) ([dottorblaster](https://github.com/dottorblaster)) +- Bump @babel/preset-env from 7.22.20 to 7.23.2 in /assets [\#1921](https://github.com/trento-project/web/pull/1921) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @testing-library/jest-dom from 6.1.3 to 6.1.4 in /assets [\#1920](https://github.com/trento-project/web/pull/1920) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.23.0 to 7.23.2 in /assets [\#1919](https://github.com/trento-project/web/pull/1919) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Add e2e tests for hosts health affected by saptune data [\#1917](https://github.com/trento-project/web/pull/1917) ([arbulu89](https://github.com/arbulu89)) +- Bump rc-tooltip from 6.1.0 to 6.1.1 in /assets [\#1916](https://github.com/trento-project/web/pull/1916) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.2.3 to 7.3.0 in /assets [\#1915](https://github.com/trento-project/web/pull/1915) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Update 27 nodes scenario to use 2.1.0 agent version [\#1914](https://github.com/trento-project/web/pull/1914) ([arbulu89](https://github.com/arbulu89)) +- Bump eslint-plugin-storybook from 0.6.14 to 0.6.15 in /assets [\#1912](https://github.com/trento-project/web/pull/1912) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.50.0 to 8.51.0 in /assets [\#1911](https://github.com/trento-project/web/pull/1911) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.2.2 to 7.2.3 in /assets [\#1910](https://github.com/trento-project/web/pull/1910) ([dependabot[bot]](https://github.com/apps/dependabot)) +- UI updates to \_Checks Selection\_ pages [\#1907](https://github.com/trento-project/web/pull/1907) ([jamie-suse](https://github.com/jamie-suse)) +- Bump @storybook/react-webpack5 from 7.4.5 to 7.4.6 in /assets [\#1904](https://github.com/trento-project/web/pull/1904) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.2.0 to 7.2.2 in /assets [\#1903](https://github.com/trento-project/web/pull/1903) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.4.5 to 7.4.6 in /assets [\#1902](https://github.com/trento-project/web/pull/1902) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @reduxjs/toolkit from 1.9.6 to 1.9.7 in /assets [\#1901](https://github.com/trento-project/web/pull/1901) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.4.5 to 7.4.6 in /assets [\#1899](https://github.com/trento-project/web/pull/1899) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-actions from 7.4.5 to 7.4.6 in /assets [\#1898](https://github.com/trento-project/web/pull/1898) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.4.5 to 7.4.6 in /assets [\#1897](https://github.com/trento-project/web/pull/1897) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.4.5 to 7.4.6 in /assets [\#1896](https://github.com/trento-project/web/pull/1896) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.4.5 to 7.4.6 in /assets [\#1895](https://github.com/trento-project/web/pull/1895) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 [\#1894](https://github.com/trento-project/web/pull/1894) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/testing-library from 0.2.1 to 0.2.2 in /assets [\#1893](https://github.com/trento-project/web/pull/1893) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Upgrade react-markdown to 9.0.0 and remark-gfm to 4.0.0 [\#1892](https://github.com/trento-project/web/pull/1892) ([dottorblaster](https://github.com/dottorblaster)) +- Fix test after behaviour change [\#1891](https://github.com/trento-project/web/pull/1891) ([arbulu89](https://github.com/arbulu89)) +- Fix CI behaviour when on `main` branch [\#1890](https://github.com/trento-project/web/pull/1890) ([jamie-suse](https://github.com/jamie-suse)) +- Bump eslint-plugin-jest from 27.4.0 to 27.4.2 in /assets [\#1889](https://github.com/trento-project/web/pull/1889) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-redux from 8.1.2 to 8.1.3 in /assets [\#1888](https://github.com/trento-project/web/pull/1888) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Update storybook control type from string to text [\#1887](https://github.com/trento-project/web/pull/1887) ([EMaksy](https://github.com/EMaksy)) +- Bump postcss from 8.4.30 to 8.4.31 in /assets [\#1886](https://github.com/trento-project/web/pull/1886) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Fix cache-miss in CI pipeline [\#1885](https://github.com/trento-project/web/pull/1885) ([jamie-suse](https://github.com/jamie-suse)) +- Bump eslint from 8.49.0 to 8.50.0 in /assets [\#1881](https://github.com/trento-project/web/pull/1881) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump esbuild from 0.19.3 to 0.19.4 in /assets [\#1879](https://github.com/trento-project/web/pull/1879) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump axios from 1.5.0 to 1.5.1 in /assets [\#1876](https://github.com/trento-project/web/pull/1876) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react-webpack5 from 7.4.3 to 7.4.5 in /assets [\#1875](https://github.com/trento-project/web/pull/1875) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.4.3 to 7.4.5 in /assets [\#1874](https://github.com/trento-project/web/pull/1874) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.4.3 to 7.4.5 in /assets [\#1873](https://github.com/trento-project/web/pull/1873) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.4.2 to 7.4.5 in /assets [\#1872](https://github.com/trento-project/web/pull/1872) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.22.20 to 7.23.0 in /assets [\#1870](https://github.com/trento-project/web/pull/1870) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/testing-library from 0.2.0 to 0.2.1 in /assets [\#1869](https://github.com/trento-project/web/pull/1869) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-actions from 7.4.3 to 7.4.5 in /assets [\#1868](https://github.com/trento-project/web/pull/1868) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/plugin-transform-modules-commonjs from 7.22.15 to 7.23.0 in /assets [\#1867](https://github.com/trento-project/web/pull/1867) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rc-tooltip from 6.0.1 to 6.1.0 in /assets [\#1863](https://github.com/trento-project/web/pull/1863) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.4.3 to 7.4.5 in /assets [\#1862](https://github.com/trento-project/web/pull/1862) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @reduxjs/toolkit from 1.9.5 to 1.9.6 in /assets [\#1861](https://github.com/trento-project/web/pull/1861) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.4.3 to 7.4.5 in /assets [\#1860](https://github.com/trento-project/web/pull/1860) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-plugin-storybook from 0.6.13 to 0.6.14 in /assets [\#1857](https://github.com/trento-project/web/pull/1857) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump remark-gfm from 3.0.1 to 4.0.0 in /assets [\#1856](https://github.com/trento-project/web/pull/1856) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.4.2 to 7.4.3 in /assets [\#1855](https://github.com/trento-project/web/pull/1855) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @faker-js/faker from 7.6.0 to 8.1.0 in /assets [\#1854](https://github.com/trento-project/web/pull/1854) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react-webpack5 from 7.4.1 to 7.4.3 in /assets [\#1853](https://github.com/trento-project/web/pull/1853) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump autoprefixer from 10.4.15 to 10.4.16 in /assets [\#1852](https://github.com/trento-project/web/pull/1852) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.4.2 to 7.4.3 in /assets [\#1851](https://github.com/trento-project/web/pull/1851) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-actions from 7.4.2 to 7.4.3 in /assets [\#1850](https://github.com/trento-project/web/pull/1850) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.4.2 to 7.4.3 in /assets [\#1849](https://github.com/trento-project/web/pull/1849) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump dayjs from 1.11.9 to 1.11.10 in /assets [\#1847](https://github.com/trento-project/web/pull/1847) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/preset-env from 7.22.15 to 7.22.20 in /assets [\#1846](https://github.com/trento-project/web/pull/1846) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 7.1.0 to 7.2.0 in /assets [\#1845](https://github.com/trento-project/web/pull/1845) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.4.1 to 7.4.2 in /assets [\#1844](https://github.com/trento-project/web/pull/1844) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Port check results detail page selectors to reselect [\#1843](https://github.com/trento-project/web/pull/1843) ([dottorblaster](https://github.com/dottorblaster)) +- Uniform Target Checks Selection [\#1842](https://github.com/trento-project/web/pull/1842) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Bump @testing-library/user-event from 14.5.0 to 14.5.1 in /assets [\#1841](https://github.com/trento-project/web/pull/1841) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump postcss from 8.4.29 to 8.4.30 in /assets [\#1840](https://github.com/trento-project/web/pull/1840) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.4.1 to 7.4.2 in /assets [\#1839](https://github.com/trento-project/web/pull/1839) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump semver and npm in /test/e2e [\#1838](https://github.com/trento-project/web/pull/1838) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @cypress/request and cypress in /test/e2e [\#1835](https://github.com/trento-project/web/pull/1835) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Align `primary` button style `disabled` state with UI proposal [\#1834](https://github.com/trento-project/web/pull/1834) ([jamie-suse](https://github.com/jamie-suse)) +- Bump @storybook/addon-links from 7.4.1 to 7.4.2 in /assets [\#1832](https://github.com/trento-project/web/pull/1832) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.4.1 to 7.4.2 in /assets [\#1831](https://github.com/trento-project/web/pull/1831) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-plugin-jest from 27.2.3 to 27.4.0 in /assets [\#1830](https://github.com/trento-project/web/pull/1830) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.22.19 to 7.22.20 in /assets [\#1829](https://github.com/trento-project/web/pull/1829) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.4.1 to 7.4.2 in /assets [\#1828](https://github.com/trento-project/web/pull/1828) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.22.17 to 7.22.19 in /assets [\#1827](https://github.com/trento-project/web/pull/1827) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @testing-library/user-event from 14.4.3 to 14.5.0 in /assets [\#1826](https://github.com/trento-project/web/pull/1826) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Enable navigation from host details to check results [\#1825](https://github.com/trento-project/web/pull/1825) ([dottorblaster](https://github.com/dottorblaster)) +- Bump esbuild from 0.19.2 to 0.19.3 in /assets [\#1824](https://github.com/trento-project/web/pull/1824) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-router-dom from 6.15.0 to 6.16.0 in /assets [\#1823](https://github.com/trento-project/web/pull/1823) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump jest from 29.6.4 to 29.7.0 in /assets [\#1820](https://github.com/trento-project/web/pull/1820) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump axios-mock-adapter from 1.21.5 to 1.22.0 in /assets [\#1819](https://github.com/trento-project/web/pull/1819) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump babel-jest from 29.6.4 to 29.7.0 in /assets [\#1818](https://github.com/trento-project/web/pull/1818) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.4.0 to 7.4.1 in /assets [\#1817](https://github.com/trento-project/web/pull/1817) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump jest-environment-jsdom from 29.6.4 to 29.7.0 in /assets [\#1816](https://github.com/trento-project/web/pull/1816) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump docker/build-push-action from 4 to 5 [\#1815](https://github.com/trento-project/web/pull/1815) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump docker/setup-buildx-action from 2 to 3 [\#1814](https://github.com/trento-project/web/pull/1814) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump docker/metadata-action from 4.6.0 to 5.0.0 [\#1813](https://github.com/trento-project/web/pull/1813) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump docker/login-action from 2.2.0 to 3.0.0 [\#1812](https://github.com/trento-project/web/pull/1812) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.4.0 to 7.4.1 in /assets [\#1808](https://github.com/trento-project/web/pull/1808) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.4.0 to 7.4.1 in /assets [\#1807](https://github.com/trento-project/web/pull/1807) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react-webpack5 from 7.4.0 to 7.4.1 in /assets [\#1806](https://github.com/trento-project/web/pull/1806) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.4.0 to 7.4.1 in /assets [\#1804](https://github.com/trento-project/web/pull/1804) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.22.15 to 7.22.17 in /assets [\#1799](https://github.com/trento-project/web/pull/1799) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.48.0 to 8.49.0 in /assets [\#1798](https://github.com/trento-project/web/pull/1798) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Split FE and BE tests in the CI [\#1797](https://github.com/trento-project/web/pull/1797) ([rtorrero](https://github.com/rtorrero)) +- Bump chromatic from 7.0.0 to 7.1.0 in /assets [\#1795](https://github.com/trento-project/web/pull/1795) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Host details storybook [\#1793](https://github.com/trento-project/web/pull/1793) ([arbulu89](https://github.com/arbulu89)) +- Wire up clean up modal [\#1792](https://github.com/trento-project/web/pull/1792) ([rtorrero](https://github.com/rtorrero)) +- Bump @testing-library/jest-dom from 6.1.2 to 6.1.3 in /assets [\#1791](https://github.com/trento-project/web/pull/1791) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Application Instance Move only if clustered [\#1790](https://github.com/trento-project/web/pull/1790) ([CDimonaco](https://github.com/CDimonaco)) +- Bump chromatic from 6.24.1 to 7.0.0 in /assets [\#1789](https://github.com/trento-project/web/pull/1789) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/preset-react from 7.22.5 to 7.22.15 in /assets [\#1787](https://github.com/trento-project/web/pull/1787) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/preset-env from 7.22.14 to 7.22.15 in /assets [\#1786](https://github.com/trento-project/web/pull/1786) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.22.11 to 7.22.15 in /assets [\#1785](https://github.com/trento-project/web/pull/1785) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump actions/checkout from 3 to 4 [\#1784](https://github.com/trento-project/web/pull/1784) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Instance cleanup e2e [\#1783](https://github.com/trento-project/web/pull/1783) ([arbulu89](https://github.com/arbulu89)) +- rowKey function for table rows [\#1781](https://github.com/trento-project/web/pull/1781) ([dottorblaster](https://github.com/dottorblaster)) +- Host checks execution scheduler [\#1780](https://github.com/trento-project/web/pull/1780) ([EMaksy](https://github.com/EMaksy)) +- Delta dereg details [\#1778](https://github.com/trento-project/web/pull/1778) ([rtorrero](https://github.com/rtorrero)) +- Add instance absent commands to commanded router [\#1777](https://github.com/trento-project/web/pull/1777) ([arbulu89](https://github.com/arbulu89)) +- Bump postcss from 8.4.28 to 8.4.29 in /assets [\#1774](https://github.com/trento-project/web/pull/1774) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/preset-env from 7.22.10 to 7.22.14 in /assets [\#1773](https://github.com/trento-project/web/pull/1773) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Clean up e2e tests from unnecessary content [\#1771](https://github.com/trento-project/web/pull/1771) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- Bump storybook from 7.3.2 to 7.4.0 in /assets [\#1770](https://github.com/trento-project/web/pull/1770) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react-webpack5 from 7.3.2 to 7.4.0 in /assets [\#1769](https://github.com/trento-project/web/pull/1769) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 in /assets [\#1768](https://github.com/trento-project/web/pull/1768) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.3.2 to 7.4.0 in /assets [\#1767](https://github.com/trento-project/web/pull/1767) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.3.2 to 7.4.0 in /assets [\#1766](https://github.com/trento-project/web/pull/1766) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Speed up demo pipeline [\#1765](https://github.com/trento-project/web/pull/1765) ([nelsonkopliku](https://github.com/nelsonkopliku)) +- SapSystemsOverview and DatabasesOverview storybook [\#1764](https://github.com/trento-project/web/pull/1764) ([arbulu89](https://github.com/arbulu89)) +- Bump jest from 29.6.3 to 29.6.4 in /assets [\#1763](https://github.com/trento-project/web/pull/1763) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump axios from 1.4.0 to 1.5.0 in /assets [\#1762](https://github.com/trento-project/web/pull/1762) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-accessible-treeview from 2.6.3 to 2.8.0 in /assets [\#1761](https://github.com/trento-project/web/pull/1761) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.46.0 to 8.48.0 in /assets [\#1760](https://github.com/trento-project/web/pull/1760) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump jest-environment-jsdom from 29.6.3 to 29.6.4 in /assets [\#1759](https://github.com/trento-project/web/pull/1759) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Refactor sap system selectors [\#1758](https://github.com/trento-project/web/pull/1758) ([arbulu89](https://github.com/arbulu89)) +- Bump babel-jest from 29.6.3 to 29.6.4 in /assets [\#1757](https://github.com/trento-project/web/pull/1757) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.22.10 to 7.22.11 in /assets [\#1756](https://github.com/trento-project/web/pull/1756) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-config-prettier from 8.8.0 to 9.0.0 in /assets [\#1755](https://github.com/trento-project/web/pull/1755) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 6.22.0 to 6.24.1 in /assets [\#1754](https://github.com/trento-project/web/pull/1754) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.3.1 to 7.3.2 in /assets [\#1751](https://github.com/trento-project/web/pull/1751) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/plugin-transform-modules-commonjs from 7.22.5 to 7.22.11 in /assets [\#1750](https://github.com/trento-project/web/pull/1750) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react-webpack5 from 7.3.1 to 7.3.2 in /assets [\#1749](https://github.com/trento-project/web/pull/1749) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @testing-library/jest-dom from 6.1.1 to 6.1.2 in /assets [\#1748](https://github.com/trento-project/web/pull/1748) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Refactor sap system and database reducers [\#1745](https://github.com/trento-project/web/pull/1745) ([arbulu89](https://github.com/arbulu89)) +- Bump autoprefixer from 10.4.14 to 10.4.15 in /assets [\#1744](https://github.com/trento-project/web/pull/1744) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump jest from 29.6.2 to 29.6.3 in /assets [\#1743](https://github.com/trento-project/web/pull/1743) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @testing-library/jest-dom from 6.0.0 to 6.1.1 in /assets [\#1742](https://github.com/trento-project/web/pull/1742) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump babel-jest from 29.6.2 to 29.6.3 in /assets [\#1741](https://github.com/trento-project/web/pull/1741) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-links from 7.3.1 to 7.3.2 in /assets [\#1736](https://github.com/trento-project/web/pull/1736) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.3.1 to 7.3.2 in /assets [\#1735](https://github.com/trento-project/web/pull/1735) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump jest-environment-jsdom from 29.6.2 to 29.6.3 in /assets [\#1734](https://github.com/trento-project/web/pull/1734) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump cypress-io/github-action from 5 to 6 [\#1729](https://github.com/trento-project/web/pull/1729) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-router-dom from 6.14.2 to 6.15.0 in /assets [\#1728](https://github.com/trento-project/web/pull/1728) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump storybook from 7.3.1 to 7.3.2 in /assets [\#1727](https://github.com/trento-project/web/pull/1727) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-plugin-import from 2.27.5 to 2.28.1 in /assets [\#1726](https://github.com/trento-project/web/pull/1726) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-essentials from 7.3.1 to 7.3.2 in /assets [\#1725](https://github.com/trento-project/web/pull/1725) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-plugin-react from 7.33.1 to 7.33.2 in /assets [\#1724](https://github.com/trento-project/web/pull/1724) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/core from 7.22.9 to 7.22.10 in /assets [\#1723](https://github.com/trento-project/web/pull/1723) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 6.21.0 to 6.22.0 in /assets [\#1722](https://github.com/trento-project/web/pull/1722) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @headlessui/react from 1.7.11 to 1.7.17 in /assets [\#1721](https://github.com/trento-project/web/pull/1721) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 in /assets [\#1720](https://github.com/trento-project/web/pull/1720) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-error-boundary from 4.0.10 to 4.0.11 in /assets [\#1719](https://github.com/trento-project/web/pull/1719) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump postcss from 8.4.27 to 8.4.28 in /assets [\#1718](https://github.com/trento-project/web/pull/1718) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Upgrade to Storybook 7.3.1 [\#1717](https://github.com/trento-project/web/pull/1717) ([dottorblaster](https://github.com/dottorblaster)) +- Bump @storybook/addon-essentials from 7.1.1 to 7.3.1 in /assets [\#1716](https://github.com/trento-project/web/pull/1716) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Sid linking from clusters [\#1715](https://github.com/trento-project/web/pull/1715) ([rtorrero](https://github.com/rtorrero)) +- Bump esbuild from 0.18.20 to 0.19.2 in /assets [\#1712](https://github.com/trento-project/web/pull/1712) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Reselect [\#1711](https://github.com/trento-project/web/pull/1711) ([dottorblaster](https://github.com/dottorblaster)) +- Fix host checks selection ui [\#1710](https://github.com/trento-project/web/pull/1710) ([EMaksy](https://github.com/EMaksy)) +- Bump bots-house/ghcr-delete-image-action from 1.0.0 to 1.1.0 [\#1708](https://github.com/trento-project/web/pull/1708) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump chromatic from 6.20.0 to 6.21.0 in /assets [\#1705](https://github.com/trento-project/web/pull/1705) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @babel/preset-env from 7.22.9 to 7.22.10 in /assets [\#1702](https://github.com/trento-project/web/pull/1702) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump react-redux from 8.1.1 to 8.1.2 in /assets [\#1700](https://github.com/trento-project/web/pull/1700) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump tough-cookie and @cypress/request in /test/e2e [\#1699](https://github.com/trento-project/web/pull/1699) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.45.0 to 8.46.0 in /assets [\#1698](https://github.com/trento-project/web/pull/1698) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/addon-interactions from 7.1.1 to 7.2.1 in /assets [\#1697](https://github.com/trento-project/web/pull/1697) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump esbuild from 0.18.17 to 0.18.20 in /assets [\#1696](https://github.com/trento-project/web/pull/1696) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump @storybook/react from 7.1.1 to 7.2.1 in /assets [\#1695](https://github.com/trento-project/web/pull/1695) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Switch check to allow for future check groups increase [\#1692](https://github.com/trento-project/web/pull/1692) ([rtorrero](https://github.com/rtorrero)) +- Lodash [\#1691](https://github.com/trento-project/web/pull/1691) ([dottorblaster](https://github.com/dottorblaster)) +- Reduce flakyness [\#1689](https://github.com/trento-project/web/pull/1689) ([rtorrero](https://github.com/rtorrero)) +- Bump eslint-plugin-react from 7.32.2 to 7.33.1 in /assets [\#1684](https://github.com/trento-project/web/pull/1684) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump babel-jest from 29.6.1 to 29.6.2 in /assets [\#1683](https://github.com/trento-project/web/pull/1683) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump jest-environment-jsdom from 29.6.1 to 29.6.2 in /assets [\#1680](https://github.com/trento-project/web/pull/1680) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump jest from 29.6.1 to 29.6.2 in /assets [\#1679](https://github.com/trento-project/web/pull/1679) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [2.1.0](https://github.com/trento-project/web/tree/2.1.0) (2023-08-02) [Full Changelog](https://github.com/trento-project/web/compare/2.0.0...2.1.0) diff --git a/mix.exs b/mix.exs index c1440cd043..aed2295ec4 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Trento.MixProject do use Mix.Project @source_url "https://github.com/trento-project/web" - @version "2.1.0" + @version "2.2.0" def project do [