Skip to content

Commit 76890d8

Browse files
committed
Fixed changelog and secrets folder
Signed-off-by: cafalchio <mcafalchio@gmail.com>
1 parent 29ca93c commit 76890d8

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

.secrets.baseline

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "(?x)( package-lock\\.json$ |Cargo\\.lock$ |uv\\.lock$ |go\\.sum$ |mcpgateway/sri_hashes\\.json$ )|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2026-07-21T15:41:45Z",
6+
"generated_at": "2026-07-21T16:03:44Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -266,63 +266,63 @@
266266
"hashed_secret": "b4673e578b9b30fe8bba1b555b7b59883444c697",
267267
"is_secret": false,
268268
"is_verified": false,
269-
"line_number": 1890,
269+
"line_number": 1889,
270270
"type": "Secret Keyword",
271271
"verified_result": null
272272
},
273273
{
274274
"hashed_secret": "4a0a2df96d4c9a13a282268cab33ac4b8cbb2c72",
275275
"is_secret": false,
276276
"is_verified": false,
277-
"line_number": 1978,
277+
"line_number": 1977,
278278
"type": "Secret Keyword",
279279
"verified_result": null
280280
},
281281
{
282282
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
283283
"is_secret": false,
284284
"is_verified": false,
285-
"line_number": 2328,
285+
"line_number": 2327,
286286
"type": "Basic Auth Credentials",
287287
"verified_result": null
288288
},
289289
{
290290
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
291291
"is_secret": false,
292292
"is_verified": false,
293-
"line_number": 3693,
293+
"line_number": 3692,
294294
"type": "Basic Auth Credentials",
295295
"verified_result": null
296296
},
297297
{
298298
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
299299
"is_secret": false,
300300
"is_verified": false,
301-
"line_number": 3784,
301+
"line_number": 3783,
302302
"type": "Secret Keyword",
303303
"verified_result": null
304304
},
305305
{
306306
"hashed_secret": "ac371b6dcce28a86c90d12bc57d946a800eebf17",
307307
"is_secret": false,
308308
"is_verified": false,
309-
"line_number": 3827,
309+
"line_number": 3826,
310310
"type": "Secret Keyword",
311311
"verified_result": null
312312
},
313313
{
314314
"hashed_secret": "0b6ec68df700dec4dcd64babd0eda1edccddace1",
315315
"is_secret": false,
316316
"is_verified": false,
317-
"line_number": 3832,
317+
"line_number": 3831,
318318
"type": "Secret Keyword",
319319
"verified_result": null
320320
},
321321
{
322322
"hashed_secret": "4ad6f0082ee224001beb3ca5c3e81c8ceea5ed86",
323323
"is_secret": false,
324324
"is_verified": false,
325-
"line_number": 3837,
325+
"line_number": 3836,
326326
"type": "Secret Keyword",
327327
"verified_result": null
328328
}

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
### Overview
1515

16-
Release 1.0.6 consolidates **89 PRs** focused on **OAuth RFC 8693 token exchange**, **HashiCorp Vault per-user credential resolution**, **MCP Apps support**, **dataplane resource and tool publishing**, **SSRF/TLS security hardening**, **plugin observability**, and **CI/DevOps improvements**:
16+
Release 1.0.6 consolidates **88 PRs** focused on **OAuth RFC 8693 token exchange**, **HashiCorp Vault per-user credential resolution**, **MCP Apps support**, **dataplane resource and tool publishing**, **SSRF/TLS security hardening**, **plugin observability**, and **CI/DevOps improvements**:
1717

1818
- **Security** - SSRF/TLS validation in gRPC endpoint, SSRF validation for all OAuth config URLs, CSP modernisation, output neutralisation (CWE-117), global SSRF flag respected in gateway test endpoint, output-length guard resource bypass fix, and stricter auth-header key validation.
1919
- **OAuth & Auth** - RFC 8693 On-Behalf-Of token exchange for OAuth gateways, unified email extraction across all resource operations, and Keycloak test-user collision fix.
@@ -22,7 +22,7 @@ Release 1.0.6 consolidates **89 PRs** focused on **OAuth RFC 8693 token exchange
2222
- **Dataplane** - Publish original tool names, streamable-HTTP-only backends, resource URIs and capabilities, per-worker lock IDs with safer key TTL.
2323
- **Plugins** - CPEX plugin trace context and metrics (G0+G1), metrics from 5 remaining bundled cpex-* plugins, single-worker initialisation across instances, fork-poisoned FileLock rebuild.
2424
- **API & Fixes** - Bootstrap race condition fix, resource proxy templated reads, savepoint for personal-team cascade delete, 404 for missing server/gateway deletes, team invitation duplicate membership check.
25-
- **CI / DevOps** - PR-scoped pyright workflow, s390x build flag, remove Slack direct-merge notification, remove Renovate in favour of Dependabot, Redis maxclients increase, OCP SCC UID compatibility, Helm volumeMounts indentation fix.
25+
- **CI / DevOps** - PR-scoped pyright workflow, s390x build flag, remove Slack direct-merge notification, remove Renovate in favour of Dependabot, Redis maxclients increase, OCP SCC UID compatibility.
2626

2727
### Breaking Changes
2828

@@ -115,7 +115,6 @@ Release 1.0.6 consolidates **89 PRs** focused on **OAuth RFC 8693 token exchange
115115

116116
#### **Build & Infrastructure**
117117

118-
- **OCP SCC UID Compatibility** ([#5678](https://github.com/IBM/mcp-context-forge/pull/5678)) - Fixed OCP SCC UID compatibility and Helm volumeMounts indentation.
119118
- **Redis maxclients Increase** ([#4724](https://github.com/IBM/mcp-context-forge/pull/4724)) - Raised Redis `maxclients` from 10000 to 15000 and reduced max connections.
120119
- **Containerfile Premature Exit** ([#5596](https://github.com/IBM/mcp-context-forge/pull/5596)) - Removed premature exit in Containerfile and restored Go linting targets.
121120
- **CI a2a-echo-agent Docker Scan** ([#5590](https://github.com/IBM/mcp-context-forge/pull/5590)) - Removed deleted a2a-echo-agent from docker-scan workflow and fixed Makefile actionlint quote.
File renamed without changes.

0 commit comments

Comments
 (0)