Skip to content

Releases: ucb-rit/coldfront

v4.8.0

17 Feb 17:04
1705608

Choose a tag to compare

A minor release, released to mylrc.lbl.gov on February 17th, 2026.

New Features

  • Exposed Prometheus-compatible metrics (e.g., request latency, responses by status code, database calls) at /metricsto support operational monitoring. Access is restricted to approved IP ranges and requires authentication.

Enhancements

  • Improved and standardized application logging across the API and management commands, with better behavior in containerized and CI environments.

v4.7.0

09 Feb 17:50
a1626fc

Choose a tag to compare

A minor release, released to mylrc.lbl.gov on February 9th, 2026.

Enhancements

  • Updated application logging so that log entries are structured, request and user IDs are included in each entry, and logs from dependent libraries are consolidated in the same log file.

v4.6.0

05 Feb 22:30

Choose a tag to compare

A minor release, released to mylrc.lbl.gov on February 5th, 2026.

Enhancements

  • Added support for sending notification emails to administrators when the following events occur:
    • A new project request (excluding Vector) has been approved and is ready for processing.
    • (MyBRC only) A secure directory request has been approved and is ready for processing.
    • (MyBRC only) A faculty storage allocation request has been approved and is ready for processing.

Patches

  • (MyBRC only) Fixed a bug in the completion email for faculty storage allocation requests wherein the requested amount, not the approved amount, was included in the email body.
  • (MyBRC only) Fixed a bug in which the number of pending faculty storage allocation requests displayed in the administrator navigation bar did not include approved requests that are queued for processing.

v4.5.0

28 Jan 17:10
d86a97f

Choose a tag to compare

A minor release, released to mylrc.lbl.gov on January 28th, 2026.

Enhancements

  • Added configuration so that administrators may be notified, via email, about various arbitrary events.
  • (MyBRC only) Added logic to send a notification email to designated administrators when a new MOU or RUA is uploaded.

Patches

  • Corrected rendering of HTML in emails sent to users about pending join requests and emails sent to administrators about AllocationPeriod audits.
  • Corrected an issue causing the email signature to be rendered incorrectly in HTML emails.

v4.4.0

20 Jan 21:47
ffd58d3

Choose a tag to compare

A minor release, released to mylrc.lbl.gov on January 20th, 2026.

Enhancements

  • Updated how application configuration is generated and used.

v3.25.1

22 Dec 22:43

Choose a tag to compare

A patch release, released to mybrc.brc.berkeley.edu on December 22nd, 2025.

Patches

  • Updated how the amount of TBs associated with a Faculty Storage Allocation request is rendered in the list view and in the request hub:
    • The column name is now "Amount (TB)", not "Requested Amount (TB)".
    • The approved amount is rendered, if it is set. Otherwise, the requested amount is rendered.

v3.25.0

15 Dec 17:16

Choose a tag to compare

A minor release, released to mybrc.brc.berkeley.edu on December 15th, 2025.

New Features

  • Added API endpoints for exposing users associated with a project, rooted at /api/projects/<pk>/users/.

Enhancements

  • Updated the /api/projects/ API endpoint to:
    • Allow projects to be filtered by status and allowance type.
    • Return projects sorted by ID.

v4.3.0

15 Dec 17:16

Choose a tag to compare

A minor release, released to mylrc.lbl.gov on December 15th, 2025.

New Features

  • Added API endpoints for exposing users associated with a project, rooted at /api/projects/<pk>/users/.

Enhancements

  • Updated the /api/projects/ API endpoint to:
    • Allow projects to be filtered by status and allowance type.
    • Return projects sorted by ID.

Patches

  • Updated the Ansible playbook to conditionally install and configure OpenDKIM.

v4.2.1

19 Nov 18:48

Choose a tag to compare

A patch release, released to mylrc.lbl.gov on November 19th, 2025.

Patches

  • Updated how service units are rendered in the user interface:
    • Standalone cluster projects now show "Unlimited" instead of 100 million.
    • Condo projects now show "Unlimited" instead of 100 million.
    • (MyLRC only) Recharge projects now show "Usage-based" instead of 100 million.
    • The "Service Units" gauge on the Allocation Detail view now only appears when there is a non-zero, finite amount of service units allocated.

v3.24.2

19 Nov 18:46

Choose a tag to compare

A patch release, released to mybrc.brc.berkeley.edu on November 19th, 2025.

Patches

  • Updated how service units are rendered in the user interface:
    • Standalone cluster projects now show "Unlimited" instead of 100 million.
    • Condo projects now show "Unlimited" instead of 100 million.
    • (MyLRC only) Recharge projects now show "Usage-based" instead of 100 million.
    • The "Service Units" gauge on the Allocation Detail view now only appears when there is a non-zero, finite amount of service units allocated.
  • Fixed a bug causing the Project Detail view to raise an error for standalone cluster projects when the FSA plugin is enabled.