Skip to content

Tags: cortexapps/cli

Tags

1.21.0

Toggle 1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #218 from cortexapps/jeff/cli-login

feat: add login command, alphabetize help, remove workflows Beta label

1.20.1

Toggle 1.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #216 from cortexapps/jeff/entity-relationship-repr…

…ocess

fix: two-pass re-import for catalog entities with x-cortex-relationships

1.20.0

Toggle 1.20.0's commit message
docs: update release workflow to default to direct-to-main PRs

Staging is now reserved for multi-feature releases. Single-feature
releases go feature branch → PR to main directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

1.19.2

Toggle 1.19.2's commit message
fix: update Docker base image for CVE-2026-45447 and add docker/ to p…

…ublish triggers #patch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

1.19.1

Toggle 1.19.1's commit message
fix: remove invalid RST transition that breaks PyPI rendering #patch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

1.19.0

Toggle 1.19.0's commit message
fix: resolve Python 3.14 crash from builtin list shadowing in custom_…

…events

PEP 649 deferred annotation evaluation causes `list[str]` to resolve
to the `def list()` function instead of the builtin. Use typing.List
and typing.Optional instead. Also add typing_extensions as explicit
dependency (no longer pulled in transitively by newer Typer).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

1.18.0

Toggle 1.18.0's commit message
chore: add pyproject.toml and poetry.lock to publish trigger paths

Also add workflow_dispatch to allow manual publish triggers.
Includes trivial __init__.py touch to trigger publish for 1.18.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

1.17.0

Toggle 1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #206 from cortexapps/staging

Release 1.17.0: Add CLI support for 32 new integrations

1.16.0

Toggle 1.16.0's commit message
fix: add __init__.py to trigger publish workflow for urllib3 update

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

1.15.0

Toggle 1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #199 from cortexapps/staging

Release 1.15.0: Workflow CLI, functional tests, pytest CVE fix