All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v2.0.0 (2022-02-18)
- Remove ability to configure dashboard using query params
- Allow guest user to fetch files from /img folder (9e759ff)
- Allow only authenticate user to access private pages when authentication is enabled or unknown (990ccb9)
- Clear cookies when user click on logout (9b7b0ee)
- Display error message if login credentials are wrong (e6cf144)
- Display happy octopus when there is no failed build and user doesn't want to see healthy build (670034b)
- Display spinner till page is fully loaded (4ebd072)
- Explicitly delete access_token cookie on logout (b52caa3)
- Hide logout button for guest users (a7e1c22)
- Introduce basic authentication (abfdeab)
- Introduce login page (6fe267f)
- Remove ability to configure dashboard using query params (ea53408)
- Respect servlet context config while serving resources (3a0a215)
- Use client token to fetch workflow details (e769e77)
- Clear interval timer when user moves away from dashboard page (2dea455)
v2.0.1 (2022-02-22)
v2.0.2 (2022-03-31)
- Update dependency to fix CVE-2020-36518 (3926e50)
v2.0.3 (2022-03-31)
- Intermittent solution to prevent RCE with Spring Core (52c17b5)
- Update dependency to fix CVE-2022-23181 (5140721)
v2.0.4 (2022-04-01)
- Update spring boot version to fix CVE-222-22965 (359147d)
v2.0.5 (2022-04-25)
- Update spring dependencies to fix CVE-2022-22968 (0aeb21f)
v2.0.6 (2022-05-17)
- Log correct information when authentication is disabled (e492ce0)
- Make page scrollable so that side bar is always accessible (d5cf429)
- Move to amazoncorretto docker base image from openjdk to fix security vulnerabilities (d1f7cf5)
- Update npm dependencies to fix security vulnerabilities (534ce21)
v2.0.7 (2022-05-25)
- Update spring dependency to fix CVE-2022-22970, CVE-2022-22978 and CVE-2022-29885 (c632e04)
v2.1.0 (2022-06-28)
- Send notification on MS Teams in case of build failure (2f3e004)