Skip to content

chore: release 2026.2.14#8160

Merged
mise-en-dev merged 1 commit intomainfrom
release
Feb 16, 2026
Merged

chore: release 2026.2.14#8160
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

@mise-en-dev mise-en-dev commented Feb 15, 2026

🚀 Features

  • (vfox) allow plugins to request env var redaction via MiseEnvResult by @jdx in #8166
  • add a default_host setting for rust by @aacebedo in #8154
  • add github_content package support for aqua backend by @risu729 in #8147
  • support devEngines.runtime in deno by @risu729 in #8144

🐛 Bug Fixes

  • (asset_matcher) penalize vsix files by @risu729 in #8151
  • (edit) strip formatting whitespace from TOML values in mise edit by @jdx in #8162
  • (install) improve --locked support for python and ubi backends by @jdx in #8163
  • (npm) suppress npm update notifier while npm install by @risu729 in #8152
  • (schema) add task_templates, extends, and timeout by @risu729 in #8145

🚜 Refactor

  • (registry) remove [key=value] options syntax from backends by @risu729 in #8146

📚 Documentation

  • (settings) remove wrong tip for github_attestations by @risu729 in #8158

Chore

  • (release-plz) delete embedded plugins directory before update by @risu729 in #8149
  • adds necessary env var to the mcp help message in cli by @joaommartins in #8133

New Contributors

📦 Aqua Registry Updates

New Packages (5)

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @mise-en-dev, 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 performs a routine release update, incrementing the project version to 2026.2.14. It integrates a new feature that provides a default_host setting for Rust and expands the Aqua Registry with four additional packages, enhancing the tool's capabilities and supported integrations.

Highlights

  • Rust Feature: Introduced a default_host setting for Rust, enhancing configuration options.
  • Aqua Registry Updates: Added four new packages to the Aqua Registry: containers/podlet, hickford/git-credential-azure, hickford/git-credential-oauth, and kovetskiy/mark.
  • Version Bump: Updated the project version to 2026.2.14 across various configuration and documentation files.
Changelog
  • CHANGELOG.md
    • Added release notes for version 2026.2.14, detailing a new Rust feature and the inclusion of four new Aqua Registry packages.
  • Cargo.lock
    • Updated the aqua-registry and mise package versions to reflect the new release.
  • Cargo.toml
    • Updated the main mise package version to 2026.2.14.
  • README.md
    • Updated the version number displayed in the example output.
  • completions/_mise
    • Updated the temporary spec file version for shell completions.
  • completions/mise.bash
    • Updated the temporary spec file version for Bash completions.
  • completions/mise.fish
    • Updated the temporary spec file version for Fish completions.
  • completions/mise.ps1
    • Updated the temporary spec file version for PowerShell completions.
  • crates/aqua-registry/Cargo.toml
    • Updated the aqua-registry crate version.
  • crates/aqua-registry/aqua-registry/pkgs/containers/podlet/registry.yaml
    • Added a new Aqua Registry definition for the podlet tool.
  • crates/aqua-registry/aqua-registry/pkgs/hickford/git-credential-azure/registry.yaml
    • Added a new Aqua Registry definition for git-credential-azure.
  • crates/aqua-registry/aqua-registry/pkgs/hickford/git-credential-oauth/registry.yaml
    • Added a new Aqua Registry definition for git-credential-oauth.
  • crates/aqua-registry/aqua-registry/pkgs/kovetskiy/mark/registry.yaml
    • Added a new Aqua Registry definition for the mark tool.
  • default.nix
    • Updated the mise package version for Nix.
  • packaging/rpm/mise.spec
    • Updated the mise package version in the RPM spec file.
  • snapcraft.yaml
    • Updated the mise package version for Snapcraft.
Activity
  • No specific activity was recorded for this pull request.
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.

