Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

82 lines (47 loc) · 2.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Removed

  • Remove Turbolinks as it is no longer supported (PR 838)

Changed

  • Update alpine to v3.20 (PR 841)
  • Update ruby to v3.3.5 (PR 839)
  • Update ruby to v3.3.4 (PR 837)

[2.1.1] - 2024-08-22

Security

  • Various dependency updates

[2.1.0] - 2024-05-19

Added

  • Update how we manage assets for PMP (PR 735)

Security

  • Various dependency updates

[2.0.3] - 2024-05-16

Fixed

  • Update ruby to v3.3.1 (PR 704)
  • Update ruby to v3.3.0 (PR 664)

Security

  • Various dependency updates

[2.0.2] - 2023-12-13

Fixed

  • Target a specific alpine version (PR 610)
  • Rename cookie_preferences cookie to cookie_preferences_pmp so that it does not conflict with corporate website (PR 606)
  • Optimise dockerfile (PR 604)

Security

  • Various dependency updates

[2.0.1] - 2023-11-27

Fixed

  • Fix issue with checking path (PR 591)
  • Remove all links for when the application is unavailable (PR 590)
  • Make 503 status page return 200 status code so that Barracuda does not block it (PR 589)

Security

  • Various dependency updates

[2.0.0] - 2023-11-14

Added

  • Update dockerfile to use alpine image (PR 577)
  • Add the ability to deploy to GPaaS via GitHub actions (PR 576)
  • Create the service unavailable page (PR 573)
  • Upgrade rails to v7.1.1 (PR 562)

Security

  • Various dependency updates