Skip to content

Latest commit

 

History

History
83 lines (51 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

83 lines (51 loc) · 5.38 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v2.0.0 (2022-02-18)

⚠ BREAKING CHANGES

  • Remove ability to configure dashboard using query params

Features

  • 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)

Bug Fixes

  • Clear interval timer when user moves away from dashboard page (2dea455)

v2.0.1 (2022-02-22)

Bug Fixes

  • Filter out headers with undefined value (4800400)
  • Use correct title for dashboard (abb3957)

v2.0.2 (2022-03-31)

Bug Fixes

  • Update dependency to fix CVE-2020-36518 (3926e50)

v2.0.3 (2022-03-31)

Bug Fixes

  • Intermittent solution to prevent RCE with Spring Core (52c17b5)
  • Update dependency to fix CVE-2022-23181 (5140721)

v2.0.4 (2022-04-01)

Bug Fixes

  • Update spring boot version to fix CVE-222-22965 (359147d)

v2.0.5 (2022-04-25)

Bug Fixes

  • Update spring dependencies to fix CVE-2022-22968 (0aeb21f)

v2.0.6 (2022-05-17)

Bug Fixes

  • 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)

Bug Fixes

  • Update spring dependency to fix CVE-2022-22970, CVE-2022-22978 and CVE-2022-29885 (c632e04)

v2.1.0 (2022-06-28)

Features

  • Send notification on MS Teams in case of build failure (2f3e004)