Skip to content

Infrawise v0.8.0

Choose a tag to compare

@Sidd27 Sidd27 released this 02 Jun 15:23

What's New

  • wire S3 into analyze pipeline and doctor checks
  • add get_s3_overview MCP tool
  • add S3 analyzers (public access verify, versioning, encryption)
  • wire S3 buckets and notification triggers into graph
  • add S3 adapter (extractS3Metadata, validateS3Access)
  • feat(types): add S3 types and extend ServicesMeta/InfrawiseConfig
  • add verify severity level for intent-dependent findings

Bug Fixes

  • add s3 to Zod config schema so s3.enabled is not stripped by validation
  • use strict equality for S3 analyzer conditions, add provider to metadata
  • handle verify severity in analyze pipeline and markdown report

Maintenance

  • docs: add standing rule — new config keys must be added to both types.ts and config.ts Zod schema
  • docs: add standing rule to always update README, AGENTS.md, llms.txt post-implementation
  • docs: fix stale content in AGENTS.md and README after S3 + verify additions
  • docs: add get_s3_overview to AGENTS.md, README, llms.txt
  • chore: add S3 to demo configs and LocalStack seed
  • refactor: add nodeMap to buildGraph for O(1) node lookups
  • chore(deps-dev): bump eslint in the dev-dependencies group
  • docs: fix Glama release step — sync from GitHub, not manual SHA update