SLT-1253 - Bump instana-agent chart - #537
Conversation
|
Updating to 2.x pre-requisite is having these CRDs installed before silta-cluster upgrade. This should be documented. |
There was a problem hiding this comment.
🟡 Changes recommended
The lockfile updates the resolved traefik dependency version in addition to instana-agent, which is not reflected in the PR description and should be explicitly confirmed/documented as intentional.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR bumps the silta-cluster Helm chart release version and updates the resolved dependency set to pick up a new major version of the instana-agent subchart.
Changes:
- Bump
silta-clusterchart version from1.18.0to1.19.0. - Upgrade
instana-agentdependency constraint from1.2.xto2.0.xand update the lockfile accordingly. - Refresh
Chart.lockresolution (notably also changing the resolvedtraefikversion).
File summaries
| File | Description |
|---|---|
| silta-cluster/Chart.yaml | Bumps chart version and updates the instana-agent dependency constraint to 2.0.x. |
| silta-cluster/Chart.lock | Updates locked dependency versions/digest after dependency resolution refresh (includes instana-agent and traefik). |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
The traefik bump that Copilot flagged seems to have come from the master merge (branch update), so a wrong flag. |
This pull request updates the
silta-clusterHelm chart to introduce a new chart version and upgrade a key dependency. The main changes are as follows:Helm chart versioning:
silta-clusterchart version from1.18.0to1.19.0inChart.yaml, indicating a new release with important updates.Dependency updates:
instana-agentdependency from version1.2.xto2.0.xinChart.yaml, ensuring the chart uses the latest major version of the Instana agent.