Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/prod-ftvalabdata-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: uclalibrary/ftva-lab-data
tag: v1.0.26
tag: v1.0.27
pullPolicy: Always

nameOverride: ""
Expand Down
6 changes: 6 additions & 0 deletions ftva_lab_data/templates/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<h3>Release Notes</h3>
<hr />

<h4>1.0.27</h4>
<p><i>January 9, 2026</i></p>
<ul>
<li>Downgrade numpy to 2.3.5 per <a href="https://uclalibrary.atlassian.net/browse/DIGINF-262">deployment issue</a>.</li>
</ul>

<h4>1.0.26</h4>
<p><i>January 8, 2026</i></p>
<ul>
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ psycopg==3.2.9
gunicorn==23.0.0
whitenoise==6.9.0
pandas==2.2.3
# Pin numpy to 2.3.5 for now, see DIGINF-262
numpy==2.3.5
openpyxl==3.1.5
# Local package for Alma & Filemaker integration.
git+https://github.com/UCLALibrary/ftva-etl.git