Skip to content

v2.0.0 - Major Repository Rename and Restructure

Compare
Choose a tag to compare
@PeterVinter PeterVinter released this 19 Nov 22:37
· 63 commits to main since this release

v2.0.0 - Major Repository Rename and Restructure

Breaking Changes

Repository Rename

  • Renamed from linux_docker_container_shutdown to Manage_linux_docker_containers
  • Updated all repository URLs and references
  • Improved overall project structure

Major Changes

Documentation

  • Complete documentation overhaul
  • Added comprehensive workflow guides
  • Enhanced contribution guidelines
  • Improved installation instructions

Infrastructure

  • Implemented GitFlow-based branch strategy
  • Enhanced GitHub Actions workflows
  • Improved changelog automation
  • Added semantic versioning support

Security

  • Updated GitHub Actions permissions
  • Improved token handling
  • Enhanced access controls

Migration Guide

  1. Update your repository URLs:

    git remote set-url origin https://github.com/PeterVinter/Manage_linux_docker_containers.git
  2. Pull the latest changes:

    git fetch
    git pull
  3. Update any references in your scripts or documentation

Note

Old URLs will automatically redirect to the new repository name.

Additional Information

  • All existing functionality remains intact
  • Scripts maintain backward compatibility
  • Documentation has been updated to reflect new structure

For more details, see the CHANGELOG.md