v0.28.0

Infisical/agent-vaultv0.28.0Jun 5, 2026by github-actions[bot]

AI Summary

Adds a provider presets combobox to the OAuth credential form to streamline the OAuth configuration process.

Key Highlights

  • Provider presets combobox
  • OAuth credential form improvement

New Features

  • Provider presets combobox to credential form

Full Release Notes

## Changelog
* 234dbf0d27d4749b35690c91713fd2789c810cd7 feat(oauth): add provider presets combobox to credential form (#236)

## Verify

```bash
# Verify checksum (portable across macOS and Linux)
shasum -a 256 --ignore-missing -c checksums.txt

# Verify signature (requires cosign v2+)
cosign verify-blob \
  --bundle checksums.txt.sig \
  --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  checksums.txt
```