Skip to content

v0.1.0 — Repository Foundation

Choose a tag to compare

@mcansem mcansem released this 19 Jul 22:18

First release of the infra repository: the foundational skeleton for a reusable, multi-application DevOps infrastructure platform.

This release does not deploy anything yet — it establishes the structure, conventions, and roadmap that every future phase (v0.2.0 → v1.0.0) builds on.

Added

  • Repository skeleton: scripts/, docker/, jenkins/, nginx/, ssl/, docs/, .github/
  • README.md — project vision, philosophy, and roadmap
  • CONTRIBUTING.md — commit conventions and release process
  • LICENSE (MIT)
  • .gitignore, .editorconfig
  • Documentation stubs for architecture, deployment, backup, restore, and disaster recovery
  • GitHub Actions lint workflow (ShellCheck + markdownlint)
  • Issue and pull request templates

What's next

v0.2.0 — Docker Infrastructure (Compose base + per-environment overrides, healthchecks, named volumes, Portainer).

Full changelog: CHANGELOG.md