Skip to content

Latest commit

 

History

History
93 lines (78 loc) · 2.87 KB

File metadata and controls

93 lines (78 loc) · 2.87 KB

Changelog

All notable changes to this DevSecOps Learning Journey repository will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Enhanced module structure with consistent naming
  • Detailed README files throughout the repository
  • Comprehensive directory structure for all 17 modules

0.2.0 - 2024-11-15

Added

  • Complete module structure implementation:
    • Consistent naming conventions
    • Hierarchical organization
    • README files at each level
  • Detailed structure for all 17 modules:
    • M01-DevSecOps-Intro through M17-Project-Management
    • Practice sections for each module
    • Resource directories
    • Documentation templates

Changed

  • Updated folder naming convention:
    • Removed redundant module prefixes in subdirectories
    • Implemented numerical prefixes for consistent ordering
    • Standardized README placement
  • Improved documentation structure:
    • Added README.md files at all directory levels
    • Created consistent documentation templates
    • Enhanced navigation structure

Documentation

  • Updated main README.md with detailed structure
  • Enhanced CONTRIBUTING.md with specific guidelines
  • Standardized module documentation format
  • Added comprehensive navigation guides

0.1.0 - 2024-11-15

Added

  • Initial repository structure
  • Base documentation files:
    • README.md
    • CONTRIBUTING.md
    • CHANGELOG.md
  • Basic folder structure:
    • 00-Meta/
    • 01-Modules/
    • 02-Labs/
    • 03-Projects/
    • 04-Resources/
    • 05-Diagrams/
    • 06-Daily-Notes/
    • 07-Archive/
  • Repository structure guide in 00-Meta/

Documentation

  • Added repository description
  • Created initial README.md
  • Added basic contributing guidelines
  • Created repository structure guide
  • Added initial changelog

Infrastructure

  • Set up basic folder structure
  • Implemented initial naming conventions
  • Created basic documentation templates

Types of Changes

  • Added for new features or content
  • Changed for changes in existing functionality or content
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security for vulnerability fixes
  • Documentation for documentation updates

Version Guidelines

  • Major version (X.0.0): Significant structural changes or complete module additions
  • Minor version (0.X.0): New content additions or feature implementations
  • Patch version (0.0.X): Bug fixes, minor content updates, or documentation changes

Last Updated: 2024-11-15