Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.3.0](https://github.com/KKamJi98/monitoring-kubernetes/compare/v1.2.0...v1.3.0) (2025-07-04)


### Features

* Apply consistent styling to menu indices ([6c63964](https://github.com/KKamJi98/monitoring-kubernetes/commit/6c63964d9f0900e807b46c9cb65793d86fdef4eb))
* Combine error-related features and update docs ([8c0c7b3](https://github.com/KKamJi98/monitoring-kubernetes/commit/8c0c7b3e621b7afa59ccdf8ea647c16236bf996a))
* Update CI/CD, linting, and type checking configurations ([b95aa0d](https://github.com/KKamJi98/monitoring-kubernetes/commit/b95aa0d6343c3dbed0dab95cef10e64c7ec05fe0))


### Bug Fixes

* Add debug steps to CI/CD pipeline for PATH and venv contents ([43faff5](https://github.com/KKamJi98/monitoring-kubernetes/commit/43faff570a6e9ce5ea99d45a3591ebc3db494284))
* Add virtual environment to PATH in CI/CD pipeline ([abef8aa](https://github.com/KKamJi98/monitoring-kubernetes/commit/abef8aafaa41d3236da33cac0aabe1b76da9f3bb))
* Fix CI/CD pipeline to activate virtual environment ([0896d00](https://github.com/KKamJi98/monitoring-kubernetes/commit/0896d000deb8430b491aeafa25ad56cefe2a4554))
* Resolve CI pipeline issues ([f110244](https://github.com/KKamJi98/monitoring-kubernetes/commit/f11024486b9ccec6183a8275922dc2686d2c2cf5))


### Documentation

* Remove GEMINI.md from remote and ignore locally ([cba197e](https://github.com/KKamJi98/monitoring-kubernetes/commit/cba197eb63bb7ccf59d15216bbd4a2999dc48e70))

## [1.3.0](https://github.com/KKamJi98/monitoring-kubernetes/compare/v1.2.0...v1.3.0) (2025-07-04)


### Refactor

* Combine 'Error Pod Catch' and 'Error Log Catch' features into a single, streamlined function.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "monitoring-kubernetes"
version = "1.2.0"
version = "1.3.0"
description = "monitoring kubernetes with python"
authors = [
{ name = "KKamJi", email = "xowl5460@naver.com" }
Expand Down