Skip to content

fix[notask]: Freeze sdk deps installs in publish and sdk-pod checks#1288

Merged
opaninakuffo merged 1 commit into
tetherto:release-sdk-0.8.1from
opaninakuffo:fix/release-sdk-0.8.1-workflow-lockfile
Apr 1, 2026
Merged

fix[notask]: Freeze sdk deps installs in publish and sdk-pod checks#1288
opaninakuffo merged 1 commit into
tetherto:release-sdk-0.8.1from
opaninakuffo:fix/release-sdk-0.8.1-workflow-lockfile

Conversation

@opaninakuffo

Copy link
Copy Markdown
Contributor

🎯 What problem does this PR solve?

  • SDK CI installs were non-deterministic.
  • Fresh resolution caused dependency drift and breakage in SDK checks.

📝 How does it solve it?

  • publish-sdk.yml
    • Removed rm -f bun.lock.
    • Switched install to bun install --frozen-lockfile.
  • pr-checks-sdk-pod.yml
    • Updated install logic:
      • sdk package: bun install --frozen-lockfile
      • other packages: ${{ matrix.pkg_manager }} install

@opaninakuffo opaninakuffo requested review from a team as code owners April 1, 2026 13:33
@NamelsKing

Copy link
Copy Markdown
Contributor

/review

@github-actions

github-actions Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

Tier-based Approval Status

**PR Tier:** TIER1

**Current Status:** ✅ APPROVED

**Requirements:**
- 1 Team Member approval ✅ (2/1)
- 1 Team Lead OR Management approval ✅ (1/1)



---
*This comment is automatically updated when reviews change.*

@opaninakuffo opaninakuffo merged commit 86cf064 into tetherto:release-sdk-0.8.1 Apr 1, 2026
4 of 7 checks passed
opaninakuffo added a commit that referenced this pull request Apr 2, 2026
…NOTICE (#1301)

* chore: qvac-sdk v0.8.1 release (#1285)

* fix: freeze sdk deps installs in publish and sdk-pod checks (#1288)

* chore: update changelog
yuranich pushed a commit that referenced this pull request Apr 13, 2026
* chore: qvac-sdk v0.8.1 release (#1285)

* fix: freeze sdk deps installs in publish and sdk-pod checks (#1288)

* chore: update changelog (#1295)

* doc[notask]: rewrite SDK README with streamlined quickstart and updated docs links (#1456)

---------

Co-authored-by: Opanin Akuffo <46673050+opaninakuffo@users.noreply.github.com>
opaninakuffo added a commit that referenced this pull request Apr 13, 2026
* chore: qvac-sdk v0.8.1 release (#1285)

* fix: freeze sdk deps installs in publish and sdk-pod checks (#1288)

* chore: update changelog (#1295)

* doc[notask]: rewrite SDK README with streamlined quickstart and updated docs links (#1456)

* chore[skiplog|notask]: sdk v0.8.3 release, changelog (#1537)

* QVAC-16480 fix: fix kv-cache save race condition in tool-calling completions (#1298)

* doc: add npm keywords and llms.txt link to README

* chore: qvac-sdk v0.8.3 release

---------

Co-authored-by: gbl <59838276+gusttav-lang@users.noreply.github.com>

* chore[notask|skiplog]: cherry-pick workflow migration from qvac-devops to oss-actions (#1545)

* chore: migrate npm publish workflows to use npm trust oidc action of qvac-devops (#1362)

* chore: migrate npm publish workflows to use npm trust oidc action

* fix: remove the secret token from the workflows

* fix: permissions on the workflows for npm trust

* refactor: changed the qvac-devops actions to v1.1.8

* refactor: added NPM_TOKEN

* feat: reflect package.json changes on the PR

* chore: migrate qvac-devops to oss-action (#1478)

---------

Co-authored-by: sidj-thr <siddharth.jain@tether.io>

* chore: trigger sdk publish workflow (#1548)

---------

Co-authored-by: Dmytro Medvinskyi <functionsilence@gmail.com>
Co-authored-by: gbl <59838276+gusttav-lang@users.noreply.github.com>
Co-authored-by: sidj-thr <siddharth.jain@tether.io>
Proletter pushed a commit that referenced this pull request May 24, 2026
…NOTICE (#1301)

* chore: qvac-sdk v0.8.1 release (#1285)

* fix: freeze sdk deps installs in publish and sdk-pod checks (#1288)

* chore: update changelog
Proletter pushed a commit that referenced this pull request May 24, 2026
* chore: qvac-sdk v0.8.1 release (#1285)

* fix: freeze sdk deps installs in publish and sdk-pod checks (#1288)

* chore: update changelog (#1295)

* doc[notask]: rewrite SDK README with streamlined quickstart and updated docs links (#1456)

---------

Co-authored-by: Opanin Akuffo <46673050+opaninakuffo@users.noreply.github.com>
Proletter pushed a commit that referenced this pull request May 24, 2026
* chore: qvac-sdk v0.8.1 release (#1285)

* fix: freeze sdk deps installs in publish and sdk-pod checks (#1288)

* chore: update changelog (#1295)

* doc[notask]: rewrite SDK README with streamlined quickstart and updated docs links (#1456)

* chore[skiplog|notask]: sdk v0.8.3 release, changelog (#1537)

* QVAC-16480 fix: fix kv-cache save race condition in tool-calling completions (#1298)

* doc: add npm keywords and llms.txt link to README

* chore: qvac-sdk v0.8.3 release

---------

Co-authored-by: gbl <59838276+gusttav-lang@users.noreply.github.com>

* chore[notask|skiplog]: cherry-pick workflow migration from qvac-devops to oss-actions (#1545)

* chore: migrate npm publish workflows to use npm trust oidc action of qvac-devops (#1362)

* chore: migrate npm publish workflows to use npm trust oidc action

* fix: remove the secret token from the workflows

* fix: permissions on the workflows for npm trust

* refactor: changed the qvac-devops actions to v1.1.8

* refactor: added NPM_TOKEN

* feat: reflect package.json changes on the PR

* chore: migrate qvac-devops to oss-action (#1478)

---------

Co-authored-by: sidj-thr <siddharth.jain@tether.io>

* chore: trigger sdk publish workflow (#1548)

---------

Co-authored-by: Dmytro Medvinskyi <functionsilence@gmail.com>
Co-authored-by: gbl <59838276+gusttav-lang@users.noreply.github.com>
Co-authored-by: sidj-thr <siddharth.jain@tether.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants