Skip to content

Releases: jefrnc/devops-playbook

Release v1.1.0

29 Aug 13:14

Choose a tag to compare

What's Changed

DORA Metrics Scripts

  • Deployment Frequency Calculator
  • Lead Time for Changes Analyzer
  • MTTR (Mean Time to Recovery) Tracker
  • Change Failure Rate Monitor

Quick Start

pip install -r scripts/requirements.txt
python scripts/DeploymentFrequency/deployment_frequency.py --help

Full Changelog: v1.0.1...v1.1.0

Release v1.0.1

27 Jul 01:18
a0f0ce9

Choose a tag to compare

What's Changed

  • Bump requests from 2.31.0 to 2.32.4 in /scripts (46b7f58)

DORA Metrics Scripts

  • Deployment Frequency Calculator
  • Lead Time for Changes Analyzer
  • MTTR (Mean Time to Recovery) Tracker
  • Change Failure Rate Monitor

Quick Start

pip install -r scripts/requirements.txt
python scripts/DeploymentFrequency/deployment_frequency.py --help

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

27 Jul 01:15

Choose a tag to compare

What's Changed

  • Add Docker setup for metrics collector and requirements file (a5bf899)
  • Add security-events write permission to CI workflow for Trivy scan uploads (f8fb249)
  • Fix markdown linting in scripts folder: code block languages and bare URLs (508333b)
  • Fix test imports by mocking boto3 dependencies (f74afac)
  • Fix remaining markdown linting issues: link fragments, heading levels, and code block language (b730885)
  • Fix markdown linting errors: duplicate headings and list numbering (f81e872)
  • Fix remaining linting issues (68d922f)
  • Fix remaining CI workflow issues (f5894ea)
  • Apply code formatting and linting fixes (19e88cf)
  • Fix CI workflow issues: Terraform formatting and Markdown linting configuration (167164e)
  • Reorganize README content into dedicated topic files (ee546c4)
  • Update docs (086c325)
  • Update docs (a993908)
  • update AI and Machine Learning in DevOps.md (257e1c2)
  • update DevOps Performance Metrics.md (5a14873)
  • update README.md (6cde04f)
  • Update README.md (d7db293)
  • Update README.md (09705e5)
  • Initial commit (74bf7af)

DORA Metrics Scripts

  • Deployment Frequency Calculator
  • Lead Time for Changes Analyzer
  • MTTR (Mean Time to Recovery) Tracker
  • Change Failure Rate Monitor

Quick Start

pip install -r scripts/requirements.txt
python scripts/DeploymentFrequency/deployment_frequency.py --help

Full Changelog: ...v1.0.0