Skip to content

Latest commit

 

History

History
106 lines (74 loc) · 2.9 KB

File metadata and controls

106 lines (74 loc) · 2.9 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project uses ~ Calendar Versioning with the format YYYY.MM.BUILD.

[Unreleased]

Fixed

  • Fixed bug in hugopublish shell alias for static site deployment
  • Files: assets/docs/files-per-chapter/13-static-sites-and-hugo.md

[2025.12.03] - 2025-12-03

Added

  • Added testimonials to documentation assets

Fixed

  • Error preventing the sample Video Collector app from running on Python 3.14
  • Updated granian CLI syntax from deprecated --threads to --runtime-threads (cause run errors in Docker)
  • Fixed incorrect shortcode expansions in multiple chapters
  • Fixed Docker Compose build configuration for base images
  • Fixed shortcode expansion issues in Kindle generation

Changed

  • Removed platform x86 dependency (doesn't seem to be required any longer)

[2025.10.23] - 2025-10-10

Added

  • Added comprehensive glossary with key industry terms
  • Added Amazon ASIN identifiers and
  • Implemented alphabetical ordering for glossary entries

Changed

  • Updated ruff.toml to enforce import ordering for improved code readability
  • Removed pre-release cover image and set final PDF cover as official book cover

Fixed

  • Corrected NIH definition in book version 2025.10.23
  • Fixed spelling of "Hertzner" (now "Hetzner")
  • Updated "CertBox" to correct name "CertBot"
  • Files: various source files

[2025.10.12] - 2025-10-03

Added

  • Added --no-version-change CLI flag to combiner.py to skip version bump step
  • Added HTML build support for generating web-ready book format
  • Re-enabled automatic version bumping with optional skip flag

Changed

  • Improved version update logic with safer file writing to prevent data loss

Fixed

  • Fixed spelling errors in Kindle validation output
  • Fixed version bump reliability issues that could corrupt version numbers
  • Files: various source files

[2025.10.11] - 2025-10-02

Added

  • First official release of the DevOps book
  • Complete book content including all chapters, galleries, and supporting materials

Template for Future Entries