runbooks 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
runbooks/__init__.py CHANGED
@@ -61,7 +61,7 @@ s3_ops = S3Operations()
61
61
 
62
62
  # Centralized Version Management - Single Source of Truth
63
63
  # All modules MUST import __version__ from this location
64
- __version__ = "1.0.1"
64
+ __version__ = "1.1.1"
65
65
 
66
66
  # Fallback for legacy importlib.metadata usage during transition
67
67
  try:
@@ -12,7 +12,7 @@ from pathlib import Path
12
12
  from typing import Dict, List, Optional, Tuple
13
13
 
14
14
  # Avoid circular imports by defining central version directly
15
- CENTRAL_VERSION = "0.9.3" # Must match runbooks.__init__.__version__
15
+ CENTRAL_VERSION = "1.1.1" # Must match runbooks.__init__.__version__
16
16
 
17
17
 
18
18
  class VersionDriftError(Exception):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: runbooks
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: CloudOps Automation Toolkit with Enhanced Cloud Foundations Assessment for DevOps and SRE teams.
5
5
  Author-email: Maintainers <nnthanh101@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -1,5 +1,5 @@
1
1
  conftest.py,sha256=HTnQMw9wxefkvX5q4yG8EUH2qVLJBnC9QCt3UCltw7I,586
2
- runbooks/__init__.py,sha256=Mjnz2b8qXg5qWV69QiIhFksw_mvlQxhntWueQ3JMJJk,5287
2
+ runbooks/__init__.py,sha256=N-7LWwwKivIdTBIUc0088Q-5-1ePLU1RPXlW09TRR5Y,5287
3
3
  runbooks/__init__.py.backup,sha256=RN_n1T2it_7bBXlA4dl8GCWAUz8XBpp5FGjGbq8uQaI,4983
4
4
  runbooks/__init___optimized.py,sha256=Us4yyPNcSFtsb9t8UBMyIbdb8pNeni1iwgk4pq6V5XU,3997
5
5
  runbooks/__main__.py,sha256=0hTPUA9KkLm_H_COqaIpNzXvC4Lv5b_XYYBV6fUFDrM,241
@@ -417,7 +417,7 @@ runbooks/sre/production_monitoring_framework.py,sha256=u8HZx2po366M-fx9C0Pp3EHgX
417
417
  runbooks/sre/reliability_monitoring_framework.py,sha256=vBVm2vefh31OrmA2XpJuWJdYEWEG_wB_vNbx_1wQNiU,38878
418
418
  runbooks/utils/__init__.py,sha256=9iQp4zgGil3OJOj7RWrWpkHpCs3cHon-Yj_3KtKwLps,8763
419
419
  runbooks/utils/logger.py,sha256=ifxqLjDlZoDaG8rtAGVKLZ5dAwcMn16rB4YgMfeUC3E,972
420
- runbooks/utils/version_validator.py,sha256=pKb9tOiK8ArprQfP8QrC4xkP4Jz7gskOFNlBjOWDq9k,8564
420
+ runbooks/utils/version_validator.py,sha256=9JeadNES70Uv40npcOCJkWFbOmWSdk9lvkD-RELQxOI,8564
421
421
  runbooks/validation/__init__.py,sha256=qZyI6j89WfjaiuY-JL-J9xLY_RpkxByP-OIdbzZMzYY,929
422
422
  runbooks/validation/benchmark.py,sha256=dZ-kKFRsAGtc3m5yU-PnpdHdI9g3Qoc6Grx2SpYBLbI,19146
423
423
  runbooks/validation/cli.py,sha256=kdN87uo_BZhKaqS9htFAfW40Q596Z2iTntpn0xrgytY,13885
@@ -446,9 +446,9 @@ runbooks/vpc/tests/test_cli_integration.py,sha256=OvsSNd9gFlkzdyDf8tUZGES93TTZR6
446
446
  runbooks/vpc/tests/test_config.py,sha256=GIX7cFnj7xUxxrYX49mV9hYmx60Dcd_Bu-cpb90oXdE,17484
447
447
  runbooks/vpc/tests/test_cost_engine.py,sha256=zfnDm7wlX9wbPC-uoqrygt8sRpKa67yEN_XjqvJt7Og,21035
448
448
  runbooks/vpc/tests/test_networking_wrapper.py,sha256=gmxnVzQJ-7rTsghzNLmIM-QZo9GUGyIhHqE1g8gkEkw,20623
449
- runbooks-1.1.0.dist-info/licenses/LICENSE,sha256=WAQUYGIkLJh6CPrlZgr0IsbRODa0EZ6fboBXGjfWggs,11375
450
- runbooks-1.1.0.dist-info/METADATA,sha256=aIum0D6TtK58f3PRERY6PutefovuIpJt02y87U2Fm28,28987
451
- runbooks-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
452
- runbooks-1.1.0.dist-info/entry_points.txt,sha256=WahHUYcgE2syXEc0MkoUdctLMxs0zjBWi_vWb5dRK8M,295
453
- runbooks-1.1.0.dist-info/top_level.txt,sha256=A0zTBjuF7THC6vnJU7StN7ihtUoh31lZSfwyWpWP2YE,18
454
- runbooks-1.1.0.dist-info/RECORD,,
449
+ runbooks-1.1.1.dist-info/licenses/LICENSE,sha256=WAQUYGIkLJh6CPrlZgr0IsbRODa0EZ6fboBXGjfWggs,11375
450
+ runbooks-1.1.1.dist-info/METADATA,sha256=39kKr9xNalF_VE4dn2BsFci7H1a_v40z1zYqTJT50wk,28987
451
+ runbooks-1.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
452
+ runbooks-1.1.1.dist-info/entry_points.txt,sha256=WahHUYcgE2syXEc0MkoUdctLMxs0zjBWi_vWb5dRK8M,295
453
+ runbooks-1.1.1.dist-info/top_level.txt,sha256=A0zTBjuF7THC6vnJU7StN7ihtUoh31lZSfwyWpWP2YE,18
454
+ runbooks-1.1.1.dist-info/RECORD,,