Skip to content

chore(main): release 0.3.3#545

Merged
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg
Mar 18, 2026
Merged

chore(main): release 0.3.3#545
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

0.3.3 (2026-03-18)

Features

  • backup: implement automated backup and restore system (#541) (867b7c1)
  • providers: runtime provider management with CRUD, presets, and multi-auth (#540) (936c345), closes #451
  • tools: wire per-category sandbox backend selection (#534) (311a1ab)

Bug Fixes

  • ci: add COSIGN_EXPERIMENTAL=1 for OCI referrer mode in cosign sign (#543) (226ed2f)
  • cli: switch cosign verification from .sig tags to OCI referrers (#533) (8ee5471), closes #532

CI/CD

  • bump wrangler from 4.74.0 to 4.75.0 in /.github in the minor-and-patch group (#535) (de15867)

Maintenance

  • bump github.com/google/go-containerregistry from 0.21.2 to 0.21.3 in /cli in the minor-and-patch group (#536) (4a09aed)
  • bump litellm from 1.82.3 to 1.82.4 in the minor-and-patch group (#538) (9f7f83d)
  • bump vue-tsc from 3.2.5 to 3.2.6 in /web in the minor-and-patch group across 1 directory (#537) (eb3dc4e)
  • main: release 0.3.3 (#539) (c3de2a2)
  • revert v0.3.3 release artifacts (Docker signing failed) (#544) (7f48f52)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 18, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Excluded labels (none allowed) (1)
  • autorelease: pending

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 65f62d4c-7176-4967-8fad-dc83755dae6e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--synthorg
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch release-please--branches--main--components--synthorg
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 18, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request represents the automated release of version 0.3.3, incorporating several new features, crucial bug fixes, and various maintenance updates. Key additions include an automated backup system and enhanced runtime provider management. It also addresses a significant issue by reverting previous release artifacts due to a Docker signing failure, ensuring a stable release process.

Highlights

  • Features: Implemented an automated backup and restore system.
  • Features: Introduced runtime provider management, including CRUD operations, presets, and multi-authentication capabilities.
  • Features: Wired per-category sandbox backend selection for various tools.
  • Bug Fixes: Switched Cosign verification from .sig tags to OCI referrers and added an experimental flag for OCI referrer mode in Cosign signing.
  • Maintenance: Reverted v0.3.3 release artifacts due to a Docker signing failure.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request automates the release of version 0.3.3. The version numbers have been updated correctly across the relevant files. However, I've noticed that the release date in CHANGELOG.md is set to a future year. This seems to be a recurring issue with the release automation and should be corrected to maintain an accurate history of changes.

@@ -1,5 +1,34 @@
# Changelog

## [0.3.3](https://github.com/Aureliolo/synthorg/compare/v0.3.2...v0.3.3) (2026-03-18)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The release date is set to a future year (2026). This appears to be a misconfiguration in the release process, as the previous release also has a future date. Please correct the year to reflect the actual release date.

@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 18, 2026 11:49 — with GitHub Actions Inactive
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.49%. Comparing base (7f48f52) to head (a5bde80).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #545   +/-   ##
=======================================
  Coverage   92.49%   92.49%           
=======================================
  Files         542      542           
  Lines       26655    26655           
  Branches     2544     2544           
=======================================
  Hits        24655    24655           
  Misses       1598     1598           
  Partials      402      402           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Aureliolo Aureliolo merged commit a32cb1b into main Mar 18, 2026
33 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 18, 2026 12:26
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 18, 2026 12:26 — with GitHub Actions Inactive
@Aureliolo
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(cli): cosign signature verification fails with MANIFEST_UNKNOWN feat: implement provider management (multi-auth, runtime CRUD, local providers)

1 participant