Releases: cloudengine-labs/devops_os
Releases · cloudengine-labs/devops_os
v0.4.6 - Bug fixes, Docs update, and New user contribution
v0.4.6 - Bug fixes, Docs update, and New user contribution
What's Changed
- chore: bump version to v0.4.1 by @github-actions[bot] in #46
- fix(sre): generate error_rate SLO entry instead of empty slos: [] by @Copilot in #48
- fix: wire allow_any_source_repo into MCP argocd config tool by @saschabuehrle in #47
- chore: bump version to v0.4.3 by @github-actions[bot] in #50
- chore: bump version to v0.4.3 by @github-actions[bot] in #51
- fix(release): bump version badge in root README.md on every push to main by @Copilot in #52
- chore: bump version to v0.4.4 by @github-actions[bot] in #53
- Add repo-specific SECURITY.md replacing the generic template by @Copilot in #54
- chore: bump version to v0.4.5 by @github-actions[bot] in #56
- docs(mcp): improve MCP setup for beginners across all AI tools by @chefgs in #57
New Contributors
- @saschabuehrle made their first contribution in #47
Full Changelog: v0.4.1...v0.4.6
v0.4.4
What's Changed
- chore: bump version to v0.4.1 by @github-actions[bot] in #46
- fix(sre): generate error_rate SLO entry instead of empty slos: [] by @Copilot in #48
- fix: wire allow_any_source_repo into MCP argocd config tool by @saschabuehrle in #47
- chore: bump version to v0.4.3 by @github-actions[bot] in #50
- chore: bump version to v0.4.3 by @github-actions[bot] in #51
- fix(release): bump version badge in root README.md on every push to main by @Copilot in #52
New Contributors
- @saschabuehrle made their first contribution in #47
Full Changelog: v0.4.1...v0.4.4
v0.4.0 - Unit Test Automation Templates
What's Changed
- Add CLI tests for scaffold unittest + update docs for v0.4.0 by @Copilot in #40
- Add Unit Testing badges to Tech Stack section in README by @Copilot in #41
Full Changelog: v0.3.0...v0.4.0
v0.3.0 - Merging first contributor changes
What's Changed
- Add GitHub star count badge to README by @Copilot in #25
- fix(gitlab-ci): prevent empty stages when kubernetes disabled by @sivasubramanian95 in #24
- fix(gitlab-ci): BUG-1 — empty stages and no deploy job when
--type deploywithout--kubernetesby @Copilot in #26 - chore: bump version to 0.3.0 and update CHANGELOG by @Copilot in #36
New Contributors
- @sivasubramanian95 made their first contribution in #24
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Fixed
- scaffold cicd broken subprocess calls — scaffold_cicd.py previously invoked github-actions-generator-improved.py and jenkins-pipeline-generator-improved.py via subprocess.run, which no longer exist. Both generators are now called directly via the scaffold_gha and scaffold_jenkins modules (same _run_module_main pattern used by all other scaffold subcommands).
Added
- Graceful help exit for all scaffold subcommands — invoking any of the 7 scaffold subcommands (gha, jenkins, gitlab, argocd, sre, devcontainer, cicd) with no options now prints the command's full help text (including usage summary and examples) and exits cleanly with code 0, instead of silently running with defaults.
--version / -V flag — devopsos --version (or devopsos -V)prints the current version string and exits. Version is sourced from the new cli/version.py single source of truth.
cli/version.py — single source of truth for the package version (0.2.0).
CHANGELOG.md — this file, tracking all notable changes.
What's Changed
- Add project versioning and changelog for v0.1.0 by @Copilot in #21
- feat: major update, focusing on unifying the CLI experience, improving docs, and modernizing the CI/CD scaffolding architecture by @Copilot in #19
- Restore
from cli.__version__ import __version__in cli/init.py; add init wizard sanity CI step by @Copilot in #22 - Show help + examples when running
python -m cli.devopsoswith no arguments by @Copilot in #23
Full Changelog: v0.1.0...v0.2.0
First launched version 0.1.0
What's Changed
- Add sanity CI workflow for all scenarios + update README to reflect latest resources by @Copilot in #1
- docs: rewrite README as a proper open-source landing page by @Copilot in #5
- Fix GitHub Pages deployment failing on unconfigured repos by @Copilot in #6
- Fix YAML anchor/alias generation in GitHub Actions workflow
ontriggers by @Copilot in #7 - Add CLI scaffold command for dev container config and update docs by @Copilot in #8
- Add Hugo documentation site and update CLI docs with output locations by @Copilot in #9
- fix: resolve click/cel-agents conflict, add process-first usage footer, and sync GitHub Pages docs by @Copilot in #10
- Fix missing OpenAI and GitHub Copilot logos in README Tech Stack badges by @Copilot in #11
- Rename
feature announcementsdirectory tofeature-announcementsby @Copilot in #12 - Add --dir option to
devopsos initcommand by @Copilot in #13 - Update README to indicate WIP for sections by @chefgs in #15
- Add CONTRIBUTING.md, PR template, and issue templates by @Copilot in #17
- fix: init wizard captures no selections — add Space instruction to checkbox prompts by @Copilot in #14
- Add DevOps-OS launch slide presentation by @Copilot in #18
New Contributors
Full Changelog: https://github.com/cloudengine-labs/devops_os/commits/v0.1.0