Skip to content

Commit 98382e7

Browse files
authored
Merge pull request #692 from puppetlabs/release_prep_3-8-0
Release 3.8.1
2 parents 76eb625 + 7c2fda6 commit 98382e7

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.8.1](https://github.com/puppetlabs/vmpooler/tree/3.8.1) (2026-01-14)
4+
5+
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.7.0...3.8.1)
6+
7+
**Implemented enhancements:**
8+
9+
- \(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))
10+
- \(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))
11+
- \(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))
12+
- Add retry logic for immediate clone failures [\#687](https://github.com/puppetlabs/vmpooler/pull/687) ([mahima-singh](https://github.com/mahima-singh))
13+
14+
**Fixed bugs:**
15+
16+
- \(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))
17+
- Prevent re-queueing requests already marked as failed [\#687](https://github.com/puppetlabs/vmpooler/pull/687) ([mahima-singh](https://github.com/mahima-singh))
18+
319
## [3.7.0](https://github.com/puppetlabs/vmpooler/tree/3.7.0) (2025-06-04)
420

521
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.6.0...3.7.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
vmpooler (3.7.0)
4+
vmpooler (3.8.1)
55
concurrent-ruby (~> 1.1)
66
connection_pool (~> 2.4)
77
deep_merge (~> 1.2)

lib/vmpooler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Vmpooler
4-
VERSION = '3.7.0'
4+
VERSION = '3.8.1'
55
end

release-prep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docker run -t --rm \
1010

1111
# Update Changelog
1212
docker run -t --rm -e CHANGELOG_GITHUB_TOKEN -v $(pwd):/usr/local/src/your-app \
13-
githubchangeloggenerator/github-changelog-generator:1.16.2 \
13+
githubchangeloggenerator/github-changelog-generator:1.16.4 \
1414
github_changelog_generator --future-release $(grep VERSION lib/vmpooler/version.rb |rev |cut -d "'" -f2 |rev) \
15-
--token $CHANGELOG_GITHUB_TOKEN
15+
--token $CHANGELOG_GITHUB_TOKEN --release-branch main
1616

0 commit comments

Comments
 (0)