Skip to content

Commit 02d7591

Browse files
authored
Merge pull request #1 from KKamJi98/release-please--branches--main
chore(main): release 1.1.0
2 parents 874f894 + faa940a commit 02d7591

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0](https://github.com/KKamJi98/monitoring-kubernetes/compare/v1.0.1...v1.1.0) (2025-06-28)
9+
10+
11+
### Features
12+
13+
* Add CI/CD pipeline and migrate from Poetry to UV ([30cc5c6](https://github.com/KKamJi98/monitoring-kubernetes/commit/30cc5c638dbbf6a704ee6009f94d888fa207ecd1))
14+
* Integrate CI workflows and add GEMINI.md ([b7ab113](https://github.com/KKamJi98/monitoring-kubernetes/commit/b7ab113b97781324b94d75f3b7512e1a3aa1d432))
15+
16+
17+
### Bug Fixes
18+
19+
* Add virtual environment creation to CI workflow ([b8dde70](https://github.com/KKamJi98/monitoring-kubernetes/commit/b8dde70b1406989c25b5ad2a53e4ef817b4e60e6))
20+
* Adjust pyproject.toml dependencies to PEP 621 format ([5dcf80c](https://github.com/KKamJi98/monitoring-kubernetes/commit/5dcf80cb49fdfddf0ef4186f35b4e7f981070804))
21+
* Correct pyproject.toml dependencies format for uv ([1b40125](https://github.com/KKamJi98/monitoring-kubernetes/commit/1b401254b651f800e31b962f70b96644ef81a953))
22+
23+
24+
### Documentation
25+
26+
* Add GEMINI.md to .gitignore ([874f894](https://github.com/KKamJi98/monitoring-kubernetes/commit/874f894bfcda46ec93737645928d7892757621ba))
27+
828
## [Unreleased]
929

1030
## [0.1.0] - 2025-06-29

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 = "0.1.0"
3+
version = "1.1.0"
44
description = "monitoring kubernetes with python"
55
authors = [
66
{ name = "KKamJi", email = "[email protected]" }

0 commit comments

Comments
 (0)