Skip to content

Commit 4117f33

Browse files
chore: bump version to v0.8.0 (#43)
1 parent 627763d commit 4117f33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ One `Deploy to Azure` click → Container Apps (scale-to-zero, < $5/month idle)
4747
> `circl_hashlookup_*` tools in your plugin configuration and use the
4848
> first-party plugins instead.
4949
50-
**Currently implemented in v0.7**: KEV + EPSS + ATT&CK (v0.1) · Abuse.ch Pack (v0.2) · IP & Domain Reputation (v0.3, GreyNoise / AbuseIPDB / crt.sh) · ransomware.live (v0.4, recent/by_group/by_country/groups) · AlienVault OTX + Have I Been Pwned (v0.5) · reliability hardening + per-tool tests + Dependabot (v0.6) · OSV.dev + CIRCL hashlookup + MITRE D3FEND (v0.7).
50+
**Currently implemented in v0.8**: KEV + EPSS + ATT&CK (v0.1) · Abuse.ch Pack (v0.2) · IP & Domain Reputation (v0.3, GreyNoise / AbuseIPDB / crt.sh) · ransomware.live (v0.4, recent/by_group/by_country/groups) · AlienVault OTX + Have I Been Pwned (v0.5) · reliability hardening + per-tool tests + Dependabot (v0.6) · OSV.dev + CIRCL hashlookup + MITRE D3FEND (v0.7) · Promptbook + live eval harness + opt-in Application Insights tracing (v0.8).
5151

5252
### Optional environment variables
5353

@@ -248,7 +248,7 @@ This is a **Public Preview**. The following are intentional gaps today; PRs and
248248
- **`/health` and `/openapi.json` are intentionally un-authenticated** to support Container App probes and OpenAPI ingestion. Restrict ingress (Front Door, IP allow-list, private endpoint) if this is unacceptable.
249249
- **OpenAPI is downgraded to 3.0.1 at runtime.** Microsoft Security Copilot rejects 3.1; downstream tools that rely on 3.1 features should consume the FastAPI source instead of `/openapi.json`.
250250
- **No Sentinel Workbook / Foundry agent sample bundled yet.** Planned for v0.8+.
251-
- **Breaking changes possible until v1.0.** Pin the container image to a semver tag (`:0.7.0`), not `:latest`, and watch the release notes.
251+
- **Breaking changes possible until v1.0.** Pin the container image to a semver tag (`:0.8.0`), not `:latest`, and watch the release notes.
252252

253253
## Contributing
254254

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "copilot-mcp-soc-pack"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Community SOC Pack for Microsoft Security Copilot — free-API MCP server and OpenAPI plugin"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)