Skip to content

chore(deps): update dependency promptfoo to v0.121.12#512

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/promptfoo-0.x-lockfile
Open

chore(deps): update dependency promptfoo to v0.121.12#512
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/promptfoo-0.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 27, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
promptfoo 0.121.20.121.12 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

promptfoo/promptfoo (promptfoo)

v0.121.12

Compare Source

Features
Bug Fixes

v0.121.11

Compare Source

Features
  • quiverai: add Arrow 1.1 models, vectorize endpoint, and GPT Image-2 pipeline (#​9139) (ce2c62d)
Bug Fixes

v0.121.10

Compare Source

Features
Bug Fixes
Performance Improvements
  • providers/http: parallelize createHttpsAgent file reads (#​8956) (108c80b)
Reverts
  • feat(providers): add first-class n parameter support for OpenAI chat completions (#​9113) (543b5de)

v0.121.9

Compare Source

Features
Bug Fixes
  • cli: align command-line reference with CLI (#​8900) (c4ce0d4)
  • deps: update openai packages (544d1c6)
  • telemetry: mirror person properties on every event (#​8902) (95ad451)
  • prevent report table header icon overlap (#​8880) (ad87060)
  • trailing slashes on internal routes, Docusaurus Link for internal hrefs, and test hygiene (#​8903) (0828ff7)

v0.121.8

Compare Source

Features
Bug Fixes

v0.121.7

Compare Source

Features
Bug Fixes

v0.121.5

Compare Source

Features
Bug Fixes
  • app: chart toggle visibility (#​8439) (f9d448d)
  • assertions: avoid jsdom in HTML assertions (979aee4)
  • correct rouge assertion reason messages when inverse: true (#​8682) (7d64d8d)
  • deps: update anthropic packages (#​8670) (0a4a7e0)
  • deps: update dependency openai to ^6.34.0 (#​8701) (73f6ba1)
  • deps: update dependency parse5 to v8 (#​8710) (759391d)
  • deps: update openai packages (#​8672) (1ae735c)
  • providers: close stdin on exec provider to prevent child process hanging (#​8686) (9cd7709)
  • providers: resolve settings file path for claude-agent-sdk (#​8606) (d575bd1)
  • providers: send reasoning config for Azure responses deployments (#​8255) (67437f3)
  • redteam: throw immediately on non-OK HTTP responses in redteam discover (#​8677) (770a557)
  • server: prevent circular JSON when Bedrock/Anthropic provider is used as llm-rubric judge from web UI (#​8688) (f26e54b)

v0.121.4

Compare Source

Features
Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "before 10am on friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Renovatebot and dependabot updates frontend javascript Pull requests that update javascript code labels Mar 27, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 27, 2026

Caution

[High Risk] Demo health service will be exposed through shared network paths on port 9090

This change creates a new t4g.nano EC2 instance in the public subnet subnet-07b5b1fb2ba02f964, starts a demo health server bound to 0.0.0.0:9090, and attaches the instance to sg-03cf38efd953aa056 and sg-089e5107637083db5. Current state shows sg-089e5107637083db5 allows port 9090 from 10.0.0.0/8, and sg-03cf38efd953aa056 is a customer-facing shared group with many external CIDRs on 443 plus unrestricted egress. Organizational policy says EC2 instances must not be directly reachable from the internet and should not be placed in public subnets.

The same change also creates a target-group attachment that registers the new instance IP on port 9090 into api-health-terraform-example, which is already connected to a load balancer. That will make the demo health service broadly reachable inside the VPC and load-balancer reachable by design, violating segmentation and least-privilege controls. If the instance receives a public IP or any listener/routing is expanded later, the service becomes externally exposed with almost no additional guardrail.
View reasoning tree here.

Warning

[Medium Risk] Elastic IP will expose the production API instance directly and bypass the managed public ingress path

This change associates Elastic IP 13.134.236.98 to the production API EC2 instance, creating a direct public endpoint on production-api-server instead of forcing ingress through the managed ALB path that already exists for the service. The new instance is explicitly configured to listen on 0.0.0.0:9090, so once the EIP is attached it will be reachable directly on the instance network path rather than only through load-balancer controls.

That bypasses the organization’s requirement that EC2 instances must not be directly reachable from the internet and violates the network pattern called out in SEC05-BP01 and REL02-BP01. Even if source CIDRs are partially restricted by security groups, this still creates a separate single-instance public ingress path outside ALB-based inspection and multi-AZ resilience. Traffic sent to the EIP will hit one EC2 host directly, increasing attack surface and reducing availability compared with terminating traffic on the existing managed load balancer.
View reasoning tree here.

Signals

Routine → Multiple infrastructure resources showing unusual infrequent changes at 1-2 events/week for the last 3 months, with some related resources at 1 event/week for the last 5 weeks, which is infrequent compared to typical patterns.
Policies → Multiple infrastructure resources showing unusual policy violations that may need review: an S3 bucket does not have server-side encryption configured and is missing required tags, while a security group allows SSH on port 22 from anywhere (0.0.0.0/0), which is a security risk.

Additional Change Details: Items 188 Edges 330 model|risks_v6 ✨Encryption Key State Risk ✨KMS Key Creation

View in Overmind

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overmind

⛔ Auto-Blocked


🔴 Decision

Auto-blocked: Routine score (-5) is below minimum (-1)


📊 Signals Summary

Routine 🔴 -5


🔥 Risks Summary

High 0 · Medium 0 · Low 0


💥 Blast Radius

Items 23 · Edges 75


View full analysis in Overmind ↗

@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from 514a41c to 58cbaeb Compare March 27, 2026 13:24
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overmind

⛔ Auto-Blocked


🔴 Decision

Auto-blocked: Policy signal (-3) is below threshold (-2); Routine score (-5) is below minimum (-1)


📊 Signals Summary

Routine 🔴 -5

Policies 🔴 -3


🔥 Risks Summary

High 0 · Medium 0 · Low 0


💥 Blast Radius

Items 5 · Edges 20


View full analysis in Overmind ↗

@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from 58cbaeb to a1c25a9 Compare April 1, 2026 20:12
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overmind

⛔ Auto-Blocked


🔴 Decision

Found 2 high risks requiring review


📊 Signals Summary

Routine 🔴 -5

Policies 🔴 -3


🔥 Risks Summary

High 2 · Medium 0 · Low 0


💥 Blast Radius

Items 107 · Edges 219


View full analysis in Overmind ↗

@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from a1c25a9 to f877105 Compare April 8, 2026 21:00
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overmind

⛔ Auto-Blocked


🔴 Decision

Found 1 high risk requiring review


📊 Signals Summary

Routine 🔴 -5

Policies 🔴 -3


🔥 Risks Summary

High 1 · Medium 1 · Low 0


💥 Blast Radius

Items 63 · Edges 135


View full analysis in Overmind ↗

@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from f877105 to 4b949a7 Compare April 11, 2026 01:20
@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.3 chore(deps): update dependency promptfoo to v0.121.4 Apr 11, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overmind

⛔ Auto-Blocked


🔴 Decision

Found 2 high risks requiring review


📊 Signals Summary

Routine 🔴 -5

Policies 🔴 -3


🔥 Risks Summary

High 2 · Medium 0 · Low 0


💥 Blast Radius

Items 93 · Edges 217


View full analysis in Overmind ↗

@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from 4b949a7 to 2bb4553 Compare April 15, 2026 03:03
@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.4 chore(deps): update dependency promptfoo to v0.121.5 Apr 15, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overmind

⛔ Auto-Blocked


🔴 Decision

Auto-blocked: Policy signal (-3) is below threshold (-2); Routine score (-5) is below minimum (-1)


📊 Signals Summary

Routine 🔴 -5

Policies 🔴 -3


🔥 Risks Summary

High 0 · Medium 0 · Low 0


💥 Blast Radius

Items 79 · Edges 192


View full analysis in Overmind ↗

@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.5 chore(deps): update dependency promptfoo to v0.121.7 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch 2 times, most recently from d4fad61 to 5b7c7a5 Compare April 24, 2026 22:34
@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.7 chore(deps): update dependency promptfoo to v0.121.8 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from 5b7c7a5 to be239e2 Compare April 27, 2026 19:41
@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.8 chore(deps): update dependency promptfoo to v0.121.9 Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from be239e2 to 4766350 Compare April 29, 2026 20:37
@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from 4766350 to 8464773 Compare May 7, 2026 21:45
@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.9 chore(deps): update dependency promptfoo to v0.121.10 May 7, 2026
@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from 8464773 to d192a3c Compare May 8, 2026 06:14
@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.10 chore(deps): update dependency promptfoo to v0.121.11 May 8, 2026
@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch 2 times, most recently from 3392d49 to 02477be Compare May 18, 2026 10:15
@renovate renovate Bot force-pushed the renovate/promptfoo-0.x-lockfile branch from 02477be to ad02ee3 Compare May 21, 2026 10:46
@renovate renovate Bot changed the title chore(deps): update dependency promptfoo to v0.121.11 chore(deps): update dependency promptfoo to v0.121.12 May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Renovatebot and dependabot updates frontend javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants