Skip to content

Commit b2f6b4c

Browse files
chore(main): release 1.3.0
1 parent 8a2abdb commit b2f6b4c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
## [1.3.0](https://github.com/KKamJi98/monitoring-kubernetes/compare/v1.2.0...v1.3.0) (2025-07-04)
1313

1414

15+
### Features
16+
17+
* Apply consistent styling to menu indices ([6c63964](https://github.com/KKamJi98/monitoring-kubernetes/commit/6c63964d9f0900e807b46c9cb65793d86fdef4eb))
18+
* Combine error-related features and update docs ([8c0c7b3](https://github.com/KKamJi98/monitoring-kubernetes/commit/8c0c7b3e621b7afa59ccdf8ea647c16236bf996a))
19+
* Update CI/CD, linting, and type checking configurations ([b95aa0d](https://github.com/KKamJi98/monitoring-kubernetes/commit/b95aa0d6343c3dbed0dab95cef10e64c7ec05fe0))
20+
21+
22+
### Bug Fixes
23+
24+
* Add debug steps to CI/CD pipeline for PATH and venv contents ([43faff5](https://github.com/KKamJi98/monitoring-kubernetes/commit/43faff570a6e9ce5ea99d45a3591ebc3db494284))
25+
* Add virtual environment to PATH in CI/CD pipeline ([abef8aa](https://github.com/KKamJi98/monitoring-kubernetes/commit/abef8aafaa41d3236da33cac0aabe1b76da9f3bb))
26+
* Fix CI/CD pipeline to activate virtual environment ([0896d00](https://github.com/KKamJi98/monitoring-kubernetes/commit/0896d000deb8430b491aeafa25ad56cefe2a4554))
27+
* Resolve CI pipeline issues ([f110244](https://github.com/KKamJi98/monitoring-kubernetes/commit/f11024486b9ccec6183a8275922dc2686d2c2cf5))
28+
29+
30+
### Documentation
31+
32+
* Remove GEMINI.md from remote and ignore locally ([cba197e](https://github.com/KKamJi98/monitoring-kubernetes/commit/cba197eb63bb7ccf59d15216bbd4a2999dc48e70))
33+
34+
## [1.3.0](https://github.com/KKamJi98/monitoring-kubernetes/compare/v1.2.0...v1.3.0) (2025-07-04)
35+
36+
1537
### Refactor
1638

1739
* Combine 'Error Pod Catch' and 'Error Log Catch' features into a single, streamlined function.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "monitoring-kubernetes"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "monitoring kubernetes with python"
55
authors = [
66
{ name = "KKamJi", email = "[email protected]" }

0 commit comments

Comments
 (0)