Skip to content

upgrade to v0.113.0 and automate v2 setup with SQLite discovery#1283

Merged
ddrechse merged 4 commits intomainfrom
signoz-113
Apr 15, 2026
Merged

upgrade to v0.113.0 and automate v2 setup with SQLite discovery#1283
ddrechse merged 4 commits intomainfrom
signoz-113

Conversation

@ddrechse
Copy link
Copy Markdown
Member

This Pull Request upgrades the SigNoz observability stack to version 0.113.0 and implements a robust, "zero-touch" automation workflow for initial setup.

Key Changes:

  • SigNoz Upgrade: Bumped SigNoz version from 0.102.1 to 0.113.0.
  • Automated V2 Setup:

Replaced manual dashboard configuration with an automated reconciliation job.
Implemented SQLite ID Discovery: An init container now dynamically extracts the unique orgID from the SigNoz SQLite database file at runtime, removing the need to hardcode UUIDs in values.yaml.
Transitioned to SigNoz v2 API for secure, token-based authentication during setup.

Repository Hygiene:

  • Deleted Stale Directory: Removed the uncompressed charts/signoz directory.
  • Consolidated Charts: Standardized on using compressed Helm archives (.tgz) for subcharts.
  • Credential Consistency: Aligned all administrative accounts and secrets to use consistent internal naming (admin@example.com).

Why the old signoz directory was deleted:
We removed helm/infra-charts/obaas/charts/signoz (and the old 0.102.1.tgz) to clean up the repository. The new 0.113.0 version is now managed as a standard compressed chart (signoz-0.113.0.tgz). This ensures that we are using the official upstream structure without manual local modifications, making it easier to maintain and upgrade in the future.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 13, 2026
Copy link
Copy Markdown
Member

@markxnelson markxnelson left a comment

Choose a reason for hiding this comment

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

one issue with grepping binary files

Comment thread helm/infra-charts/obaas/templates/observability/Job-signoz-setup.yaml Outdated
@ddrechse ddrechse merged commit 739272d into main Apr 15, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants