Skip to content

chore: release v1.17.0#330

Merged
jdx merged 1 commit intomainfrom
release
Mar 9, 2026
Merged

chore: release v1.17.0#330
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Mar 8, 2026

🚀 Features

  • (cloudflare) add Cloudflare API token lease backend by @jdx in #335
  • (fido2) bump demand to v2, mask PIN during typing by @jdx in #334
  • (get) resolve leased credentials from fnox get by @jdx in #338
  • (init) add -f as short alias for --force by @jdx in #329
  • (lease) add --all flag, default to creating all leases by @jdx in #337
  • (lease) add GitHub App installation token lease backend by @jdx in #342

🐛 Bug Fixes

  • (config) fix directory locations to follow XDG spec by @jdx in #336
  • (exec) use unix exec and exit silently on subprocess failure by @jdx in #339
  • (fido2) remove duplicate touch prompt by @jdx in #332
  • (set) write to lowest-priority existing config file by @jdx in #331
  • (tui) skip providers requiring interactive auth by @jdx in #333

🛡️ Security

  • (ci) retry lint step to handle transient pkl fetch failures by @jdx in #341
  • (mcp) add MCP server for secret-gated AI agent access by @jdx in #343
  • add guide for fnox sync by @jdx in #328

🔍 Other Changes

  • share Rust cache across CI jobs by @jdx in #340

@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 primarily focuses on releasing version 1.16.2 of the fnox project. It incorporates a new security guide for fnox sync and updates various project files to reflect the new version number, ensuring consistency across the codebase and documentation.

Highlights

  • Version Bump: The project version has been updated from 1.16.1 to 1.16.2 across all relevant configuration and documentation files.
  • Security Guide Addition: A new guide for fnox sync has been added, addressing a security-related aspect, and is reflected in the changelog.
  • Dependency Update: The libc dependency was updated from version 0.2.182 to 0.2.183 in Cargo.lock.
Changelog
  • CHANGELOG.md
    • Added new changelog entry for version 1.16.2, detailing a security guide for fnox sync.
  • Cargo.lock
    • Updated the project's version to 1.16.2.
    • Updated the libc dependency from 0.2.182 to 0.2.183.
  • Cargo.toml
    • Updated the project's version to 1.16.2.
  • docs/cli/commands.json
    • Updated the recorded CLI version to 1.16.2.
  • docs/cli/index.md
    • Updated the displayed CLI version to 1.16.2.
  • fnox.usage.kdl
    • Updated the usage definition file to reflect version 1.16.2.
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 8, 2026

Greptile Summary

This is a standard release PR bumping fnox from v1.16.1 to v1.17.0. The version string is updated consistently across all five relevant files (Cargo.toml, Cargo.lock, docs/cli/commands.json, docs/cli/index.md, fnox.usage.kdl), and the CHANGELOG.md entry is well-structured and correctly dated.

Key changes in this release:

  • New lease backends for Cloudflare API tokens and GitHub App installation tokens, expanding the credential provider ecosystem
  • fnox get now resolves leased credentials directly
  • fnox lease gains an --all flag to create all leases by default
  • Bug fixes for XDG config directory compliance, fido2 UX polish, exec behavior, and TUI interactive-auth skipping
  • An MCP server for secret-gated AI agent access is introduced
  • Minor transitive dependency patch bumps (libc 0.2.182→0.2.183, zerocopy/zerocopy-derive 0.8.40→0.8.41)

Categorization concern: The CHANGELOG groups CI and documentation items under the 🛡️ Security section, which may mislead users scanning for actual security updates.

Confidence Score: 4/5

  • Safe to merge after addressing CHANGELOG categorization — this PR is a mechanical release bump with no logic changes.
  • This is a routine release PR with version updates across five files and a new CHANGELOG section. The only substantive feedback is a style/categorization issue in CHANGELOG.md where CI and documentation items are grouped under Security rather than their appropriate sections. This is cosmetic and does not affect functionality, but should be corrected for clarity.
  • CHANGELOG.md (categorization of non-security items under 🛡️ Security section)

Last reviewed commit: 07c658b

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 prepares for the v1.16.2 release by updating the version number across several files, including Cargo.toml, Cargo.lock, and documentation files. The changelog has also been updated. My review focuses on the new changelog entry, where I've noted a likely typo in the release date.

Comment thread CHANGELOG.md Outdated
@@ -1,5 +1,11 @@
# Changelog

## [1.16.2](https://github.com/jdx/fnox/compare/v1.16.1..v1.16.2) - 2026-03-08
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 for v1.16.2 is set to a future year (2026). This is likely a typo. Several other recent release entries also have dates in 2025 and 2026, which might indicate a systematic issue with how release dates are being generated.

@mise-en-dev mise-en-dev changed the title chore: release v1.16.2 chore: release v1.17.0 Mar 8, 2026
Comment thread CHANGELOG.md
@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from 080ff46 to 69e45b0 Compare March 8, 2026 22:07
Comment thread CHANGELOG.md
@mise-en-dev mise-en-dev force-pushed the release branch 4 times, most recently from 980357e to 6f81546 Compare March 8, 2026 23:15
Comment thread CHANGELOG.md
@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from 733e904 to ad9fac0 Compare March 9, 2026 00:32
Comment thread CHANGELOG.md
@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from 2ad1a58 to b0b7d37 Compare March 9, 2026 04:42
Comment thread CHANGELOG.md
@jdx jdx enabled auto-merge (squash) March 9, 2026 04:48
Comment thread CHANGELOG.md
Comment on lines +22 to +26
### 🛡️ Security

- **(ci)** retry lint step to handle transient pkl fetch failures by [@jdx](https://github.com/jdx) in [#341](https://github.com/jdx/fnox/pull/341)
- **(mcp)** add MCP server for secret-gated AI agent access by [@jdx](https://github.com/jdx) in [#343](https://github.com/jdx/fnox/pull/343)
- add guide for fnox sync by [@jdx](https://github.com/jdx) in [#328](https://github.com/jdx/fnox/pull/328)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The 🛡️ Security section (lines 22–26) contains two entries that are not security-related:

Consider moving these to 🔍 Other Changes or creating dedicated sections like 🧰 CI or 📖 Documentation, to avoid misleading users scanning the changelog for actual security updates.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@jdx jdx merged commit 0bf0391 into main Mar 9, 2026
14 checks passed
@jdx jdx deleted the release branch March 9, 2026 05:04
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