Skip to content

chore: release v1.26.0#497

Merged
jdx merged 1 commit into
mainfrom
release
Jun 12, 2026
Merged

chore: release v1.26.0#497
jdx merged 1 commit into
mainfrom
release

Conversation

@mise-en-dev

@mise-en-dev mise-en-dev commented May 17, 2026

Copy link
Copy Markdown
Collaborator

🚀 Features

  • (age) support provider-backed identities by @k35o in #515
  • (gcp-sm) implement put_secret_value by @nils-degroot in #530
  • (provider) add vault credential command by @jdx in #526

🐛 Bug Fixes

  • (fido2) send keep-alive messages to stderr by @baprx in #506
  • Respect $COLUMNS when not connected to a tty by @davidolrik in #523

📚 Documentation

  • document BatchGetSecretValue IAM permission requirement by @gaffneyc in #513
  • add sponsor footer by @jdx in #510

🛡️ Security

🔍 Other Changes

  • (ci) fix zizmor version comments by @jdx in #518
  • (ci) use pr-closer action by @jdx in #517
  • (release-plz) drop cargo update from release PR by @jdx in #496

📦️ Dependency Updates

New Contributors

@greptile-apps

greptile-apps Bot commented May 17, 2026

Copy link
Copy Markdown

Greptile Summary

This is a standard release PR bumping the version from 1.25.1 to 1.26.0 across all relevant files, with no functional code changes included.

  • Version updated consistently in Cargo.toml, Cargo.lock, docs/cli/commands.json, docs/cli/index.md, and fnox.usage.kdl.
  • CHANGELOG.md adds the full v1.26.0 release notes and also retroactively adds a missing bug fix entry (keychain: run blocking calls on spawn_blocking) to the v1.25.1 section.

Confidence Score: 5/5

This is a mechanical release PR with no functional code changes — only version strings and changelog entries are modified.

All six changed files are limited to version string updates and changelog documentation. Version numbers are consistent across every file. No logic, configuration, or behavior has changed.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds v1.26.0 release notes and retroactively adds a bug fix entry to the v1.25.1 section
Cargo.toml Version bump from 1.25.1 to 1.26.0 in workspace and fnox-core dependency reference
Cargo.lock Lock file updated to reflect version bumps for fnox and fnox-core packages
docs/cli/commands.json Version string updated from 1.25.1 to 1.26.0
docs/cli/index.md Version string updated from 1.25.1 to 1.26.0 in CLI documentation
fnox.usage.kdl Version string updated from 1.25.1 to 1.26.0 in usage definition file

Reviews (28): Last reviewed commit: "chore: release v1.26.0" | Re-trigger Greptile

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

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.

Code Review

This pull request updates the project version from 1.25.0 to 1.25.1 across several files, including Cargo.toml, Cargo.lock, and documentation. The CHANGELOG.md is also updated to reflect recent bug fixes in the keychain module, CI improvements, and dependency updates for keepass and keyring. I have no feedback to provide.

@mise-en-dev mise-en-dev changed the title chore: release v1.25.1 chore: release v1.25.2 May 17, 2026
@mise-en-dev mise-en-dev force-pushed the release branch 6 times, most recently from 380e5a5 to 60cca85 Compare May 29, 2026 05:50
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR bumps the workspace to v1.25.2: adds v1.25.2 changelog entries (and a v1.25.1 keychain note), updates Cargo.toml versions, and synchronizes CLI documentation/metadata to 1.25.2.

Changes

Version 1.25.2 Release

Layer / File(s) Summary
Release notes and changelog entries
CHANGELOG.md
Inserted full v1.25.2 release section (Bug Fixes, Documentation, Security, Other Changes, Dependency Updates, New Contributors) and added a keychain bug-fix bullet to the v1.25.1 section.
Package version manifest update
Cargo.toml
Workspace version updated to 1.25.2; fnox-core dependency version aligned to 1.25.2.
CLI documentation and metadata version synchronization
docs/cli/commands.json, docs/cli/index.md, fnox.usage.kdl
Top-level CLI version and displayed CLI documentation version updated from 1.25.1 to 1.25.2 across metadata and spec files.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A tiny bump, a gentle hop,
Changelog sprinkles, versions pop,
Docs all hum in tidy rows,
Cargo sings where version goes,
Release day nibbles at the top.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title states 'chore: release v1.26.0' but the actual changes release v1.25.2, creating a mismatch between the title and the changeset. Update the PR title to 'chore: release v1.25.2' to accurately reflect the version being released in the changeset.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

@mise-en-dev mise-en-dev force-pushed the release branch 8 times, most recently from 49b8ce8 to 9d2881e Compare June 9, 2026 00:19
@mise-en-dev mise-en-dev changed the title chore: release v1.25.2 chore: release v1.26.0 Jun 9, 2026
@mise-en-dev mise-en-dev force-pushed the release branch 9 times, most recently from 0958e67 to 1b22105 Compare June 12, 2026 07:25
@jdx jdx merged commit c39c80e into main Jun 12, 2026
13 checks passed
@jdx jdx deleted the release branch June 12, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants