Skip to content

Version Packages#2881

Merged
amikofalvy merged 1 commit intomainfrom
changeset-release/main
Mar 30, 2026
Merged

Version Packages#2881
amikofalvy merged 1 commit intomainfrom
changeset-release/main

Conversation

@inkeep-internal-ci
Copy link
Copy Markdown
Contributor

@inkeep-internal-ci inkeep-internal-ci Bot commented Mar 27, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@inkeep/[email protected]

Patch Changes

@inkeep/[email protected]

Patch Changes

@inkeep/[email protected]

Patch Changes

  • fe4b442: Prevent sidebar links rerenders on query param changes
  • c799d92: Fix ExternalLink icon shrinking in flex containers
  • 9ee6ab7: Remove redundant client-side validateProjectId and validateTenantId calls that duplicated server-side Zod validation
  • 9bba8fc: Fix CSP policy for PostHog and Sentry to use wildcard subdomains instead of exact host URLs
  • ea88f5f: Fix local login CSP defaults so auth requests reach the API without extra public env vars.
  • Updated dependencies [f614c56]

@inkeep/[email protected]

Patch Changes

  • f614c56: Add environment-aware domain verification for the playground app

@inkeep/[email protected]

Patch Changes

  • 6332134: Upgrade nodemailer to v8.0.4 to address SMTP command injection

@inkeep/[email protected]

Patch Changes

@inkeep/[email protected]

Patch Changes

@inkeep/[email protected]

Patch Changes

@inkeep/[email protected]

Patch Changes

@inkeep/[email protected]

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
agents-api Ignored Ignored Preview Mar 30, 2026 6:17pm
agents-docs Ignored Ignored Preview Mar 30, 2026 6:17pm
agents-manage-ui Ignored Ignored Preview Mar 30, 2026 6:17pm

Request Review

@github-actions github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from 5e2aa6f to 7a16537 Compare March 30, 2026 18:12
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7a16537 to 1875187 Compare March 30, 2026 18:17
@amikofalvy amikofalvy enabled auto-merge March 30, 2026 19:04
amikofalvy added a commit that referenced this pull request Mar 30, 2026
The changesets/action pushes commits using the default GITHUB_TOKEN
credential, which GitHub ignores for triggering downstream workflows.
This left the Version Packages PR (#2881) stuck with required checks
(ci, Cypress E2E, Create Agents E2E) permanently waiting.

Configures the git remote URL with the inkeep-internal-ci App token
before changesets/action runs — same pattern applied to ci.yml and
auto-format.yml in #2871.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@amikofalvy amikofalvy closed this Mar 30, 2026
auto-merge was automatically disabled March 30, 2026 19:12

Pull request was closed

@amikofalvy amikofalvy reopened this Mar 30, 2026
@amikofalvy amikofalvy enabled auto-merge March 30, 2026 19:12
@amikofalvy amikofalvy added this pull request to the merge queue Mar 30, 2026
Merged via the queue into main with commit c5e862d Mar 30, 2026
23 of 24 checks passed
@amikofalvy amikofalvy deleted the changeset-release/main branch March 30, 2026 19:18
github-merge-queue Bot pushed a commit that referenced this pull request Mar 30, 2026
The changesets/action pushes commits using the default GITHUB_TOKEN
credential, which GitHub ignores for triggering downstream workflows.
This left the Version Packages PR (#2881) stuck with required checks
(ci, Cypress E2E, Create Agents E2E) permanently waiting.

Configures the git remote URL with the inkeep-internal-ci App token
before changesets/action runs — same pattern applied to ci.yml and
auto-format.yml in #2871.

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
github-merge-queue Bot pushed a commit that referenced this pull request Mar 30, 2026
* fix(ci): configure git remote with App token in release workflow

The changesets/action pushes commits using the default GITHUB_TOKEN
credential, which GitHub ignores for triggering downstream workflows.
This left the Version Packages PR (#2881) stuck with required checks
(ci, Cypress E2E, Create Agents E2E) permanently waiting.

Configures the git remote URL with the inkeep-internal-ci App token
before changesets/action runs — same pattern applied to ci.yml and
auto-format.yml in #2871.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* perf(ci): skip container init for changeset PRs by extracting check job

Service containers (Doltgres, Postgres) in cypress-e2e and
create-agents-e2e were initialized before the changeset check ran,
wasting ~30s of ubuntu-32gb runner time on every changeset PR.

Extracts the changeset check into a lightweight job on ubuntu-latest
that runs first. The heavy jobs now depend on it via `needs:` and
skip entirely (including container init) when it's a changeset PR.

Also removes all redundant step-level `if: changeset-check` guards
since the job-level `if` already gates everything.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* refactor(ci): extract changeset check into reusable composite action

The changeset detection logic (~60 lines of shell) was duplicated
across ci.yml and cypress.yml. Extracts it into a shared composite
action at .github/composite-actions/changeset-check/action.yml.

Both workflows now do a sparse checkout (just the composite action
directory) and delegate to the shared action, keeping the changeset
detection logic in one place.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
tim-inkeep pushed a commit that referenced this pull request Mar 31, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tim-inkeep pushed a commit that referenced this pull request Mar 31, 2026
The changesets/action pushes commits using the default GITHUB_TOKEN
credential, which GitHub ignores for triggering downstream workflows.
This left the Version Packages PR (#2881) stuck with required checks
(ci, Cypress E2E, Create Agents E2E) permanently waiting.

Configures the git remote URL with the inkeep-internal-ci App token
before changesets/action runs — same pattern applied to ci.yml and
auto-format.yml in #2871.

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
tim-inkeep pushed a commit that referenced this pull request Mar 31, 2026
* fix(ci): configure git remote with App token in release workflow

The changesets/action pushes commits using the default GITHUB_TOKEN
credential, which GitHub ignores for triggering downstream workflows.
This left the Version Packages PR (#2881) stuck with required checks
(ci, Cypress E2E, Create Agents E2E) permanently waiting.

Configures the git remote URL with the inkeep-internal-ci App token
before changesets/action runs — same pattern applied to ci.yml and
auto-format.yml in #2871.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* perf(ci): skip container init for changeset PRs by extracting check job

Service containers (Doltgres, Postgres) in cypress-e2e and
create-agents-e2e were initialized before the changeset check ran,
wasting ~30s of ubuntu-32gb runner time on every changeset PR.

Extracts the changeset check into a lightweight job on ubuntu-latest
that runs first. The heavy jobs now depend on it via `needs:` and
skip entirely (including container init) when it's a changeset PR.

Also removes all redundant step-level `if: changeset-check` guards
since the job-level `if` already gates everything.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* refactor(ci): extract changeset check into reusable composite action

The changeset detection logic (~60 lines of shell) was duplicated
across ci.yml and cypress.yml. Extracts it into a shared composite
action at .github/composite-actions/changeset-check/action.yml.

Both workflows now do a sparse checkout (just the composite action
directory) and delegate to the shared action, keeping the changeset
detection logic in one place.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
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.

1 participant