Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 22, 2025

This PR prepares version 0.11.0 for release following the release workflow defined in .github/prompts/release.prompt.md.

Changes

CHANGELOG.md

  • Created new section for version 0.11.0
  • Moved unreleased changes to the new version section:
    • Fixed usage percentage to no longer be printed when no budget is set
    • Fixed an issue with find_entity_by_name tool filtering out valid entries
    • Added proxy support for corporate environments via HTTPS_PROXY
  • All entries follow the changelog guidelines (past tense, concise, no emojis)

Version Updates

Updated version number from 0.10.0 to 0.11.0 in:

  • package.json
  • package-lock.json (via npm install --package-lock-only)
  • server.json
  • gemini-extension.json

Verification

✅ Build passes (npm run build)
✅ All unit tests pass (91 tests)
✅ Code formatting verified
✅ Changelog entries follow content guidelines

Original prompt

Follow prompt/release.md, create a PR for release 0.11.0.
Make sure entries in changelog are complete and use past-tense.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: christian-kreuzberger-dtx <[email protected]>
Copilot AI changed the title [WIP] Prepare release 0.11.0 and update changelog chore(release): prepare for 0.11.0 release Oct 22, 2025
Copilot finished work on behalf of christian-kreuzberger-dtx October 22, 2025 14:10
@christian-kreuzberger-dtx christian-kreuzberger-dtx marked this pull request as ready for review October 22, 2025 14:42
@github-actions
Copy link

github-actions bot commented Oct 22, 2025

📦 Package.json Changes Detected

This PR modifies package.json. Please review the following changes carefully, and tick the following checklist boxes:

Checklist for Reviewers

  • Verify that new and/or updated dependencies are necessary and from trusted sources
  • Review any script changes for (security) implications
  • Verify whether a new version should be released after merging the PR

Package.json Diff

diff --git a/package.json b/package.json
index 9089290..d476975 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@dynatrace-oss/dynatrace-mcp-server",
-  "version": "0.10.0",
+  "version": "0.11.0",
   "mcpName": "io.github.dynatrace-oss/Dynatrace-mcp",
   "description": "Model Context Protocol (MCP) server for Dynatrace",
   "keywords": [

This comment was automatically generated by the PR Package.json Comment workflow.

Copy link
Collaborator

@christian-kreuzberger-dtx christian-kreuzberger-dtx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@MrManny MrManny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀🚀🚀

@christian-kreuzberger-dtx christian-kreuzberger-dtx merged commit 0e95498 into main Oct 23, 2025
13 checks passed
@christian-kreuzberger-dtx christian-kreuzberger-dtx deleted the copilot/release-0-11-0 branch October 23, 2025 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants