From 8ba33986f3da8eae4079b179aa3580a1712586a1 Mon Sep 17 00:00:00 2001 From: simple Date: Sat, 24 May 2025 21:02:58 +0900 Subject: [PATCH] [main] docs: update changelog for v1.0.45 pipeline tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚀 Breaking Changes: - None 📝 Details: - Added 5 new pipeline management tools - Pipeline status monitoring and analysis support --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad95772..a7a0bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.0.45] - 2025-05-24 + +### Added + +- 🔄 **Pipeline Management Tools**: Added GitLab pipeline status monitoring and management functionality + - `list_pipelines`: List project pipelines with various filtering options + - `get_pipeline`: Get detailed information about a specific pipeline + - `list_pipeline_jobs`: List all jobs in a specific pipeline + - `get_pipeline_job`: Get detailed information about a specific pipeline job + - `get_pipeline_job_output`: Get execution logs/output from pipeline jobs +- 📊 Pipeline status summary and analysis support + - Example: "How many of the last N pipelines are successful?" + - Example: "Can you make a summary of the output in the last pipeline?" +- See: [PR #52](https://github.com/zereight/gitlab-mcp/pull/52) + +--- + ## [1.0.42] - 2025-05-22 ### Added