Skip to content

OpenSRE 0.1.2026.8.4

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 01:08
23d5dea

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.8.4

Homebrew (macOS / Linux)

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

PowerShell (Windows)

$env:OPENSRE_INSTALL_CHANNEL="release"; $env:OPENSRE_VERSION="0.1.2026.8.4"; irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v0.1.2026.8.3

  • feat(github): fix security/quality findings and ship PRs with auto-detected coding agents (#4597) (23d5dea) — Vaibhav Upreti
  • refactor(infra): drop the opensre-infra-aws submodule and settle on one organization-id env var (#4687) (471360d) — Yauhen Bichel
  • feat(remote-sync): add --dry-run preview to sync (#4688) (1f47c5e) — Anwesh
  • fix(filestorage): validate remote_sync settings on read (#4684) (90df13b) — Anwesh
  • feat(filestorage): add Google Cloud Storage provider for remote sync (#4633) (badf1fc) — Fariz Anjum
  • refactor: use set for approval allow-list membership (#4681) (26e1aee) — Patel Manav
  • refactor(secrets): promote KeyringUnavailableReason to StrEnum (#4674) (b007ee8) — Arul Goyal