From d70d2be3d8d2f6f78b5c3f3abefeb75a75104308 Mon Sep 17 00:00:00 2001 From: devin distefano Date: Fri, 29 May 2026 17:25:00 -0500 Subject: [PATCH 1/2] bump cre cli version --- public/changelog.json | 7 +++++++ src/config/versions/index.ts | 16 ++++++++++++++-- src/content/cre/llms-full-go.txt | 15 ++++++++++++++- src/content/cre/llms-full-ts.txt | 15 ++++++++++++++- src/content/cre/release-notes.mdx | 15 ++++++++++++++- 5 files changed, 63 insertions(+), 5 deletions(-) diff --git a/public/changelog.json b/public/changelog.json index 582dad3cec6..bddb1452307 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -423,6 +423,13 @@ "title": "Cross-chain token (CCT) standard: Added support for new tokens", "topic": "CCIP" }, + { + "category": "release", + "date": "2026-05-28", + "description": "CRE CLI version 1.17.0 is now available. This release includes bug fixes and reliability improvements for platform clients, secrets operations, and workflow deploy and delete.\n\nUpdate your CLI by running `cre update` when prompted, or follow the [CLI Installation guide](https://docs.chain.link/cre/getting-started/cli-installation) for fresh installations.\n\n[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.16.0...v1.17.0)", + "title": "CRE CLI v1.17.0 — Bug Fixes and Reliability", + "topic": "CRE" + }, { "category": "integration", "date": "2026-05-24", diff --git a/src/config/versions/index.ts b/src/config/versions/index.ts index a9beb29f7fa..b8c66311b93 100644 --- a/src/config/versions/index.ts +++ b/src/config/versions/index.ts @@ -77,9 +77,21 @@ export const VERSIONS = { }, // CRE CLI Versions — update LATEST here for each new release "cre-cli": { - LATEST: "v1.16.0", - ALL: ["v1.16.0", "v1.15.0", "v1.14.0", "v1.13.0", "v1.12.0", "v1.11.0", "v1.10.0", "v1.9.0", "v1.8.0"] as const, + LATEST: "v1.17.0", + ALL: [ + "v1.17.0", + "v1.16.0", + "v1.15.0", + "v1.14.0", + "v1.13.0", + "v1.12.0", + "v1.11.0", + "v1.10.0", + "v1.9.0", + "v1.8.0", + ] as const, RELEASE_DATES: { + "v1.17.0": "2026-05-28T00:00:00Z", "v1.16.0": "2026-05-22T00:00:00Z", "v1.15.0": "2026-05-14T00:00:00Z", "v1.14.0": "2026-05-08T00:00:00Z", diff --git a/src/content/cre/llms-full-go.txt b/src/content/cre/llms-full-go.txt index 69fbd1c9af2..fddc70e2b31 100644 --- a/src/content/cre/llms-full-go.txt +++ b/src/content/cre/llms-full-go.txt @@ -507,10 +507,23 @@ To help us assist you faster, please include: # Release Notes Source: https://docs.chain.link/cre/release-notes -Last Updated: 2026-05-22 +Last Updated: 2026-05-28 This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations. +## CLI v1.17.0 - May 28, 2026 + +**CRE CLI version 1.17.0 is now available.** + +- **Bug fixes and reliability**: Improved platform client reliability and clearer error messages during workflow deploy and delete. + +**How to update:** + +- **Automatic update**: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run `cre update` to install the latest version. +- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation). + +[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.16.0...v1.17.0) + ## CLI v1.16.0 - May 22, 2026 **CRE CLI version 1.16.0 is now available.** diff --git a/src/content/cre/llms-full-ts.txt b/src/content/cre/llms-full-ts.txt index 9bdf2b532f1..eed2f5b9bd6 100644 --- a/src/content/cre/llms-full-ts.txt +++ b/src/content/cre/llms-full-ts.txt @@ -507,10 +507,23 @@ To help us assist you faster, please include: # Release Notes Source: https://docs.chain.link/cre/release-notes -Last Updated: 2026-05-22 +Last Updated: 2026-05-28 This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations. +## CLI v1.17.0 - May 28, 2026 + +**CRE CLI version 1.17.0 is now available.** + +- **Bug fixes and reliability**: Improved platform client reliability and clearer error messages during workflow deploy and delete. + +**How to update:** + +- **Automatic update**: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run `cre update` to install the latest version. +- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation). + +[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.16.0...v1.17.0) + ## CLI v1.16.0 - May 22, 2026 **CRE CLI version 1.16.0 is now available.** diff --git a/src/content/cre/release-notes.mdx b/src/content/cre/release-notes.mdx index d8cd12a6c52..f78e2876379 100644 --- a/src/content/cre/release-notes.mdx +++ b/src/content/cre/release-notes.mdx @@ -5,13 +5,26 @@ date: Last Modified metadata: description: "Discover what's new in CRE: latest features, changes, and improvements in each release of the Chainlink Runtime Environment." datePublished: "2025-11-04" - lastModified: "2026-05-22" + lastModified: "2026-05-28" --- import { Aside } from "@components" This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations. +## CLI v1.17.0 - May 28, 2026 + +**CRE CLI version 1.17.0 is now available.** + +- **Bug fixes and reliability**: Improved platform client reliability and clearer error messages during workflow deploy and delete. + +**How to update:** + +- **Automatic update**: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run `cre update` to install the latest version. +- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation). + +[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.16.0...v1.17.0) + ## CLI v1.16.0 - May 22, 2026 **CRE CLI version 1.16.0 is now available.** From 87304a16357fd50b984465d891ff8031fe412204 Mon Sep 17 00:00:00 2001 From: devin distefano Date: Fri, 29 May 2026 17:40:50 -0500 Subject: [PATCH 2/2] remove mistkaen default privat registry info --- .../guides/operations/deploying-to-private-registry-go.mdx | 4 ++-- .../guides/operations/deploying-to-private-registry-ts.mdx | 4 ++-- src/content/cre/guides/operations/deploying-workflows.mdx | 3 +-- src/content/cre/llms-full-go.txt | 7 +++---- src/content/cre/llms-full-ts.txt | 7 +++---- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/src/content/cre/guides/operations/deploying-to-private-registry-go.mdx b/src/content/cre/guides/operations/deploying-to-private-registry-go.mdx index 2e0115530c2..687186666a3 100644 --- a/src/content/cre/guides/operations/deploying-to-private-registry-go.mdx +++ b/src/content/cre/guides/operations/deploying-to-private-registry-go.mdx @@ -24,7 +24,7 @@ import { Aside } from "@components" The **private registry** is a Chainlink-hosted, offchain workflow registry. All lifecycle operations (deploy, activate, pause, delete, update) are authorized by your CRE login session — not a linked wallet key. There are no Ethereum Mainnet transactions and no gas fees for registry management. -This is the default registry for new projects initialized with `cre init`. For a comparison of both registry options, see [Deploying Workflows](/cre/guides/operations/deploying-workflows). +For a comparison of both registry options, see [Deploying Workflows](/cre/guides/operations/deploying-workflows). {/* prettier-ignore */}