From b2f6b4c62283ba7674835a4ab6bf0bab8795f738 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 15:20:45 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527e54a..186db8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 3f6c7a1..0358a8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }