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/v0.62.x #6625

Merged
merged 13 commits into from
Dec 12, 2024
Merged

Release/v0.62.x #6625

merged 13 commits into from
Dec 12, 2024

Conversation

prashant-shahi
Copy link
Member

@prashant-shahi prashant-shahi commented Dec 12, 2024

Summary

  • release SigNoz v0.62.0
  • bump up SigNoz OtelCollector v0.111.15

Important

Update SigNoz to v0.62.0 and SigNoz OtelCollector to v0.111.15 across Docker Compose and Go module files.

  • Docker Compose Updates:
    • Update query-service image to 0.62.0 in docker-compose.yaml, docker-compose-core.yaml, docker-compose-minimal.yaml, and docker-compose.testing.yaml.
    • Update frontend image to 0.62.0 in docker-compose.yaml, docker-compose-core.yaml, docker-compose-minimal.yaml, and docker-compose.testing.yaml.
    • Update signoz-otel-collector image to 0.111.15 in docker-compose.yaml, docker-compose-core.yaml, docker-compose-minimal.yaml, and docker-compose.testing.yaml.
    • Update signoz-schema-migrator image to 0.111.15 in docker-compose.yaml, docker-compose-core.yaml, docker-compose-minimal.yaml, and docker-compose.testing.yaml.
  • Go Module Updates:
    • Update github.com/SigNoz/signoz-otel-collector to v0.111.15 in go.mod and go.sum.

This description was created by Ellipsis for a9440c0. It will automatically update as commits are pushed.

nityanandagohain and others added 12 commits December 5, 2024 09:30
…core.yaml (#6564)

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* fix: fix partition check for topic throughput
* fix: update default alert ch queries for traces and logs

* fix: use service.name instead of peer.service

* fix: add link to docs

* fix: add alias for service name
* fix: migration for ingestion dashboard

* fix: remove redundant uuid

* Update pkg/query-service/app/dashboards/model.go

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>

---------

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* fix: fix count aggregate attribute column name

* fix: add test for column as well

* fix: use new schema in threshold rule enrichment
@prashant-shahi prashant-shahi requested a review from a team as a code owner December 12, 2024 09:56
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to a9440c0 in 28 seconds

More details
  • Looked at 184 lines of code in 6 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. go.mod:11
  • Draft comment:
    Ensure that the version update for signoz-otel-collector is consistent across all files. The docker-compose files use ${OTELCOL_TAG:-0.111.15} while go.mod uses v0.111.15. Consider aligning these to avoid potential issues.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR updates the image versions in multiple docker-compose files. However, the version update for signoz-otel-collector in go.mod and go.sum files is inconsistent with the docker-compose files. The docker-compose files use ${OTELCOL_TAG:-0.111.15} while go.mod and go.sum use v0.111.15. This inconsistency might lead to confusion or errors if the environment variable OTELCOL_TAG is not set.

Workflow ID: wflow_bgtkn3GEd80u11NV


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

…1.15

Signed-off-by: Prashant Shahi <prashant@signoz.io>
@prashant-shahi prashant-shahi changed the base branch from develop to main December 12, 2024 10:20
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@prashant-shahi prashant-shahi merged commit 2b5a0ec into main Dec 12, 2024
18 of 21 checks passed
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.

6 participants