Skip to content

Commit 4e1e5e3

Browse files
committed
Add changelog entry
1 parent 6fa2d48 commit 4e1e5e3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Unreleased [major]
6+
7+
> Development of this release was supported by [Reset Tech](https://www.reset.tech).
8+
9+
### Added
10+
11+
- Support multi-tenant deployment on a single server, with isolated PM2 instances, nginx configurations, and SSH keys per collection
12+
- Add configurable rate limiting for API requests through `ota_rate_limit_rate` and `ota_rate_limit_burst` inventory variables
13+
14+
### Changed
15+
16+
- **Breaking:** Rename `ota_source_repository` to `ota_collection_repository`
17+
- **Breaking:** Rename `ota_source_repository_branch` to `ota_collection_repository_branch`
18+
- Scope PM2 home directory per collection (`~/.pm2-{collection_id}`)
19+
- Scope GitHub bot SSH keys per collection (`~/.ssh/ota-github-bot-key-{collection_id}`)
20+
- Scope nginx configuration files per collection
21+
522
## 2.1.1 - 2025-11-28
623

724
_Full changeset and discussions: [#57](https://github.com/OpenTermsArchive/deployment/pull/57)._

0 commit comments

Comments
 (0)