chore: release v1.0.0 #269

Merged
jwilger merged 2 commits from release/v1.0.0 into main 2026-05-19 07:31:29 -07:00
Owner

Prepare release v1.0.0 from branch release/v1.0.0 using scripts/release prepare --workspace . --version 1.0.0 --date 2026-05-19 after the 1.0 documentation PR landed.

Why:

  • The automated release preparation selected v0.15.0 after the documentation PR, but this release PR is the stable 1.0.0 cut.

What:

  • Update workspace Cargo metadata and Cargo.lock crate versions to 1.0.0.
  • Generate the 1.0.0 CHANGELOG section from merged conventional commits.

Validation:

  • cargo metadata --locked --format-version 1
  • scripts/release prepare --workspace . --version 1.0.0 --date 2026-05-19 --dry-run
  • pre-push hook ran the Rust test suite while pushing release/v1.0.0
Prepare release v1.0.0 from branch release/v1.0.0 using `scripts/release prepare --workspace . --version 1.0.0 --date 2026-05-19` after the 1.0 documentation PR landed. Why: - The automated release preparation selected v0.15.0 after the documentation PR, but this release PR is the stable 1.0.0 cut. What: - Update workspace Cargo metadata and `Cargo.lock` crate versions to 1.0.0. - Generate the 1.0.0 CHANGELOG section from merged conventional commits. Validation: - `cargo metadata --locked --format-version 1` - `scripts/release prepare --workspace . --version 1.0.0 --date 2026-05-19 --dry-run` - pre-push hook ran the Rust test suite while pushing `release/v1.0.0`
chore: release v1.0.0
Some checks failed
CI / Classify changed paths (pull_request) Successful in 3s
CI / Format check (pull_request) Successful in 6s
CI / Clippy (pull_request) Successful in 42s
CI / Dependency policy (pull_request) Successful in 10s
CI / Request auto_review semantic review (pull_request) Successful in 1s
auto_review auto_review: no findings
CI / Build PR artifacts (no token) (pull_request) Has been cancelled
CI / Build (pull_request) Has been cancelled
CI / opencode plugin tests (pull_request) Successful in 12s
CI / Test (pull_request) Successful in 56s
b0a70c16dc
Why:\n- Mark the first official stable auto_review release.\n- Establish the post-1.0 semver baseline for future automated releases.\n\nWhat:\n- Bump workspace and lockfile package versions to 1.0.0.\n- Add generated 1.0.0 changelog notes.\n\nValidation:\n- just fmt\n- just build
auto-review approved these changes 2026-05-19 07:29:07 -07:00
Dismissed
auto-review left a comment

This PR prepares the repository for the v1.0.0 release by updating the version numbers in Cargo metadata and the lock file, and by adding a new section to the CHANGELOG. The changes appear straightforward and safe to merge.

Walkthrough

  • CHANGELOG.md: Added a new section for version 1.0.0, detailing new features, fixes, and other changes.
  • Cargo.lock: Updated the version numbers of various packages from 0.14.1 to 1.0.0 to reflect the new release.
  • Cargo.toml: Updated the workspace package version to 1.0.0, marking the transition to a stable release version.

LLM usage and cost

This PR prepares the repository for the v1.0.0 release by updating the version numbers in Cargo metadata and the lock file, and by adding a new section to the CHANGELOG. The changes appear straightforward and safe to merge. ## Walkthrough - **CHANGELOG.md**: Added a new section for version 1.0.0, detailing new features, fixes, and other changes. - **Cargo.lock**: Updated the version numbers of various packages from 0.14.1 to 1.0.0 to reflect the new release. - **Cargo.toml**: Updated the workspace package version to 1.0.0, marking the transition to a stable release version. ## LLM usage and cost - Reasoning (gpt-4o) in=5365 out=216 cost=$0.030065 - Cheap (gpt-4o-mini) in=461 out=49 cost=$0.000099 Estimated total USD: $0.030164 via https://api.openai.com and https://api.openai.com
Merge branch 'main' into release/v1.0.0
All checks were successful
CI / Clippy (pull_request) Successful in 42s
CI / Classify changed paths (pull_request) Successful in 3s
CI / Format check (pull_request) Successful in 6s
CI / Test (pull_request) Successful in 56s
CI / Request auto_review semantic review (pull_request) Successful in 1s
CI / Build (pull_request) Successful in 34s
CI / Build PR artifacts (no token) (pull_request) Has been skipped
auto_review auto_review: no findings
CI / opencode plugin tests (pull_request) Has been skipped
CI / Dependency policy (pull_request) Successful in 11s
503374b863
# Conflicts:
#	CHANGELOG.md
jwilger dismissed auto-review's review 2026-05-19 07:29:26 -07:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

auto-review left a comment

This release prepares the project for version 1.0.0, updating metadata, changelogs, and documentation to reflect the stable release. The changes include updates to workflows, security policies, and deployment configurations. The PR appears safe to merge, with no critical issues identified.

Walkthrough

Δ since b0a70c1:

  • Security and Permissions

    • Updated permissions in .opencode/agents/forgejo-feedback-processor.md to deny editing .env and key files, enhancing security.
  • Workflow Updates

    • Introduced rgr_start and rgr_record_changed_diagnostic commands in various TDD and RGR workflows, emphasizing explicit cycle starts and diagnostic recording.
  • Documentation and Commands

    • Updated documentation to reflect the new chat command @auto-review, with @auto_review as a compatibility alias.
    • Clarified CLI command changes, such as webhook list and webhook register.
  • Deployment and Configuration

    • Helm chart and systemd service updates to support container isolation and persistent state directories.
    • Prometheus and Grafana configurations now include additional failure metrics for better monitoring.
  • Threat Model and Security

    • Expanded threat model to include vector/RAG store retention risks and unauthenticated operator endpoints.
  • Miscellaneous

    • Various documentation updates to align with the 1.0.0 release, including ADRs and architecture descriptions.

LLM usage and cost

This release prepares the project for version 1.0.0, updating metadata, changelogs, and documentation to reflect the stable release. The changes include updates to workflows, security policies, and deployment configurations. The PR appears safe to merge, with no critical issues identified. ## Walkthrough ### Δ since b0a70c1: - **Security and Permissions** - Updated permissions in `.opencode/agents/forgejo-feedback-processor.md` to deny editing `.env` and key files, enhancing security. - **Workflow Updates** - Introduced `rgr_start` and `rgr_record_changed_diagnostic` commands in various TDD and RGR workflows, emphasizing explicit cycle starts and diagnostic recording. - **Documentation and Commands** - Updated documentation to reflect the new chat command `@auto-review`, with `@auto_review` as a compatibility alias. - Clarified CLI command changes, such as `webhook list` and `webhook register`. - **Deployment and Configuration** - Helm chart and systemd service updates to support container isolation and persistent state directories. - Prometheus and Grafana configurations now include additional failure metrics for better monitoring. - **Threat Model and Security** - Expanded threat model to include vector/RAG store retention risks and unauthenticated operator endpoints. - **Miscellaneous** - Various documentation updates to align with the 1.0.0 release, including ADRs and architecture descriptions. ## LLM usage and cost - Reasoning (gpt-4o) in=24444 out=2123 cost=$0.154065 - Cheap (gpt-4o-mini) in=461 out=49 cost=$0.000099 Estimated total USD: $0.154164 via https://api.openai.com and https://api.openai.com
jwilger deleted branch release/v1.0.0 2026-05-19 07:31:29 -07:00
jwilger referenced this pull request from a commit 2026-05-19 07:31:31 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Slipstream/auto_review!269
No description provided.