Skip to content

InfraMind v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 00:35

Changes in v0.1.0

  • fix(build): resolve VERSION file path issue for CLI package build
  • fix(tests): correct SQLAlchemy relationship filter in test_multiple_runs_same_pipeline
  • fix(tests): add missing Pipeline import in test_integration.py
  • Add xargs ls command to allowed Bash list
  • fix(tests): add missing pytest import in test_api.py
  • docs: add comprehensive automation summary
  • feat(ci): add automated release system with semantic versioning
  • Add comprehensive testing suite
  • Production-ready improvements: Universal CI/CD integration, security hardening, K8s enhancements
  • Add production-ready summary and update permissions
  • Add CLI tool, integration docs, and production configs
  • Main (#3)
  • Main (#2)
  • Merge pull request #1 from IdanG7/main
  • seting up prod code
  • created dashboards, and test integration
  • ci/cd actions and startign to prod commit
  • change diagrams to mermaid for nicer look :)
  • Initial commit: InfraMind intelligent CI/CD optimization engine, created starting strucutre and some quick demo code

Full Changelog: v0.0.0...v0.1.0

📦 Installation

CLI Tool

pip install inframind-cli==0.1.0

Docker Images

# API
docker pull ghcr.io/IdanG7/infraread/api:v0.1.0

# Agent
docker pull ghcr.io/IdanG7/infraread/agent:v0.1.0

One-Command Install

curl -fsSL https://raw.githubusercontent.com/IdanG7/infraread/v0.1.0/install.sh | bash

🎯 What's Changed

See the full changelog