Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 6.41 KB

CHANGELOG.md

File metadata and controls

75 lines (60 loc) · 6.41 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


v0.6.0 - 2025-01-06

Features

  • add --insecure flag to skip SSL certificate verification for API requests - (62fe521) - @Wahib-L

v0.5.2 - 2025-01-05

Bug Fixes

  • move trigger docker workflow step to a new position - (1e8f96c) - @Wahib-L
  • move trigger docker workflow step to a new position - (553829d) - @Wahib-L

v0.5.1 - 2025-01-05

Bug Fixes

  • update repository URLs in workflows, changelog, and Cargo.toml to reflect new organization name - (bb5af04) - @Wahib-L

v0.5.0 - 2025-01-05

Documentation

  • (README.md) add documentation for stack start and stack stop commands - (2bf4a73) - @Wahib-L
  • update GitHub Actions badge link to reflect new repository name - (e5854f1) - @Wahib-L

Features


v0.4.0 - 2025-01-01

Features

  • (stacks) implement resource_control command to display ResourceControl details of a specific stack - (0111228) - @Wahib-L

Miscellaneous Chores

  • (workflows) update Docker and test workflows to trigger on release events and remove branch restrictions for better flexibility in CI/CD process - (f4d408b) - @Wahib-L

v0.3.0 - 2025-01-01

Documentation

  • (README.md) update command list in README to include team and user commands - (9b948a7) - @Wahib-L
  • add badges to README for crate version, Docker image, and CI status to enhance visibility and provide quick access to project information - (65226fe) - @Wahib-L

Features

Miscellaneous Chores

  • (docs) update README to include a link to the changelog - (de8a499) - @Wahib-L

Refactoring

  • (table) display struct Id if available and factorize value processing - (7257877) - @Wahib-L

v0.2.1 - 2024-12-30

Bug Fixes


v0.2.0 - 2024-12-30

Bug Fixes

Features

  • (cog.toml) add configuration file for cog to manage versioning and changelog generation effectively - (3845b97) - @Wahib-L
  • (release) add GitHub Actions workflow for automated SemVer releases and changelog generation - (4074fd4) - @Wahib-L
  • (stacks) add support for creating standalone stacks alongside swarm stacks - (8e0abfa) - @Wahib-L

Miscellaneous Chores

  • (release.yml) add permissions for write access to contents - (5c2c372) - @Wahib-L
  • (tests.yml) remove duplicate test execution step - (3446b4c) - @Wahib-L
  • (version) v0.2.0 - (4009bb3) - github-actions

Style

  • format code for improved readability and consistency across files - (d29f19d) - @Wahib-L