Skip to content

Update vmpooler to 3.9.1 (rate limiter middleware fix) and bump chart to 3.10.2#177

Merged
smahima27 merged 1 commit intomainfrom
update_vmpooler_3.9.1
Mar 19, 2026
Merged

Update vmpooler to 3.9.1 (rate limiter middleware fix) and bump chart to 3.10.2#177
smahima27 merged 1 commit intomainfrom
update_vmpooler_3.9.1

Conversation

@smahima27
Copy link
Copy Markdown
Contributor

Summary

Bumps vmpooler from 3.9.0 to 3.9.1 in docker/Gemfile.lock.

Changes

  • docker/Gemfile.lock: vmpooler 3.9.0 → 3.9.1
  • helm-charts/vmpooler/Chart.yaml: chart version 3.10.1 → 3.10.2
  • CHANGELOG.md: add 3.10.2 entry

Why

vmpooler 3.9.1 fixes a bug where the RateLimiter Rack middleware was defined but never wired into the Rack stack, meaning rate limiting had no effect even when rate_limiting_enabled: true was set in config.

Fix in puppetlabs/vmpooler#696:

# lib/vmpooler/api.rb
%w[helpers dashboard v3 request_logger healthcheck rate_limiter].each do |lib| ...
use Vmpooler::API::RateLimiter, redis, config if config[:config]['rate_limiting_enabled']

@smahima27 smahima27 requested a review from a team as a code owner March 19, 2026 07:00
@smahima27 smahima27 merged commit 546bb86 into main Mar 19, 2026
3 checks passed
@smahima27 smahima27 deleted the update_vmpooler_3.9.1 branch March 19, 2026 07:03
@smahima27 smahima27 mentioned this pull request Mar 19, 2026
@smahima27 smahima27 added the maintenance Pull requests involving non-code related changes, such as release prep label Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Pull requests involving non-code related changes, such as release prep

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant