Skip to content

Releases: timmyb824/python-ContainerChecker

v0.8.0

17 Aug 06:37
Compare
Choose a tag to compare

v0.8.0 (2024-08-17)

Feature

  • feat: add timout to ssh connect and remove unused import (3295744)

Refactor

  • refactor(test_ssh): Add timeout parameter to ssh client connection calls (9b7f222)

Unknown

  • Merge pull request #10 from timmyb824/feat/add-ssh-timeout

feat/add ssh timeout (d1dba1b)

v0.7.0

08 Aug 20:42
Compare
Choose a tag to compare

v0.7.0 (2024-08-08)

Feature

  • feat: Add version printing functionality and update dependencies to latest versions (8f5a7af)

Unknown

  • Merge pull request #9 from timmyb824/feat/add-version-command

feat: Add version printing functionality and update dependencies to latest versions (5f3e459)

v0.6.0

08 Aug 17:42
Compare
Choose a tag to compare

v0.6.0 (2024-08-08)

Feature

  • feat: Add default path for servers.yaml in argparse options (b8c232a)

  • feat: Add USER_HOME constant to store user's home directory (f1bd245)

Fix

  • fix: add handling for key file not found and store the key file location (fd2f724)

Style

  • style: update logging in config.py (176c92f)

Unknown

  • Merge pull request #8 from timmyb824/feat/improve-file-handling

improve handling of config and key file (ace12e9)

v0.5.0

08 Aug 07:07
Compare
Choose a tag to compare

v0.5.0 (2024-08-08)

Feature

  • feat: Fix incorrect decoding of SSH client response in container tests (82a2959)

  • feat: Improve error handling and logging for container checking functions; add workaround for checking containers on a synologynas (16378ce)

  • feat: Add debug logging for container status on remote servers (c200dda)

Unknown

  • Merge pull request #7 from timmyb824/feat/improve-logging-add-workaround

feat: improve logging for debugging and add workaround for containers on synology nas (f4ce706)

v0.4.0

06 Aug 22:19
Compare
Choose a tag to compare

v0.4.0 (2024-08-06)

Feature

  • feat: Introduce concurrent processing for server connections (fe3ca8e)

Unknown

  • Merge pull request #6 from timmyb824/feat/speed-up-processing

feat: Introduce concurrent processing for server connections (17c79ea)

v0.3.0

06 Aug 22:01
Compare
Choose a tag to compare

v0.3.0 (2024-08-06)

Feature

  • feat: add number of containers running to output (670e59f)

Unknown

  • Merge pull request #5 from timmyb824/feat/add-ct-count

feat: add number of containers running to output (6ea3361)

v0.2.3

06 Aug 17:08
Compare
Choose a tag to compare

v0.2.3 (2024-08-06)

Refactor

  • refactor: Update import paths to containerchecker namespace (16ac1d9)

Unknown

  • Merge pull request #4 from timmyb824/refactor/stop-using-src

refactor: Update import paths to containerchecker namespace (470087d)

v0.2.2

06 Aug 08:48
Compare
Choose a tag to compare

v0.2.2 (2024-08-06)

Refactor

  • refactor: Update imports in multiple files to include the correct path from src folder (82e9379)

Unknown

  • Merge pull request #3 from timmyb824/fix/import-issue-again

refactor: Update imports in multiple files to include the correct path from src folder (2368ab2)

v0.2.1

06 Aug 08:19
Compare
Choose a tag to compare

v0.2.1 (2024-08-06)

Refactor

  • refactor: Update imports to use relative import paths in containers, main, and ssh modules (20870b1)

  • refactor: Rename function to improve clarity and consistency in naming conventions (a6abfce)

Style

  • style: Remove tabulate from dependencies and update rich version to "^13.7.1" (8eff971)

Unknown

  • Merge pull request #2 from timmyb824/fix/import-issue

fix/import issue (d6d6c38)

v0.2.0

06 Aug 07:49
Compare
Choose a tag to compare

v0.2.0 (2024-08-06)

Documentation

  • docs: Add Pylint configuration file with rules and settings (0e1313e)

Feature

  • feat: Add pcc script to run main function (565f905)

  • feat: Add logging to SSH module for better error handling (3f5e5e5)

  • feat: Add constants module with rich console import (2e354c5)

  • feat: Improve error handling and logging in read_yaml function (04bbe51)

  • feat: Add argument parser for command line arguments (d15a661)

  • feat: Add function to set up logging configuration (61ad194)

  • feat: Add rich library to project dependencies (75cde06)

Refactor

  • refactor(containers): Improve logging and display functionality for running containers (9187007)

Style

  • style: Import library 'rich' for pretty printing (2011045)

Unknown

  • Merge pull request #1 from timmyb824/feat/add-new-features

docs: Add Pylint configuration file with rules and settings (1a187d2)