Releases: timmyb824/python-ContainerChecker
v0.8.0
v0.7.0
v0.6.0
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
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
v0.3.0
v0.2.3
v0.2.2
v0.2.1
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
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
)