Skip to content

chore(ci): align api-client versions with API and fix OpenAPI versioning#428

Merged
FSM1 merged 1 commit into
mainfrom
chore/align-api-client-versions
Apr 1, 2026
Merged

chore(ci): align api-client versions with API and fix OpenAPI versioning#428
FSM1 merged 1 commit into
mainfrom
chore/align-api-client-versions

Conversation

@FSM1

@FSM1 FSM1 commented Apr 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Align @cipherbox/api-client (0.33.0 → 0.35.0) and cipherbox-api-client (0.4.0 → 0.35.0) versions to match the API package
  • Fix hardcoded 0.1.0 OpenAPI version — now reads from npm_package_version at runtime and generation time
  • Add openapi.json as a release-please extra file so future API releases bump it automatically

Context

Prepares for bootstrap tagging so release-please PR #427 generates a clean changelog instead of listing the entire commit history.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Bug Fixes

    • API Swagger/OpenAPI documentation now displays the correct version matching your current package release, eliminating previous issues where documentation showed a static placeholder version instead of reflecting actual releases.
  • Chores

    • Updated version tracking configuration and release management settings to maintain consistency across API client packages and streamline the release process.

Copilot AI review requested due to automatic review settings April 1, 2026 01:22
@coderabbitai

coderabbitai Bot commented Apr 1, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@FSM1 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 59 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 1 minutes and 59 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8aff530e-baf8-4386-b21b-5985d838bc2a

📥 Commits

Reviewing files that changed from the base of the PR and between 014700d and 0157f39.

⛔ Files ignored due to path filters (129)
  • Cargo.lock is excluded by !**/*.lock
  • packages/api-client/openapi.json is excluded by !packages/api-client/**
  • packages/api-client/package.json is excluded by !packages/api-client/**
  • packages/api-client/src/generated/auth/auth.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/device-approval/device-approval.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/health/health.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/identity/identity.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/invites/invites.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/ipfs/ipfs.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/ipns/ipns.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/root/root.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/share-invites/share-invites.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/shares/shares.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/tee/tee.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/generated/vault/vault.ts is excluded by !**/generated/**, !**/generated/**, !packages/api-client/**
  • packages/api-client/src/models/addShareKeysDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/authMethodResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/authMethodResponseDtoType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/batchPublishIpnsDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/batchPublishIpnsResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/batchUnenrollIpnsDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/batchUnenrollIpnsResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/childKeyDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/childKeyDtoKeyType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/claimChildKeyDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/claimChildKeyDtoKeyType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/claimInviteDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/claimInviteResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/connectionTestRequestDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/connectionTestResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/connectionTestResponseDtoProtocol.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createApprovalDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createInviteDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createInviteDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createShareDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createShareDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createShareDtoPermission.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createShareResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createShareResponseDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/createShareResponseDtoPermission.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/deleteAccountDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/deleteAccountResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/desktopRefreshDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/deviceApprovalControllerCreateRequest201.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/deviceApprovalControllerGetPending200Item.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/deviceApprovalControllerGetStatus200.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/deviceApprovalControllerGetStatus200Status.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/googleLoginDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/googleLoginDtoIntent.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/healthControllerCheck200.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/healthControllerCheck200Info.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/healthControllerCheck200InfoDatabase.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/identityControllerGetJwks200.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/identityControllerGetJwks200KeysItem.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/identityControllerGetWalletNonce200.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/identityTokenResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/index.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/initVaultDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteChildKeyDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteChildKeyDtoKeyType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteDataResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteDataResponseDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteDataResponseDtoStatus.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteResponseDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteResponseDtoStatus.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteStatusResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/inviteStatusResponseDtoStatus.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/ipfsControllerUploadBody.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/ipnsControllerResolveRecordParams.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/linkMethodDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/linkMethodDtoLoginType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/loginDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/loginDtoLoginType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/loginResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/logoutResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/lookupUserResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/paginatedReceivedSharesDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/paginatedSentSharesDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/pendingRotationResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/pendingRotationResponseDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/publishIpnsDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/publishIpnsEntryDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/publishIpnsEntryDtoRecordType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/publishIpnsResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/quotaResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/receivedShareResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/receivedShareResponseDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/receivedShareResponseDtoPermission.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/registerCidDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/registerCidResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/resolveIpnsResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/respondApprovalDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/respondApprovalDtoAction.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sendOtpDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sendOtpResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sentShareResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sentShareResponseDtoItemType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sentShareResponseDtoPermission.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/setByoStatusDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/setByoStatusResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/shareInvitesControllerListInvitesParams.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/shareKeyEntryDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/shareKeyEntryDtoKeyType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/shareKeyResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/shareKeyResponseDtoKeyType.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sharesControllerGetReceivedSharesParams.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sharesControllerGetSentSharesParams.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/sharesControllerLookupUserParams.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/teeKeysDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/testLoginDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/testLoginResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/tokenResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/unlinkMethodDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/unlinkMethodResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/unpinDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/unpinResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/updateEncryptedKeyDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/updatePermissionDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/updatePermissionDtoPermission.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/uploadResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/vaultConfigResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/vaultExportDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/vaultResponseDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/vaultResponseDtoTeeKeys.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/verifyOtpDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/verifyOtpDtoIntent.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/walletVerifyDto.ts is excluded by !packages/api-client/**
  • packages/api-client/src/models/walletVerifyDtoIntent.ts is excluded by !packages/api-client/**
📒 Files selected for processing (5)
  • .release-please-manifest.json
  • apps/api/scripts/generate-openapi.ts
  • apps/api/src/main.ts
  • crates/api-client/Cargo.toml
  • release-please-config.json

Walkthrough

The PR synchronizes version numbers across multiple package manifests to 0.35.0, replaces hardcoded API version strings with dynamic environment-variable-based values, and extends release-please configuration to track the OpenAPI specification file for consistent release detection.

Changes

Cohort / File(s) Summary
Version Manifest Updates
.release-please-manifest.json, crates/api-client/Cargo.toml
Unified version bumps: packages/api-client (0.33.0 → 0.35.0) and crates/api-client (0.4.0 → 0.35.0) in release-please manifest and Rust crate manifest.
Dynamic API Versioning
apps/api/scripts/generate-openapi.ts, apps/api/src/main.ts
Replaced hardcoded API version '0.1.0' with dynamic injection from process.env.npm_package_version, defaulting to '0.0.0' when unset. Applied to OpenAPI spec generation and Swagger documentation.
Release Configuration
release-please-config.json
Added extra-files tracking for apps/api to include packages/api-client/openapi.json version in release detection; reformatted apps/desktop extra-files array without functional changes.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~22 minutes

Possibly related PRs

  • PR #310: Both PRs modify release-please configuration and versioning for the API client package, affecting how the OpenAPI specification is tracked in release detection.
  • PR #326: Both PRs update release-please manifest and configuration files to manage package version detection and release coordination.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the two main objectives: aligning api-client versions across packages/crates and fixing OpenAPI versioning to use dynamic values.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/align-api-client-versions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

Release Preview

No version bumps detected. All changes are in unversioned paths or use exempt commit types.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns API client package versions and OpenAPI spec versioning with the API package to support cleaner automated releases via release-please.

Changes:

  • Bump Node and Rust API client versions to 0.35.0 and update the release-please manifest accordingly.
  • Replace hardcoded OpenAPI version (0.1.0) with a runtime/generation-time version source.
  • Configure release-please to bump packages/api-client/openapi.json’s info.version automatically on apps/api releases.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
release-please-config.json Adds openapi.json version as an apps/api release-please extra file; minor formatting change for desktop extra-files.
.release-please-manifest.json Updates manifest versions for packages/api-client and crates/api-client.
packages/api-client/package.json Bumps @cipherbox/api-client version to 0.35.0.
packages/api-client/openapi.json Updates OpenAPI info.version to 0.35.0.
apps/api/src/main.ts Swagger DocumentBuilder version now reads from npm_package_version env var (with fallback).
apps/api/scripts/generate-openapi.ts OpenAPI generator now reads version from npm_package_version env var (with fallback).
crates/api-client/Cargo.toml Bumps cipherbox-api-client crate version to 0.35.0.
Cargo.lock Updates locked versions consistent with the bumped workspace package versions.

Comment thread apps/api/src/main.ts
Comment thread apps/api/scripts/generate-openapi.ts

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@apps/api/scripts/generate-openapi.ts`:
- Line 210: The call to .setVersion(process.env.npm_package_version || '0.0.0')
should fail fast when process.env.npm_package_version is missing; update the
generator so it first checks process.env.npm_package_version and if falsy throws
an Error (or calls process.exit(1) after logging) with a clear message about the
missing npm_package_version, then pass the validated value into .setVersion(...)
(refer to the .setVersion call and process.env.npm_package_version in the
current generator).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8175a8c6-3b08-462c-9482-ab5fb1466af0

📥 Commits

Reviewing files that changed from the base of the PR and between fd1d9a4 and 014700d.

⛔ Files ignored due to path filters (3)
  • Cargo.lock is excluded by !**/*.lock
  • packages/api-client/openapi.json is excluded by !packages/api-client/**
  • packages/api-client/package.json is excluded by !packages/api-client/**
📒 Files selected for processing (5)
  • .release-please-manifest.json
  • apps/api/scripts/generate-openapi.ts
  • apps/api/src/main.ts
  • crates/api-client/Cargo.toml
  • release-please-config.json

Comment thread apps/api/scripts/generate-openapi.ts Outdated
@codecov

codecov Bot commented Apr 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.84%. Comparing base (fd1d9a4) to head (0157f39).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #428      +/-   ##
==========================================
+ Coverage   62.28%   71.84%   +9.55%     
==========================================
  Files         134      113      -21     
  Lines       10081     7164    -2917     
  Branches     1050     1052       +2     
==========================================
- Hits         6279     5147    -1132     
+ Misses       3586     1801    -1785     
  Partials      216      216              
Flag Coverage Δ
api 84.97% <ø> (+0.05%) ⬆️
api-client 84.97% <ø> (+0.05%) ⬆️
core 84.97% <ø> (+0.05%) ⬆️
crypto 84.97% <ø> (+0.05%) ⬆️
desktop 14.40% <ø> (-16.82%) ⬇️
sdk 84.97% <ø> (+0.05%) ⬆️
sdk-core 84.97% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 35 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions Bot added release:api:fix Patch version bump (bug fix) for api release:sdk-core:fix Patch version bump (bug fix) for sdk-core release:sdk:fix Patch version bump (bug fix) for sdk release:web:fix Patch version bump (bug fix) for web release:cipherbox-fuse:fix Patch version bump (bug fix) for cipherbox-fuse release:cipherbox-sdk:fix Patch version bump (bug fix) for cipherbox-sdk release:tee-worker:fix Patch version bump (bug fix) for tee-worker labels Apr 1, 2026
@FSM1 FSM1 requested a review from Copilot April 1, 2026 01:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 8 changed files in this pull request and generated no new comments.

- Align @cipherbox/api-client (0.33.0 → 0.35.0) and cipherbox-api-client
  (0.4.0 → 0.35.0) to match the API package version
- Fix hardcoded 0.1.0 OpenAPI version: main.ts reads from package.json,
  generator script fails fast if npm_package_version is missing
- Add openapi.json as release-please extra file with jsonpath
- Regenerate API client with correct version

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Entire-Checkpoint: 1dc3ad2cbe7f
@FSM1 FSM1 force-pushed the chore/align-api-client-versions branch from 2f8f225 to 0157f39 Compare April 1, 2026 01:38
@github-actions github-actions Bot removed release:api:fix Patch version bump (bug fix) for api release:web:fix Patch version bump (bug fix) for web release:tee-worker:fix Patch version bump (bug fix) for tee-worker release:sdk-core:fix Patch version bump (bug fix) for sdk-core release:sdk:fix Patch version bump (bug fix) for sdk release:cipherbox-fuse:fix Patch version bump (bug fix) for cipherbox-fuse release:cipherbox-sdk:fix Patch version bump (bug fix) for cipherbox-sdk labels Apr 1, 2026
@FSM1 FSM1 merged commit 74bc0ef into main Apr 1, 2026
26 checks passed
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.

2 participants