Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions deployment/environments/terraform-test.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ app_ecs_scale_target_min_capacity = 1
app_ecs_cooldown_scale_down = 300
app_ecs_cooldown_scale_up = 180

app_dd_fargate_cpu = "4096"
app_dd_fargate_memory = "8192"
app_dd_fargate_cpu = "8192"
app_dd_fargate_memory = "40960"
app_dd_ecs_desired_count = "1"

cli_fargate_cpu = "2048"
Expand Down
8 changes: 5 additions & 3 deletions doc/release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). The format is based on the `RELEASE-NOTES-TEMPLATE.md` file.

## Release 2.20
## Release 2.20.0

## Introduction
* Product name: Open Supply Hub
Expand All @@ -21,9 +21,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
* Previously opened facility pages at `/facilities/:osID` will redirect to `/production-locations/:osID` after page refresh.
* When the feature flag is disabled, accessing `/production-locations/:osID` routes will result in a "Not found" page with no automatic redirection to the legacy `/facilities/:osID` route.

### Architecture/Environment changes
* Increased the CPU and memory allocation for the DedupeHub container to `8 CPU` and `40 GB` in the Terraform deployment configuration to address memory overload issues during production location reindexing for the `Test` environment.

### Release instructions
* Ensure that the following commands are included in the `post_deployment` command:
* `delete_emailaddress_for_deleted_users`
* `migrate`
* `reindex_database`

Expand All @@ -32,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Introduction
* Product name: Open Supply Hub
* Release date: February 13, 2026
* Release date: February 14, 2026

### Database changes

Expand Down
2 changes: 1 addition & 1 deletion doc/release/RELEASE-PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This document outlines the SDLC pillars of the opensupplyhub monorepo, as well a
| v2.16.0 | November 25, 2025 | November 29, 2025 | @Roman Stolar |
| v2.17.0 | December 9, 2025 | December 13, 2025 | @Vadim Kovalenko |
| v2.18.0 | January 13, 2026 | January 17, 2026 | @Vlad Shapik |
| v2.19.0 | February 10, 2026 | February 13, 2026 | @Vlad Shapik |
| v2.19.0 | February 10, 2026 | February 14, 2026 | @Vlad Shapik |

## General Information

Expand Down