Releases: jefrnc/devops-playbook
Releases · jefrnc/devops-playbook
Release v1.1.0
What's Changed
- Fixing Markdown (eedce97)
- Add new content (39a3d91)
- Fixing markdown (4917d85)
- Add new content (d519555)
- Add changes (874c20a)
- Add changes (00b0a61)
- Bump lycheeverse/lychee-action from 1 to 2.0.2 in /.github/workflows (41751ae)
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 --helpFull Changelog: v1.0.1...v1.1.0
Release v1.0.1
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 --helpFull Changelog: v1.0.0...v1.0.1
Release v1.0.0
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 --helpFull Changelog: ...v1.0.0