Skip to content

Commit 99056f7

Browse files
authored
Merge pull request #693 from puppetlabs/release_prep_3-8-0
Added a action to generate release notes
2 parents 98382e7 + a2c9fdd commit 99056f7

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.github_changelog_generator

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
project=vmpooler
22
user=puppetlabs
3-
exclude_labels=maintenance
3+
exclude_labels=maintenance
4+
github-api=https://api.github.com
5+
release-branch=main

release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [3.8.1](https://github.com/puppetlabs/vmpooler/tree/3.8.1) (2026-01-14)
2+
3+
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.7.0...3.8.1)
4+
5+
**Implemented enhancements:**
6+
7+
- \(P4DEVOPS-9434\) Add rate limiting and input validation security enhancements [\#690](https://github.com/puppetlabs/vmpooler/pull/690) ([mahima-singh](https://github.com/mahima-singh))
8+
- \(P4DEVOPS-8570\) Add Phase 2 optimizations: status API caching and improved Redis pipelining [\#689](https://github.com/puppetlabs/vmpooler/pull/689) ([mahima-singh](https://github.com/mahima-singh))
9+
- \(P4DEVOPS-8567\) Add DLQ, auto-purge, and health checks for Redis queues [\#688](https://github.com/puppetlabs/vmpooler/pull/688) ([mahima-singh](https://github.com/mahima-singh))
10+
- Add retry logic for immediate clone failures [\#687](https://github.com/puppetlabs/vmpooler/pull/687) ([mahima-singh](https://github.com/mahima-singh))
11+
12+
**Fixed bugs:**
13+
14+
- \(P4DEVOPS-8567\) Prevent VM allocation for already-deleted request-ids [\#688](https://github.com/puppetlabs/vmpooler/pull/688) ([mahima-singh](https://github.com/mahima-singh))
15+
- Prevent re-queueing requests already marked as failed [\#687](https://github.com/puppetlabs/vmpooler/pull/687) ([mahima-singh](https://github.com/mahima-singh))

0 commit comments

Comments
 (0)