From faa940a5eb394760129862740879b7ab7fa5bf12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 16:34:49 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f84b3..cf6f33f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0](https://github.com/KKamJi98/monitoring-kubernetes/compare/v1.0.1...v1.1.0) (2025-06-28) + + +### Features + +* Add CI/CD pipeline and migrate from Poetry to UV ([30cc5c6](https://github.com/KKamJi98/monitoring-kubernetes/commit/30cc5c638dbbf6a704ee6009f94d888fa207ecd1)) +* Integrate CI workflows and add GEMINI.md ([b7ab113](https://github.com/KKamJi98/monitoring-kubernetes/commit/b7ab113b97781324b94d75f3b7512e1a3aa1d432)) + + +### Bug Fixes + +* Add virtual environment creation to CI workflow ([b8dde70](https://github.com/KKamJi98/monitoring-kubernetes/commit/b8dde70b1406989c25b5ad2a53e4ef817b4e60e6)) +* Adjust pyproject.toml dependencies to PEP 621 format ([5dcf80c](https://github.com/KKamJi98/monitoring-kubernetes/commit/5dcf80cb49fdfddf0ef4186f35b4e7f981070804)) +* Correct pyproject.toml dependencies format for uv ([1b40125](https://github.com/KKamJi98/monitoring-kubernetes/commit/1b401254b651f800e31b962f70b96644ef81a953)) + + +### Documentation + +* Add GEMINI.md to .gitignore ([874f894](https://github.com/KKamJi98/monitoring-kubernetes/commit/874f894bfcda46ec93737645928d7892757621ba)) + ## [Unreleased] ## [0.1.0] - 2025-06-29 diff --git a/pyproject.toml b/pyproject.toml index 78b9c31..ab05939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "monitoring-kubernetes" -version = "0.1.0" +version = "1.1.0" description = "monitoring kubernetes with python" authors = [ { name = "KKamJi", email = "xowl5460@naver.com" }