Releases: heycupola/relic
v0.9.2
v0.9.1
v0.9.0
v0.8.0
Minor Changes
-
Add machine identity with service accounts and OIDC trust policies.
- Service accounts for passwordless CI/CD — single
RELIC_SERVICE_TOKENreplacesRELIC_API_KEY+RELIC_PASSWORD - OIDC trust policies for GitHub Actions and GitLab CI — verify CI platform identity with
--github org/repoor--gitlab group/project - Dashboard management — list, revoke service accounts, and configure OIDC policies from the web
- CLI commands —
relic service-account create,list,revoke - MCP server — service token support and tool annotations (
readOnlyHint,destructiveHint) - HKDF-SHA256 key derivation for service account tokens (no master password needed)
- API key + master password in CI is now deprecated — use service accounts instead
- Service accounts for passwordless CI/CD — single
v0.7.0
Minor Changes
-
08bf115: Add built-in MCP server for AI assistants. Run
relic mcpto start a stdio-based Model Context Protocol server that integrates with Cursor, Claude Code, Codex, Zed, OpenCode, and Claude Desktop.Available tools:
whoami— show the authenticated userlist-projects— list all projects with environments and folderslist-secrets— list secret key names, scopes, and types (never values)get-current-project— read project config from relic.tomlrun-with-secrets— run a command with secrets injected as environment variables
Secret values are never exposed to the AI. The server inherits Relic's client-side encryption model —
list-secretsreturns names only, andrun-with-secretsreturns command output only.
v0.6.7
Patch Changes
- Skip redundant keychain write to eliminate second macOS password prompt
[DEPRECATED] v0.6.6
Deprecated
This release is deprecated and no longer supported.
Versions before v0.6.7 had packaging/release issues and may not work correctly.
Please use v0.6.7 or newer instead.
Patch Changes
- Fix TUI stdin Buffer crash, cache keychain password to avoid repeated macOS prompts, and resolve web migration issues
[DEPRECATED] v0.6.5
Deprecated
This release is deprecated and no longer supported.
Versions before v0.6.7 had packaging/release issues and may not work correctly.
Please use v0.6.7 or newer instead.
Patch Changes
- Fix TUI crash in compiled binary caused by Buffer stdin data and Windows release packaging
[DEPRECATED] v0.6.4
Deprecated
This release is deprecated and no longer supported.
Versions before v0.6.7 had packaging/release issues and may not work correctly.
Please use v0.6.7 or newer instead.
Patch Changes
- Enable TUI in compiled binary by patching OpenTUI native lib resolution and bundling libopentui alongside the binary
[DEPRECATED] v0.6.3
Deprecated
This release is deprecated and no longer supported.
Versions before v0.6.7 had packaging/release issues and may not work correctly.
Please use v0.6.7 or newer instead.
Patch Changes
- Fix CLI binary compilation to bundle TUI and resolve argon2 native module error