Skip to content

Releases: Tracer-Cloud/opensre

Main

02 May 23:59

Choose a tag to compare

Main Pre-release
Pre-release

Main build

Rolling binary build from main.

  • Commit: 46e73c6
  • Built: 2026-05-06 12:05 UTC

Install

Stable:

curl -fsSL https://install.opensre.com | bash

Main:

curl -fsSL https://install.opensre.com | bash -s -- --main

Windows stable:

irm https://install.opensre.com | iex

Latest

06 May 01:16
3c216d9

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash

cURL (macOS / Linux, latest main build)

curl -fsSL https://install.opensre.com | bash -s -- --main

Homebrew (macOS / Linux)

brew tap tracer-cloud/tap
brew install tracer-cloud/tap/opensre

PowerShell (Windows)

irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v2026.5.5

  • fix(analytics): stabilize install and telemetry events (3c216d9) — MAREDDY SAI TEJAS
  • fix(analytics): persist unique CLI install IDs (#1348) (9cb279f) — vincenthus
  • feat(integrations): support Kimi Code CLI as non-interactive LLM backend (#1139) (42f1b41) — Aryan Jain
  • docs(contributor): contrib-readme-action has updated readme (06476a8) — contrib-readme-action
  • feat(rds): RDS integration with describe instance and events tools (#1287) (fa25cd9) — mazenessam77
  • fix/added universal Bedrock model support using Converse API. fixes #1306 (#1308) (fcf138d) — Shubham Solanke
  • fix(rca): surface bad-query Performance Insights evidence (#1268) (683f374) — Sundaram Kumar Jha
  • fix: improve WAL-driven replication lag RCA (scenario 001) + add QA validation (#1214) (7bb92a9) — Ceren Camkiran
  • fix(ci): remove duplicate langchain-protocol lock entry (fc53201) — vaibhav upreti
  • chore(deps): bump langchain-openai from 1.2.0 to 1.2.1 (#1334) (7f8dc4d) — dependabot[bot]
  • chore(deps): bump anthropic from 0.96.0 to 0.99.0 (#1335) (74b37c1) — dependabot[bot]
  • chore(deps): bump opentelemetry-instrumentation-botocore (#1336) (3a56b54) — dependabot[bot]
  • chore(deps): bump opentelemetry-instrumentation-requests (#1337) (31730cc) — dependabot[bot]
  • chore(deps): bump fastapi from 0.136.0 to 0.136.1 (#1323) (aa3b5b0) — dependabot[bot]
  • chore(deps): bump opentelemetry-api from 1.41.0 to 1.41.1 (#1324) (efc2780) — dependabot[bot]
  • chore(deps): bump boto3 from 1.42.94 to 1.43.3 (#1325) (ac6a414) — dependabot[bot]
  • chore(deps): bump cryptography from 46.0.7 to 48.0.0 (#1326) (b624101) — dependabot[bot]
  • chore(deps): bump langchain-core from 1.3.0 to 1.3.2 (#1328) (2860b8b) — dependabot[bot]
  • chore(deps): bump langsmith from 0.7.33 to 0.8.0 (#1329) (84ec101) — dependabot[bot]
  • chore(deps): bump tzdata from 2026.1 to 2026.2 (#1330) (f3c8a7d) — dependabot[bot]
  • chore(deps): bump google-auth from 2.49.2 to 2.50.0 (#1332) (75940a8) — dependabot[bot]
  • chore(deps): bump langchain-anthropic from 1.4.1 to 1.4.3 (#1333) (55304ab) — dependabot[bot]
  • chore(deps): bump google-api-python-client from 2.194.0 to 2.195.0 (#1322) (97fedf0) — dependabot[bot]
  • chore(deps): bump opentelemetry-instrumentation from 0.62b0 to 0.62b1 (#1327) (c3021c0) — dependabot[bot]
  • chore(deps): bump ruff from 0.15.11 to 0.15.12 (#1331) (c9a9a7a) — dependabot[bot]
  • chore(deps): bump types-requests from 2.33.0.20260408 to 2.33.0.20260503 (#1321) (86516b6) — dependabot[bot]
  • chore(deps): commit uv.lock and lock CI to uv sync (#1292) (3f1325d) — Anwesh
  • feat(opencode-cli): add opencode cli as llm cli provider (#1196) (b289bfb) — Richard Coker
  • docs(contributor): contrib-readme-action has updated readme (bc5815c) — contrib-readme-action
  • docs: fix contributing guide links (#1312) (e5f9a48) — Aayush Pratap Singh
  • fix(release-announcements): include role mention in Discord release announcement (#1310) (8625533) — Devesh
  • feat(integrations): support Cursor Agent CLI as non-interactive LLM backend (#1149) (69c6604) — Ceren Camkiran
  • fix(claude-code): parse auth status JSON before exit code; use authMethod (#1260) (#1302) (16f62f7) — Awokoya Olawale Davidson
  • test(airflow-routing): require connection_verified on openclaw fixture (#1303) (e879ae4) — Awokoya Olawale Davidson
  • feat(openclaw): enhance runtime validation and error handling (141193c) — vaibhav upreti
  • test(wizard): drop stale build_demo stub from claude-code flow test (#1297) (1890964) — Anwesh
  • fix(llm-cli): harden codex and claude-code auth probe paths (#1295) (b412445) — Anwesh
  • fix(cli): remove summary block from onboard completion output (#1293) (97df662) — Rohit Rajan
  • docs(contributor): contrib-readme-action has updated readme (4168f00) — contrib-readme-action
  • ci: skip coverage artifact upload on fork pull requests (#1296) (7cc29eb) — Anwesh
  • test: add filesystem fallback tests for analytics provider (#1119) (#1276) (b666b97) — vidhishah2209
  • fix(llm): lazy OpenAI client init fix regression tests and Run full tests in PR CI (#1291) (948068a) — Anwesh
  • docs(daily-update): archive 2026-05-04 (c16310e) — github-actions[bot]
  • update release ci (c852d2c) — vaibhav upreti

Latest

05 May 01:16
8aaa461

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash

cURL (macOS / Linux, latest main build)

curl -fsSL https://install.opensre.com | bash -s -- --main

Homebrew (macOS / Linux)

brew tap tracer-cloud/tap
brew install tracer-cloud/tap/opensre

PowerShell (Windows)

irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v2026.5.4

  • test(coralogix): add direct unit tests for CoralogixClient (#1282) (8aaa461) — Aniket Rawat
  • docs: add LLM providers reference page (#1261) (81940b7) — DevNinja
  • fix(test): set TEST_KEY before OpenAILLMClient in guardrail test (#1280) (588a231) — Anwesh
  • refactor: improve RDS storage-full RCA evidence handling (#1279) (b514caa) — Sundaram Kumar Jha
  • tests(kafka): add unit tests for KafkaTopicHealthTool and KafkaConsumerGroupTool (#1264) (321e708) — Yash Kumar Saini
  • clearing backloag -test: add shutdown analytics tests for idempotency… (#1271) (07da22c) — Devesh
  • clearing backlogs -unit tests for app/cli/tests/discover.py (#1270) (1750463) — Devesh
  • fix: move stdlib base64 and json imports to module level in resolve_integrations node (#1266) (ab77cea) — Enoch
  • test: cover memory health thresholds (#1262) (d111ee8) — Kevin Espiñeira
  • feat(cli): allow switching toolcall model at runtime (#1182) (#1192) (e470e68) — Awokoya Olawale Davidson
  • fix: make test-cov use shell-safe Windows venv path (#1236) (4374977) — Sundaram Kumar Jha
  • docs(contributor): contrib-readme-action has updated readme (0f0c3e0) — contrib-readme-action
  • test(tools): add dedicated unit tests for Snowflake, OpenObserve, OpenSearch tools (#790) (#1238) (226e8f0) — Powlisher
  • docs(contributor): contrib-readme-action has updated readme (1eea767) — contrib-readme-action
  • fix(tests): skip localhost-bound update smoke test when sockets are blocked (#1257) (dffb16c) — zerone0x
  • docs(daily-update): archive 2026-05-03 (59f72f9) — github-actions[bot]

Latest

04 May 01:21

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash

cURL (macOS / Linux, latest main build)

curl -fsSL https://install.opensre.com | bash -s -- --main

Homebrew (macOS / Linux)

brew tap tracer-cloud/tap
brew install tracer-cloud/tap/opensre

PowerShell (Windows)

irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v2026.5.3

  • docs: update homebrew installation steps (7d145cd) — vaibhav upreti
  • chore: fix cloudwatch tests (2dd60dd) — vaibhav upreti
  • fix: ci: (35ac138) — vaibhav upreti
  • fix: code scanning bugs (d424bbe) — vaibhav upreti
  • feat: deprecate tracer path and migrate to opensre (#1232) (0a0c307) — Vaibhav Upreti
  • Revert "Fix detection of shell built-in commands (e.g. pwd) in interactive CL…" (#1254) (a52a4d3) — Anwesh
  • docs(contributor): contrib-readme-action has updated readme (c5eaee8) — contrib-readme-action
  • Fix detection of shell built-in commands (e.g. pwd) in interactive CLI (#1252) (90b1d37) — Aakash Kumar
  • fix(tests): add default_headers param to _FakeOpenAI stub (#1251) (183518d) — Anwesh
  • fix: live-probe macOS Keychain auth for Claude Code CLI onboarding (#1199) (#1217) (5fd09ed) — Ankit Juneja
  • feat: add release announcements workflow for Discord and X (Twitter) (#1235) (698da60) — Devesh
  • eval: harden OpenSRE LLM judge JSON extraction (#989) (02568d7) — Ceren Camkiran
  • docs(contributor): contrib-readme-action has updated readme (ea2e595) — contrib-readme-action
  • test: added direct unit tests for app/cli/local_llm/hardware.py (#1187) (bd7dd1e) — Umer Aamir
  • docs(contributor): contrib-readme-action has updated readme (41fca4c) — contrib-readme-action
  • feat: add Requesty as LLM provider (#1245) (ad057f9) — Thibault Jaigu
  • docs(contributor): contrib-readme-action has updated readme (4a77558) — contrib-readme-action
  • fix: move stdlib json import to module level in hot-path functions (#1243) (d2cf78e) — Enoch
  • docs(contributor): contrib-readme-action has updated readme (8c98f18) — contrib-readme-action
  • test: add unit tests for aws sdk service client (#1240) (62e34a8) — Arjun
  • docs(contributor): contrib-readme-action has updated readme (ae53af1) — contrib-readme-action
  • test: add _check_memory_health missing and incomplete data tests (#1212) (8b9e38a) — Raj Gajjar
  • docs(contributor): contrib-readme-action has updated readme (a19ee43) — contrib-readme-action
  • fix(ci): repair CLI help sync test (#1231) (3dd20f4) — Isaac
  • docs(daily-update): archive 2026-05-02 (92c4c58) — github-actions[bot]

Latest

03 May 01:23

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash

cURL (macOS / Linux, latest main build)

curl -fsSL https://install.opensre.com | bash -s -- --main

Homebrew (macOS / Linux)

brew install Tracer-Cloud/opensre/opensre

PowerShell (Windows)

irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v2026.5.2

  • fix: ci (9ec594d) — vaibhav upreti
  • feat: add opensre uninstall command (457bd89) — vaibhav upreti
  • chore: update release channel from 'main' to 'nightly' in install scripts and workflows (33512b4) — vaibhav upreti
  • feat(integrations): add VictoriaLogs integration (#1144) (311be2e) — Yash Kumar Saini
  • docs(contributor): contrib-readme-action has updated readme (df58968) — contrib-readme-action
  • docs: add quick-start commands for testing in tests/README.md (#1171) (38f5185) — Krish Srivastava
  • docs(contributor): contrib-readme-action has updated readme (e8ed4ed) — contrib-readme-action
  • Fix: keep CLI analytics disabled when users opt out (#1225) (daa6b47) — Shivam Behl
  • test(cli): use dummy app session in prompt-session tests so they pass on Windows CI (#1224) (ca7860b) — Awokoya Olawale Davidson
  • test: consolidate remote-runtime tests under tests/remote/ (#872) (#1215) (bedcf25) — Awokoya Olawale Davidson
  • docs(contributor): contrib-readme-action has updated readme (863b075) — contrib-readme-action
  • fix: move stdlib imports to module level in hot-path functions (#1216) (2cd1065) — Jaimin Godhani
  • Revert "feat: Add analytics opt-out environment variable tests (#1118) (#1189)" (#1195) (b9fff2f) — Anwesh
  • feat: Add analytics opt-out environment variable tests (#1118) (#1189) (e476f52) — Dark_Pheonix
  • test: add unit tests for AlertmanagerClient (#876) (#1194) (c6d6e9c) — Turan Buyukkamaci
  • Fix: Integrations overview pages (#1193) (a3f9308) — Just Harold
  • refactor: Ingest flow cleanup & Fix ingest duplication streamline investigation URL handling (#1191) (2b82e03) — S. B. | Software Developer
  • test: add direct unit tests for grafana config normalization and auth… (#1186) (5325315) — Prakhar Jain
  • feat(cli): make interactive shell documentation-aware (#1166) (#1172) (f1542c6) — Awokoya Olawale Davidson
  • docs(daily-update): archive 2026-05-01 (cc24d14) — github-actions[bot]

Latest

02 May 01:16

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash

cURL (macOS / Linux, latest main build)

curl -fsSL https://install.opensre.com | bash -s -- --main

Homebrew (macOS / Linux)

brew install Tracer-Cloud/opensre/opensre

PowerShell (Windows)

irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v2026.4.30

  • docs: fix logo in dark theme (b378d6d) — vaibhav upreti
  • docs: move faq (57ab3d2) — vaibhav upreti
  • docs(contributor): contrib-readme-action has updated readme (e15adae) — contrib-readme-action
  • Fix/1114 health summary failure aliases (#1184) (b235a02) — Aniket Rawat
  • fix(ci): allow only first assignee on good first issues (#1183) (c59ecea) — Anwesh
  • API Response Test: direct unit tests for app/services/datadog/client.py (#1104) (5793631) — S. B. | Software Developer
  • docs(contributor): contrib-readme-action has updated readme (a7eef93) — contrib-readme-action
  • test: add Vercel deployment sort regression tests for bad timestamps (#1178) (3ed6236) — Dark_Pheonix
  • feat(ci): auto-assign good first issues for new contributors (#1179) (3d0cc8e) — Anwesh
  • fix(guardrails): redact union of overlapping spans, never leak sensitive bookends (#780) (c60125c) — Mayank Bharati
  • docs(contributor): contrib-readme-action has updated readme (cb9f2a7) — contrib-readme-action
  • docs: add 'Run one focused test' section to CONTRIBUTING.md (#1177) (0011af4) — akshat1074
  • feat(alerts): normalize incoming payloads to OpenSRE canonical format (#977) (7391c4f) — vignesh Gopikrishnan
  • docs(contributor): contrib-readme-action has updated readme (1b100ca) — contrib-readme-action
  • tests: add Escape-cancel coverage for confirm, text, and path prompts (#1170) (3c107e2) — Divyansh Rawat
  • docs(contributor): contrib-readme-action has updated readme (b9f81ad) — contrib-readme-action
  • test: add failure path coverage for IMDS helpers (#1126) (#1154) (49f82b3) — Tejas
  • feat: print onboarding hint after successful install (#1153) (#1157) (21cf25f) — Maryjane Okafor
  • test: add _id_to_iso helper coverage in remote server tests (#1158) (69a7b21) — Prakhar Jain
  • test(output): add direct unit tests for app/output.py (#871) (#1169) (abfac99) — Awokoya Olawale Davidson
  • docs(daily-update): archive 2026-04-30 (ec13f46) — github-actions[bot]
  • feat(llm_cli): integrate Claude Code CLI as LLM_PROVIDER (#1168) (ea4d7ff) — Awokoya Olawale Davidson
  • update pyproject toml (52ffd67) — vaibhav upreti
  • chore: remove deprecated Prefect integration files and update imports to new service package (52fc555) — vaibhav upreti
  • fix(ci): restore main quality gates (1d92d7e) — davincios
  • feat(cli): improve interactive shell automation (#1167) (449f0c0) — vincenthus
  • fix: docs changes (332bcdb) — vaibhav upreti
  • chore: fix docs pages (1e47464) — vaibhav upreti
  • update deployment docs (574c855) — vaibhav upreti
  • chore: update workflow configurations and remove deprecated files (c1c3cb9) — vaibhav upreti
  • chore: refactor integrations (#1165) (5b338a8) — Vaibhav Upreti
  • feat(cli): interactive shell UX improvements (#1159) (24205ea) — vincenthus
  • docs(contributor): contrib-readme-action has updated readme (db65347) — contrib-readme-action
  • Fix: attach data_quality_issues for list payloads in wrapper validation (#1151) (bee6d61) — Michael Emefienem
  • Fix/check disk health tests (#1155) (ee0d4fe) — Bhavarth Bhangdia
  • docs(contributor): contrib-readme-action has updated readme (e7bf6f4) — contrib-readme-action
  • docs: add troubleshooting block to quickstart (#1152) (0f22cbe) — Prakhar Jain
  • Feat/add registry import failure test (#1142) (039d1a5) — Aaryan
  • update security (adacc86) — vaibhav upreti
  • chore: update docker ignore (a08a9b7) — vaibhav upreti
  • docs: add enterprise vs local setup instructions (7e12abc) — vaibhav upreti
  • docs: update installation (d71a012) — vaibhav upreti
  • fix: install links (93860d1) — vaibhav upreti
  • fix(discord,slack): harden delivery against non-JSON failures and token leakage (#865) (#1138) (d7d8e7a) — Kevin Espiñeira
  • docs(contributor): contrib-readme-action has updated readme (b9ff4c1) — contrib-readme-action
  • test: add unit tests for parse_vercel_url to extract log and deployme… (#1148) (f778075) — Zeeshan
  • Issue/319 splunk integration (#791) (83a5d13) — Abhishek Marathe
  • docs(contributor): contrib-readme-action has updated readme (ddca28f) — contrib-readme-action
  • Tighten OpenClaw docs with verify/fail-fast section (#1132) (#1147) (b472093) — Hariswar
  • docs(contributor): contrib-readme-action has updated readme (1bf9969) — contrib-readme-action
  • Add registry regression test for duplicate tool names across modules (#1141) (e40f3fa) — Aaryan
  • docs(contributor): contrib-readme-action has updated readme (ed15058) — contrib-readme-action
  • Issue 1127 harden remote tool end payloads (#1140) (68fc922) — Yajush Srivastava
  • docs(agents): add LLM API provider guide in app/services (#1135) (6f5d378) — Anwesh
  • docs(contributor): contrib-readme-action has updated readme (044fc2e) — contrib-readme-action
  • fix(github): disambiguate contributors workflow push refspec (#1137) (ffadafe) — Anwesh
  • fix: Ctrl+C double-exit in interactive shell (#1105) (72dd2cc) — wen
  • docs(llm-cli): enhance AGENTS.md with per-provider environment variable documentation (cfa7723) — muddlebee
  • fix(llm-cli): address post-review issues in CLI integration (#1097) (33b478f) — Anwesh
  • ci(github): split Windows and k8s label workflows (#1103) (e5aed5f) — Anwesh
  • test(cli): skip install.sh tests on Windows + guard os.geteuid (#1099) (#1101) (d09b7c2) — Mayank Bharati
  • ci(github): label-triggered optional checks (#1100) (b79e437) — Anwesh
  • fix(cli): opensre tests crashes with FileNotFoundError in bundled binary (#1078) (#1090) (67dc64d) — Mayank Bharati
  • fix(extract): prevent health checks with state=normal from being marked as noise (#1096) (d093319) — Aarush Sharma
  • docs(daily-update): archive 2026-04-29 (ae24c30) — github-actions[bot]

Latest

30 Apr 01:21

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash

cURL (macOS / Linux, latest main build)

curl -fsSL https://install.opensre.com | bash -s -- --main

Homebrew (macOS / Linux)

brew install Tracer-Cloud/opensre/opensre

PowerShell (Windows)

irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v2026.4.29

  • fix docs (544025c) — vaibhav upreti
  • fix: update docs (72b4716) — vaibhav upreti
  • update config (70cf463) — vaibhav upreti
  • update config (6a2695b) — vaibhav upreti
  • feat: introduce install channel option for installer scripts (5f11afa) — vaibhav upreti
  • docs(contributor): contrib-readme-action has updated readme (a5e1a3b) — contrib-readme-action
  • chore: fix greptile reviews for grafana loki tests (8f3d3ab) — vaibhav upreti
  • refactor: centralize credential and param extraction for eks workload list (#1089) (eb18202) — Richard Coker
  • auto-configure PATH in shell profile after install (#1064) (2272070) — Rohit Rajan
  • docs(contributor): contrib-readme-action has updated readme (e549c46) — contrib-readme-action
  • test(grafana): add direct unit tests for LokiMixin.query_loki (#1082) (2711d2a) — WatchTree-19
  • fix: docs (b614797) — vaibhav upreti
  • test(tools): add unit tests for Bitbucket tools (#1017) (5ac7107) — vignesh Gopikrishnan
  • feat(github): add 16 meme-tier PR celebration message templates (#1088) (a952ed3) — Anwesh
  • refactor: extract shared SQL wrapper helper for repeated tool flow (#1084) (ac348be) — Maryjane Okafor
  • refactor(utils): extract shared truncate() helper, replace six inline _truncate() implementations (#1080) (0b3d784) — Udit
  • Create airflow_integration.mdx (#1058) (8277665) — Ceren Camkiran
  • feat: add Argo CD deployment investigation integration (#948) (956eda6) — Mateus Scheuer Macedo
  • Update docs.json: Rename "Try Tracer" to "Try OpenSRE" and update favico (2ad6b9e) — paultracer
  • Update theme in docs.json (91d8d2a) — paultracer
  • Update dark mode logo in docs.json (0cd8e5c) — paultracer
  • Update footer social links and copyright (409bf61) — paultracer
  • Update logo to OpenSRE black and white versions (d607af6) — paultracer
  • Replace OpenSRE logo and update workflow image (156267a) — paultracer
  • Add files via upload (fd87f2e) — paultracer
  • feat: interactive REPL — the first step toward a Claude-Code-style SRE terminal (#591) (8da7c57) — Yash Kumar Saini
  • fix(airflow): correct tool source, StrictConfigModel, surfaces, exception-recovery test (#1077) (504aa15) — Yash Kumar Saini
  • feat(cli): harden test inventory discovery and UX (#172) (#1066) (5e0d007) — Awokoya Olawale Davidson
  • Delete tests/services/test_datadog_client.py (cb37b6e) — Anwesh
  • chore(github): trim celebration GIFs and add three new merge GIFs (#1075) (3ee1c62) — Anwesh
  • feat(github): add 4 The Office celebration GIFs to post-merge comment (4b72d56) — muddlebee
  • feat: add Apache Airflow integration with DAG/task evidence and tests (3474371) — Ceren Camkiran
  • test: add direct unit tests for tempo mixin (#882) (#1059) (4fdf8cf) — Kartik Sirohi
  • refactor(wizard): split integration health validators into grouped modules (#958) (17c5bbd) — vignesh Gopikrishnan
  • Adaptive incident window: expand-on-empty-deploy-timeline (#1074) (142a7b8) — Malik Amir Hamza
  • refactor(tools): resolve action labels from registry metadata (#915) (60413c1) — John Zakkam
  • Update PR template to remove Discord info (9a8bcbc) — Anwesh
  • refactor: move Notion client to app/services/ (#945) (d7c6888) — Aryan Jain
  • fix(github): replace removed success.gif with winner.gif (98e1e33) — muddlebee
  • fix: resolve synthetic RDS scenario 008 scoring and planner loops (#844) (1e57c59) — Yassir Maknaoui
  • docs(daily-update): archive 2026-04-28 (03d362c) — github-actions[bot]
  • docs(contributor): contrib-readme-action has updated readme (ccbd21f) — contrib-readme-action
  • fix(dev): run ruff through configured Python (#1062) (89f6ee4) — Joey Roth

Latest

29 Apr 01:22

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/Tracer-Cloud/opensre/main/install.sh | bash

Homebrew (macOS / Linux)

brew install Tracer-Cloud/opensre/opensre

PowerShell (Windows)

irm https://raw.githubusercontent.com/Tracer-Cloud/opensre/main/install.ps1 | iex

Python

pipx install opensre

Changelog

Changes since v2026.4.28

  • fix: update posthog imports (6985744) — vaibhav upreti
  • chore: remove outdated Sitemap Tracer.xml and update canonical URL in product benefits documentation (e0bd8d2) — vaibhav upreti
  • update chatgpt open url (115e037) — vaibhav upreti
  • fix: cleanup claudemd (4d3ae42) — vaibhav upreti
  • chore: update tools (0910160) — vaibhav upreti
  • docs: update callout section (9869c03) — vaibhav upreti
  • docs: fix tracer docs (45a8851) — vaibhav upreti
  • move monitoring inside tracer (1116a99) — vaibhav upreti
  • update discord link and move sections (c58e0bd) — vaibhav upreti
  • update docs pages and icons (b298d02) — vaibhav upreti
  • feat: migrate to mint theme and update docs (6d81bd7) — vaibhav upreti
  • update readme (e7d6346) — vaibhav upreti
  • chore: updat readme (c670d97) — vaibhav upreti
  • chore: remove success celebration gif (30a354b) — vaibhav upreti
  • docs: refine Try Tracer CTA styles (27d97aa) — vaibhav upreti
  • docs: update daily release notes and nav (aa2231d) — vaibhav upreti
  • refactor: move local infra files out of root (348429e) — vaibhav upreti
  • docs: streamline env example and fix Ruff formatting (86c23bd) — vaibhav upreti
  • fix: dedupe install analytics (e51f002) — vaibhav upreti
  • refactor: centralize safe int coercion (6c16b60) — vaibhav upreti
  • fix: update contact emails (6a6a192) — vaibhav upreti
  • Revert "fix(security): remove hardcoded PostHog keys from repo" (06a116d) — davincios
  • docs(contributor): contrib-readme-action has updated readme (681ada1) — contrib-readme-action
  • docs(readme): sync integration matrix with shipped integrations (#1055) (18f5daf) — Ankush
  • fix(security): remove hardcoded PostHog keys from repo (ba82912) — davincios
  • fix(eks): forward stored AWS integration credentials to k8s client builder (#976) (d2558e9) — chaosreload
  • synthetic: tighten validation and fix RCA reasoning for replication lag red-herring scenario (006) (#843) (09dc355) — Ceren Camkiran
  • fix(github): always show a GIF on every merged PR comment (000434a) — muddlebee
  • synthetic: enforce single shared root cause for connection leak scenario (009) (#942) (5db5049) — Ceren Camkiran
  • synthetic: prevent overdiagnosis in noisy-but-healthy scenario (007) (#978) (a26d2fb) — Ceren Camkiran
  • fix(github): add celebration GIFs and post-merge message polish (#1049) (754ee2c) — Anwesh
  • Update comment for post-merge PR comment workflow test (#1047) (cdd821e) — Anwesh
  • fix(gifs): host celebration GIFs in repo to fix GitHub proxy rendering (#1045) (4be0ead) — Anwesh
  • test: add direct unit tests for Mimir mixin (#881) (#1040) (1653e37) — Piyush Tiwari
  • chore: spice up post-merge celebration messages (#1039) (0e69104) — Anwesh
  • refactor(tools): centralize code-host unavailable payload for code-host tools (#1037) (6fb8301) — vignesh Gopikrishnan
  • chore: smoke test post-merge celebration workflow (#1038) (33953ce) — Anwesh
  • ci(github): celebrate merged PRs with Discord invite (d7196c3) — muddlebee
  • docs(contributor): contrib-readme-action has updated readme (1c552dc) — contrib-readme-action
  • Add tracer integration service tests (#1035) (3eae37f) — rameshkumarkoyya
  • test(services): add direct unit tests for cloudwatch_client (#1032) (5a53bed) — GoDiao
  • Test/add lambda client unit tests (#1028) (7e0aee3) — Aryan Jain
  • test(cli): add direct unit tests for CLI layout renderers (#1015) (ccc9c78) — vignesh Gopikrishnan
  • test(cli): add regression test for command/help sync, fix missing guardrails entry (#863) (d75863e) — Awokoya Olawale Davidson
  • test(cli): add direct unit tests for ollama lifecycle helpers (#1029) (c589348) — Awokoya Olawale Davidson
  • Incident window tool integration (#954) (a0fb857) — Malik Amir Hamza
  • test: add direct unit tests for app/services/honeycomb/client.py (#974) (8779304) — Aryan Jain
  • refactor(tools): extract shared default_db_warning helper for SQL too… (#1027) (c9384b6) — Awokoya Olawale Davidson
  • test(tools): add unit tests for the four GitLab tools (#1003) (f21bc20) — DevNinja
  • test(tools): add unit tests for ClickHouseQueryActivity and ClickHous… (#1025) (f6df5c3) — Awokoya Olawale Davidson
  • refactor(publish): extract GitLab MR write-back into dedicated helper module (#1026) (566acf0) — Udit
  • refactor: move gitlab integration tests to tests/integrations (#901) (#917) (16a81dd) — Kartik Sirohi
  • test: move poll_deployment_health tests out of e2e (#849) (f39b3db) — John Zakkam
  • test(cli): add direct unit coverage for args helpers (#859) (50c340a) — John Zakkam
  • test(utils): add direct unit tests for ingest_delivery (#1021) (7d4286d) — DevNinja
  • fix: move app/cli/deploy_test.py into tests/cli/ (#1018) (4f33908) — Ghraven
  • extended RailwayRemoteOpsProvider tests #907 (#960) (a494a5c) — DIPSHA DAS
  • Add direct unit tests for app/services/tracer_client/tracer_tools.py (#975) (7a9d8e7) — Aryan Jain
  • docs(daily-update): archive 2026-04-27 (bc3cadc) — github-actions[bot]

Latest

28 Apr 01:20
46f26d3

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/Tracer-Cloud/opensre/main/install.sh | bash

Homebrew (macOS / Linux)

brew install Tracer-Cloud/opensre/opensre

PowerShell (Windows)

irm https://raw.githubusercontent.com/Tracer-Cloud/opensre/main/install.ps1 | iex

Python

pipx install opensre

Changelog

Changes since v2026.4.27

  • refactor(utils): extract shared HTTP-post helper for delivery modules (#952) (46f26d3) — mayankbharati-ops
  • test(tools): add unit tests for Azure Monitor Logs tool (#1007) (11a88eb) — vignesh Gopikrishnan
  • docs: replace stale Mintlify starter content and add make docs-dev target (#1010) (6e8f880) — Maryjane Okafor
  • docs(contributor): contrib-readme-action has updated readme (4dfbf14) — contrib-readme-action
  • docs: add Table of Contents to README (#1012) (31f5e54) — Gingiris
  • fix(CI): ubuntu CI failures due to GitHub MCP in cli.py (49c802e) — Anwesh
  • test(llm-cli): normalize path assertions for Windows CI (#1009) (e913d51) — Anwesh
  • refactor(tests): move detect_sources GitLab tests into tests/nodes/plan_actions/ (#959) (2a8a96d) — Awokoya Olawale Davidson
  • test(nodes): move publish_findings node_test.py into tests/ tree (#965) (6573730) — Lozsku
  • fix: rm unused imports (06b5f53) — vaibhav upreti
  • docs(contributor): contrib-readme-action has updated readme (8b86ffc) — contrib-readme-action
  • Refactor: Parallelize Investigation via LangGraph Send() (#936) (872b830) — Jeel3011
  • docs(contributor): contrib-readme-action has updated readme (aa73ec4) — contrib-readme-action
  • Add deprecation warning for prefect integration (#937) (af9b680) — Ibocata
  • test(tracer): simplify assertions in get_logs tests paraameters. (e121986) — vaibhav upreti
  • docs(contributor): contrib-readme-action has updated readme (f441aa8) — contrib-readme-action
  • docs(contributor): contrib-readme-action has updated readme (9156acb) — contrib-readme-action
  • Fix: Moved pwhtool tests into tests dir @hruico (#847) (4bdf6e3) — hruico
  • test(tracer): add unit tests for get_logs parameter construction (#983) (07ce809) — Piyush Tiwari
  • docs(contributor): contrib-readme-action has updated readme (797684f) — contrib-readme-action
  • test(tools): move log_compaction_test.py into tests/ tree (#964) (3a61961) — Lozsku
  • docs(contributor): contrib-readme-action has updated readme (7495a0b) — contrib-readme-action
  • fix: stop run_diagnostic_code from crashing every investigation (#988) (286740d) — Aarush Sharma
  • feat(llm-cli): modularize CLI binary resolution (#795) (29154a4) — Anwesh
  • docs(contributor): contrib-readme-action has updated readme (c12dc09) — contrib-readme-action
  • test: add unit tests for AWSBatchJobsMixin and fix timezone bug (#1006) (ff72d40) — Kevin Espiñeira
  • docs(contributor): contrib-readme-action has updated readme (8c36c65) — contrib-readme-action
  • fix: add missing init.py to tests/integrations and tests/nodes packages (#1000) (d8f86a9) — Ghraven
  • docs(contributor): contrib-readme-action has updated readme (029d55d) — contrib-readme-action
  • fix: correct misleading FileNotFoundError message in example (#1004) (d82732a) — Blut-agent
  • fix: ci (9adfc1d) — vaibhav upreti
  • docs(contributor): contrib-readme-action has updated readme (4951dfa) — contrib-readme-action
  • docs(azure-monitor): add Azure Monitor integration guide (#999) (b861912) — DevNinja
  • feat: add IncidentWindow foundation for shared incident time (#951) (fb7f7c2) — Malik Amir Hamza
  • docs(contributor): contrib-readme-action has updated readme (5f5b955) — contrib-readme-action
  • fix: rename tests/AGENTS.MD to tests/AGENTS.md for consistency (#979) (dd4cc05) — ShivaniNR
  • docs(daily-update): archive 2026-04-26 (8940004) — github-actions[bot]

Latest

27 Apr 01:18

Choose a tag to compare

Install

cURL (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/Tracer-Cloud/opensre/main/install.sh | bash

Homebrew (macOS / Linux)

brew install Tracer-Cloud/opensre/opensre

PowerShell (Windows)

irm https://raw.githubusercontent.com/Tracer-Cloud/opensre/main/install.ps1 | iex

Python

pipx install opensre

Changelog

Changes since v2026.4.26

  • docs(daily-update): archive 2026-04-25 (72dc93b) — github-actions[bot]