Copy link
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 2026.2.14 release. The changes primarily consist of version bumps in various configuration and documentation files, which are consistent with the release version. Additionally, it introduces four new packages to the Aqua registry. The new package definitions are well-structured. I have one minor suggestion to correct the capitalization of a product name in a package description for branding consistency.

- type: github_release
repo_owner: hickford
repo_name: git-credential-oauth
description: A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The product name 'Bitbucket' is usually capitalized as 'Bitbucket', not 'BitBucket'. This is a minor branding consistency issue, similar to the repository's rule for 'GitLab'.

    description: A Git credential helper that securely authenticates to GitHub, GitLab and Bitbucket using OAuth

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from 1dba57a to 6c05590 Compare February 15, 2026 13:00
@github-actions
Copy link

github-actions bot commented Feb 15, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 x -- echo 25.6 ± 0.5 24.6 30.0 1.00
mise x -- echo 25.8 ± 0.5 24.6 32.2 1.01 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 env 25.3 ± 0.8 23.8 31.0 1.00
mise env 25.3 ± 0.9 24.2 37.9 1.00 ± 0.05

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 hook-env 25.9 ± 0.4 24.5 28.7 1.00
mise hook-env 25.9 ± 0.4 24.9 27.2 1.00 ± 0.02

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 ls 24.0 ± 0.7 22.5 34.2 1.00
mise ls 24.3 ± 0.4 23.2 25.4 1.01 ± 0.03

xtasks/test/perf

Command mise-2026.2.13 mise Variance
install (cached) 131ms 132ms +0%
ls (cached) 84ms 82ms +2%
bin-paths (cached) 86ms 85ms +1%
task-ls (cached) 826ms 823ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 5 times, most recently from 90171d6 to 900d27a Compare February 15, 2026 17:40
@mise-en-dev mise-en-dev merged commit 3d2b9e4 into main Feb 16, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 16, 2026 10:19
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(vfox)** allow plugins to request env var redaction via
MiseEnvResult by @jdx in [jdx#8166](jdx#8166)
- add a default_host setting for rust by @aacebedo in
[jdx#8154](jdx#8154)
- add github_content package support for aqua backend by @risu729 in
[jdx#8147](jdx#8147)
- support devEngines.runtime in deno by @risu729 in
[jdx#8144](jdx#8144)

### 🐛 Bug Fixes

- **(asset_matcher)** penalize vsix files by @risu729 in
[jdx#8151](jdx#8151)
- **(edit)** strip formatting whitespace from TOML values in `mise edit`
by @jdx in [jdx#8162](jdx#8162)
- **(install)** improve --locked support for python and ubi backends by
@jdx in [jdx#8163](jdx#8163)
- **(npm)** suppress npm update notifier while npm install by @risu729
in [jdx#8152](jdx#8152)
- **(schema)** add task_templates, extends, and timeout by @risu729 in
[jdx#8145](jdx#8145)

### 🚜 Refactor

- **(registry)** remove [key=value] options syntax from backends by
@risu729 in [jdx#8146](jdx#8146)

### 📚 Documentation

- **(settings)** remove wrong tip for github_attestations by @risu729 in
[jdx#8158](jdx#8158)

### Chore

- **(release-plz)** delete embedded plugins directory before update by
@risu729 in [jdx#8149](jdx#8149)
- adds necessary env var to the mcp help message in cli by @joaommartins
in [jdx#8133](jdx#8133)

### New Contributors

- @joaommartins made their first contribution in
[jdx#8133](jdx#8133)

## 📦 Aqua Registry Updates

#### New Packages (5)

- [`containers/podlet`](https://github.com/containers/podlet)
-
[`hickford/git-credential-azure`](https://github.com/hickford/git-credential-azure)
-
[`hickford/git-credential-oauth`](https://github.com/hickford/git-credential-oauth)
- [`kovetskiy/mark`](https://github.com/kovetskiy/mark)
- [`openbao/openbao/bao`](https://github.com/openbao/openbao/bao)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant