Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/signoz 0.54.0 #520

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Release/signoz 0.54.0 #520

merged 3 commits into from
Oct 11, 2024

Conversation

prashant-shahi
Copy link
Member

@prashant-shahi prashant-shahi commented Oct 10, 2024

Summary

  • release SigNoz v0.56.0
  • bump up SigNoz OtelCollector v0.102.12
  • keep Schema Migrator version intact v0.102.10

…2.12

Signed-off-by: Prashant Shahi <prashant@signoz.io>
Copy link

coderabbitai bot commented Oct 10, 2024

Walkthrough

The pull request involves updates to the SigNoz observability platform's Helm chart files. Specifically, the Chart.yaml file has been modified to reflect new version numbers, changing version from 0.53.1 to 0.54.0 and appVersion from 0.55.0 to 0.56.0. The README.md and values.yaml files have also been updated to align with these version changes, including updates to image tags for various components.

Changes

File Path Change Summary
charts/signoz/Chart.yaml Updated version from 0.53.1 to 0.54.0 and appVersion from 0.55.0 to 0.56.0.
charts/signoz/README.md Updated image tags for queryService, frontend, otelCollector, and otelCollectorMetrics from 0.55.0 to 0.56.0 and from 0.102.10 to 0.102.12.
charts/signoz/values.yaml Updated image tags for query-service, frontend, schemaMigrator, otelCollector, and otelCollectorMetrics from 0.55.0 to 0.56.0 and from 0.102.10 to 0.102.12. Added consistent settings, defined init containers, specified resource requests and limits, and configured probes.

Possibly related PRs

  • Release/signoz 0.53.0 #507: The changes in this PR involve updates to the Chart.yaml, README.md, and values.yaml files for the SigNoz observability platform, specifically incrementing version numbers and image tags, which directly relate to the version updates in the main PR.
  • feat: enable new logs schema by default #508: This PR also updates the Chart.yaml and values.yaml files, including a version increment, which is relevant to the version changes made in the main PR.
  • Bump alertmanager version #509: Although this PR focuses on updating the alertmanager image tag in the README.md and values.yaml, it is related to the overall theme of version updates within the SigNoz charts, similar to the changes in the main PR.

Suggested reviewers

  • srikanthccv
  • YounixM

🐇 In the garden, changes bloom,
A version hop, dispelling gloom.
From 0.53 to 0.54,
New tags and updates, we explore!
With each release, we hop along,
SigNoz shines bright, where we belong! 🌼


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 218a319 and 5cce908.

📒 Files selected for processing (1)
  • charts/signoz/values.yaml (4 hunks)
🧰 Additional context used
🔇 Additional comments (4)
charts/signoz/values.yaml (4)

834-834: Approved: Frontend version update

The Frontend image tag has been updated from 0.55.0 to 0.56.0. This minor version update likely includes new features and bug fixes.

Please ensure you've reviewed the changelog for version 0.56.0 to be aware of any new features or potential breaking changes. You can verify the compatibility with other components by running:

✅ Verification successful

Verified: Frontend version update is consistent and free of breaking changes

The Frontend image tag has been successfully updated to 0.56.0 in the values.yaml file without any detected breaking changes or compatibility issues.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for any compatibility issues mentioned in the changelog or release notes

# Fetch the changelog or release notes for version 0.56.0
changelog=$(curl -s "https://api.github.com/repos/SigNoz/signoz/releases/tags/v0.56.0" | jq -r '.body')

# Check for any mentions of breaking changes or compatibility issues
echo "$changelog" | grep -i -E "breaking|compatibility|upgrade"

# List all image tags in the values file to ensure consistency
grep -n "tag:" charts/signoz/values.yaml

Length of output: 1357


1386-1386: Approved: OtelCollector and OtelCollectorMetrics version updates

The OtelCollector and OtelCollectorMetrics image tags have been updated from 0.102.10 to 0.102.12. These patch version updates likely include bug fixes and minor improvements.

Please ensure you've reviewed the changelog for version 0.102.12 to be aware of any bug fixes or improvements. You can verify the compatibility with other components by running:

Also applies to: 2016-2016

✅ Verification successful

Verified: OtelCollector and OtelCollectorMetrics version updates

The OtelCollector and OtelCollectorMetrics image tags have been successfully updated to version 0.102.12. No compatibility issues or breaking changes were found in the changelog.

Also applies to: 1386-1386, 2016-2016

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for any compatibility issues mentioned in the changelog or release notes

# Fetch the changelog or release notes for version 0.102.12
changelog=$(curl -s "https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib/releases/tags/v0.102.12" | jq -r '.body')

# Check for any mentions of breaking changes or compatibility issues
echo "$changelog" | grep -i -E "breaking|compatibility|upgrade"

# List all image tags in the values file to ensure consistency
grep -n "tag:" charts/signoz/values.yaml

Length of output: 1357


604-604: Approved: QueryService version update

The QueryService image tag has been updated from 0.55.0 to 0.56.0. This minor version update likely includes new features and bug fixes.

Please ensure you've reviewed the changelog for version 0.56.0 to be aware of any new features or potential breaking changes. You can verify the compatibility with other components by running:


Line range hint 1-2359: Summary: Approved version updates for SigNoz components

This update includes version changes for the following components:

  1. QueryService: 0.55.0 -> 0.56.0
  2. Frontend: 0.55.0 -> 0.56.0
  3. OtelCollector: 0.102.10 -> 0.102.12
  4. OtelCollectorMetrics: 0.102.10 -> 0.102.12

These updates align with the PR objectives of releasing SigNoz version 0.56.0 and updating the OtelCollector to version 0.102.12. The changes appear to be consistent across the components.

To ensure overall compatibility and consistency, please run the following script:

This script will help verify the consistency of the updates and check for any reported issues in the changelogs.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Signed-off-by: Prashant Shahi <prashant@signoz.io>
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Outside diff range and nitpick comments (1)
charts/signoz/README.md (1)

Line range hint 1-278: Consider updating the chart version in the README

The image tags have been successfully updated to reflect the new versions. However, it might be beneficial to also update the chart version in the README file, if applicable. This would ensure that the documentation accurately reflects the new release version.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between f6a2b49 and 218a319.

📒 Files selected for processing (3)
  • charts/signoz/Chart.yaml (1 hunks)
  • charts/signoz/README.md (4 hunks)
  • charts/signoz/values.yaml (5 hunks)
✅ Files skipped from review due to trivial changes (1)
  • charts/signoz/Chart.yaml
🧰 Additional context used
🔇 Additional comments (8)
charts/signoz/README.md (4)

74-74: LGTM: queryService image tag updated

The queryService image tag has been correctly updated to 0.56.0, which aligns with the PR objective of releasing SigNoz version 0.56.0.


113-113: LGTM: frontend image tag updated

The frontend image tag has been correctly updated to 0.56.0, maintaining consistency with the queryService update and aligning with the PR objective of releasing SigNoz version 0.56.0.


198-198: LGTM: otelCollector image tag updated

The otelCollector image tag has been correctly updated to 0.102.12, which aligns with the PR objective of updating the SigNoz OtelCollector.


238-238: LGTM: otelCollectorMetrics image tag updated

The otelCollectorMetrics image tag has been correctly updated to 0.102.12, maintaining consistency with the otelCollector update and aligning with the PR objective of updating the SigNoz OtelCollector.

charts/signoz/values.yaml (4)

604-604: Summary: Version updates for SigNoz components

This update includes version changes for several SigNoz components:

  1. QueryService and Frontend: 0.55.0 -> 0.56.0
  2. Schema Migrator, OTel Collector, and OTel Collector Metrics: 0.102.10 -> 0.102.12

These updates are consistent across related components, which is good for maintaining compatibility. However, it's crucial to:

  1. Review the changelogs for each updated version.
  2. Check for any breaking changes, especially in the Schema Migrator.
  3. Test the system thoroughly after the update, particularly focusing on any new features or UI changes.
  4. Monitor the system's performance after the update to ensure there are no regressions.

To ensure a smooth update process, please run the verification scripts provided in the previous comments for each component. Additionally, consider creating a pre-update and post-update checklist to systematically verify the system's functionality and performance.

Also applies to: 834-834, 1270-1270, 1386-1386, 2016-2016


1386-1386: Approved: OTel Collector and OTel Collector Metrics version updates

Both the OTel Collector and OTel Collector Metrics image tags have been updated from 0.102.10 to 0.102.12, aligning with the Schema Migrator update. This consistency is good for maintaining compatibility between components.

Please review the changelog for versions 0.102.11 and 0.102.12 to identify any performance improvements or new features in data collection. You can verify this by running:

#!/bin/bash
# Description: Check for performance improvements or new features in OTel Collector changelog

# Fetch the changelog or release notes for versions 0.102.11 and 0.102.12
changelog_11=$(curl -s "https://api.github.com/repos/SigNoz/signoz/releases/tags/v0.102.11" | jq -r '.body')
changelog_12=$(curl -s "https://api.github.com/repos/SigNoz/signoz/releases/tags/v0.102.12" | jq -r '.body')

# Check for any mentions of performance improvements or new features
echo "Checking version 0.102.11:"
echo "$changelog_11" | grep -i -E "performance|improvement|new feature|collector"

echo "Checking version 0.102.12:"
echo "$changelog_12" | grep -i -E "performance|improvement|new feature|collector"

# Verify that all related components are using the same version
grep -n "tag: 0.102.12" charts/signoz/values.yaml

Also applies to: 2016-2016


1270-1270: Approved: Schema Migrator version update

The Schema Migrator image tag has been updated from 0.102.10 to 0.102.12. This patch version update likely includes bug fixes and minor improvements.

As schema migrations can be critical, please verify that this update doesn't introduce any breaking changes to the database schema. Run the following to check for any mentioned schema changes:

#!/bin/bash
# Description: Check for any schema changes in the migrator changelog

# Fetch the changelog or release notes for versions 0.102.11 and 0.102.12
changelog_11=$(curl -s "https://api.github.com/repos/SigNoz/signoz/releases/tags/v0.102.11" | jq -r '.body')
changelog_12=$(curl -s "https://api.github.com/repos/SigNoz/signoz/releases/tags/v0.102.12" | jq -r '.body')

# Check for any mentions of schema changes or migrations
echo "Checking version 0.102.11:"
echo "$changelog_11" | grep -i -E "schema|migration|database|clickhouse"

echo "Checking version 0.102.12:"
echo "$changelog_12" | grep -i -E "schema|migration|database|clickhouse"

# Verify that all related components are using the same version
grep -n "tag: 0.102.12" charts/signoz/values.yaml

834-834: Approved: Frontend version update

The Frontend image tag has been updated from 0.55.0 to 0.56.0, aligning with the QueryService update. This consistency is good for maintaining compatibility between components.

Please review the changelog for version 0.56.0 to identify any UI changes or new features that may affect user experience. You can verify this by running:

#!/bin/bash
# Description: Check for UI changes or new features in the frontend changelog

# Fetch the changelog or release notes for version 0.56.0
changelog=$(curl -s "https://api.github.com/repos/SigNoz/signoz/releases/tags/v0.56.0" | jq -r '.body')

# Check for any mentions of UI changes or new features
echo "$changelog" | grep -i -E "ui|user interface|new feature|enhancement"

# Verify that all related components are using the same version
grep -n "tag: 0.56.0" charts/signoz/values.yaml

charts/signoz/values.yaml Show resolved Hide resolved
Signed-off-by: Prashant Shahi <prashant@signoz.io>
@prashant-shahi prashant-shahi merged commit 0de5aa3 into main Oct 11, 2024
3 checks passed
@prashant-shahi prashant-shahi deleted the release/signoz-0.54.0 branch October 11, 2024 16:26
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.

2 participants