Skip to content

chore: release v0.8.0#153

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-02T00-01-18Z
Open

chore: release v0.8.0#153
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-02T00-01-18Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • turnkey_api_key_stamper: 0.7.0 -> 0.8.0 (✓ API compatible changes)
  • turnkey_client: 0.7.0 -> 0.8.0 (⚠ API breaking changes)
  • turnkey_enclave_encrypt: 0.7.0 -> 0.8.0 (✓ API compatible changes)
  • turnkey_proofs: 0.7.0 -> 0.8.0 (✓ API compatible changes)
  • tvc: 0.7.0 -> 0.8.0 (⚠ API breaking changes)

turnkey_client breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field BootProof.qos_manifest_version in /tmp/.tmpO7VZNK/rust-sdk/client/src/generated/external.data.v1.rs:375
  field CreateTvcAppIntent.enable_debug_mode_deployments in /tmp/.tmpO7VZNK/rust-sdk/client/src/generated/immutable.activity.v1.rs:2175
  field CreateTvcAppIntent.enable_debug_mode_deployments in /tmp/.tmpO7VZNK/rust-sdk/client/src/generated/immutable.activity.v1.rs:2175
  field TvcApp.enable_debug_mode_deployments in /tmp/.tmpO7VZNK/rust-sdk/client/src/generated/external.data.v1.rs:537

tvc breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Args.api_base_url in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/login.rs:25
  field DeployConfig.dangerous_deploy_debug_mode in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/config/deploy.rs:31
  field Args.interactive in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/app/init.rs:27
  field Args.interactive in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/deploy/init.rs:23
  field AppConfig.enable_egress in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/config/app.rs:19
  field AppConfig.dangerous_enable_debug_mode_deployments in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/config/app.rs:32

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field Args.overrides in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/app/create.rs:27
  field Args.overrides in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/deploy/create.rs:79

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_parameter_count_changed.ron

Failed in:
  tvc::commands::app::create::run now takes 2 parameters instead of 1, in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/app/create.rs:41
  tvc::commands::app::init::run now takes 2 parameters instead of 1, in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/app/init.rs:31
  tvc::commands::login::run now takes 2 parameters instead of 1, in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/login.rs:44
  tvc::commands::deploy::init::run now takes 2 parameters instead of 1, in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/deploy/init.rs:27
  tvc::commands::deploy::approve::run now takes 2 parameters instead of 1, in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/deploy/approve.rs:105
  tvc::commands::deploy::create::run now takes 2 parameters instead of 1, in /tmp/.tmpO7VZNK/rust-sdk/tvc/src/commands/deploy/create.rs:147

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field debug_mode of struct DeployConfig, previously in file /tmp/.tmp7pMLP2/tvc/src/config/deploy.rs:18
  field app_id of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:58
  field qos_version of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:62
  field pivot_image_url of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:66
  field expected_pivot_digest of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:70
  field pivot_path of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:74
  field pivot_args of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:83
  field debug_mode of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:87
  field health_check_port of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:91
  field public_ingress_port of struct Args, previously in file /tmp/.tmp7pMLP2/tvc/src/commands/deploy/create.rs:95
  field external_connectivity of struct AppConfig, previously in file /tmp/.tmp7pMLP2/tvc/src/config/app.rs:14
Changelog

turnkey_api_key_stamper

0.8.0 - 2026-06-23

Other

  • Fix QoS 0.10.2 CI compatibility
  • Update to edition 2024

turnkey_client

0.8.0 - 2026-06-23

Other

  • Update to edition 2024
  • (tvc) sync protos and fix tests (#152)

turnkey_enclave_encrypt

0.8.0 - 2026-06-23

Other

  • Fix QoS 0.10.2 CI compatibility
  • Update to edition 2024

turnkey_proofs

0.8.0 - 2026-06-23

Other

  • Fix QoS 0.10.2 CI compatibility
  • Update to edition 2024
  • (tvc) sync protos and fix tests (#152)

tvc

0.8.0 - 2026-06-23

Added

  • breaking rename external connectivity in config to enable egress to match api
  • (tvc) debug mode in app and deployment intents (#132)
  • (tvc) implement tvc app list command
  • (tvc) default login API URL to prod
  • (tvc) interactive prompts and non-interactive guard
  • (tvc) interactive prompts and non-interactive guard
  • (tvc) interactive prompts and non-interactive guard
  • (tvc) interactive prompts and non-interactive guard
  • (tvc) add deploy post-share command

Fixed

  • (tvc) remove manual update to changelog

Other

  • Avoid cloning decrypted local pair plaintext
  • Fix QoS 0.10.2 CI compatibility
  • Merge pull request Add visibility for egress #158 from tkhq/zeke/more-egress-viz
  • short import for fetch_tvc_app
  • Address egress display review feedback
  • Address review feedback: unify egress display helper
  • Add visibility for egress
  • (tvc) fix cli (#155)
  • Merge pull request Am/feat/list apps #151 from tkhq/am/feat/list_apps
  • (tvc) add unit and integration tests for app list command
  • (tvc) update changelog for app list command
  • (tvc) add render_app helper to list apps command
  • Merge pull-request feat(tvc): add deploy post-share command #145
  • Merge pull request Add client-side debug logging to TVC CLI #141 from tkhq/richard/tvc-58-add-client-side-debug-logging-to-tvc-cli


This PR was generated with release-plz.

@github-actions github-actions Bot requested a review from a team as a code owner June 2, 2026 00:01
@github-actions github-actions Bot added the release Release PRs (automated) label Jun 2, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-06-02T00-01-18Z branch 7 times, most recently from 549b27c to 56c9c05 Compare June 8, 2026 17:13
@github-actions github-actions Bot force-pushed the release-plz-2026-06-02T00-01-18Z branch 5 times, most recently from 1d4dbbd to 0ed3605 Compare June 17, 2026 17:53
@github-actions github-actions Bot changed the title chore: release v0.7.1 chore: release v0.8.0 Jun 23, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-06-02T00-01-18Z branch from 0ed3605 to 308cd16 Compare June 23, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release PRs (automated)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants