Hi all - I'm trying to upgrade to flytekit 1.16.1 ...
# flyte-support
m
Hi all - I'm trying to upgrade to flytekit 1.16.1 (released ~2 weeks ago) to get a bugfix that was introduced in 1.16.0 -- but I see that the flyte-binary, whose versions typically match flytekit releases, is not yet available for 1.16.1 -- the latest appears to be 1.16.0-b2. Should I stick to 1.15.3 for the flyte-binary, or use the beta version of 1.16.0, or wait for 1.16.1?
There is also some version naming inconsistency in the Helm chart info, which makes it a little unclear if v1.16.0-beta.1 is actually the most recent, or just a rename of v1.16.0--beta.1 (two dashes), or if v1.16.0-b2 is actually the latest (its name would imply so, but it is not the first entry in the list for flyte-binary)
Copy code
flyte-binary:
  - apiVersion: v2
    appVersion: 1.16.0
    created: "2025-06-05T22:17:29.529493584Z"
    dependencies:
    - alias: flyteconnector
      condition: flyteconnector.enabled
      name: flyteconnector
      repository: file://../flyteconnector
      version: v1.16.0-beta.1
    description: Chart for basic single Flyte executable deployment
    digest: de2723ef69da4606886db88b2c81420491b8ff57413fdaab77276f8299f3e438
    name: flyte-binary
    type: application
    urls:
    - <https://flyteorg.github.io/flyte/flyte-binary-v1.16.0-beta.1.tgz>
    version: v1.16.0-beta.1
  - apiVersion: v2
    appVersion: 1.16.0
    created: "2025-06-05T22:17:29.527844502Z"
    dependencies:
    - alias: flyteconnector
      condition: flyteconnector.enabled
      name: flyteconnector
      repository: file://../flyteconnector
      version: v1.16.0-b2
    description: Chart for basic single Flyte executable deployment
    digest: a9dfefff52062f252422c397bed0539f3c7673ecb77bbf7eb3665d4d9bd390ac
    name: flyte-binary
    type: application
    urls:
    - <https://flyteorg.github.io/flyte/flyte-binary-v1.16.0-b2.tgz>
    version: v1.16.0-b2
  - apiVersion: v2
    appVersion: 1.16.0
    created: "2025-06-05T22:17:29.526119688Z"
    dependencies:
    - alias: flyteconnector
      condition: flyteconnector.enabled
      name: flyteconnector
      repository: file://../flyteconnector
      version: v1.16.0--beta.1
    description: Chart for basic single Flyte executable deployment
    digest: 9a30bba750e19f4fc43a25ebc3c1933cf10e4e820738a79c65de4731807bffb5
    name: flyte-binary
    type: application
    urls:
    - <https://flyteorg.github.io/flyte/flyte-binary-v1.16.0--beta.1.tgz>
    version: v1.16.0--beta.1
  - apiVersion: v2
    appVersion: 1.16.0
    created: "2025-06-05T22:17:29.523656901Z"
    dependencies:
    - alias: flyteagent
      condition: flyteagent.enabled
      name: flyteagent
      repository: file://../flyteagent
      version: v1.15.3
    description: Chart for basic single Flyte executable deployment
    digest: e793cb89247f4c615bc951691d768550e153026c72092e32a062aea0c8d50b24
    name: flyte-binary
    type: application
    urls:
    - <https://flyteorg.github.io/flyte/flyte-binary-v1.15.3.tgz>
    version: v1.15.3
g
flytekit 1.16.x should work with 1.15 as well.