From 95d0780a9d7a6cb3d3d08184f24395b0b410028f Mon Sep 17 00:00:00 2001 From: devin distefano Date: Thu, 3 Sep 2026 17:52:07 -0500 Subject: [PATCH] cre-cli-1.31-release-notes --- public/changelog.json | 7 +++++++ src/config/versions/index.ts | 4 +++- src/content/cre/llms-full-go.txt | 17 ++++++++++++++++- src/content/cre/llms-full-ts.txt | 17 ++++++++++++++++- src/content/cre/release-notes.mdx | 17 ++++++++++++++++- 5 files changed, 58 insertions(+), 4 deletions(-) diff --git a/public/changelog.json b/public/changelog.json index a3ae0ec1e40..9c8f59fc262 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -728,6 +728,13 @@ "title": "Added support to Data Feeds", "topic": "Data Feeds" }, + { + "category": "release", + "date": "2026-09-03", + "description": "CRE CLI version 1.32.0 is now available. This release fixes bugs that could cause `cre login` to fail, makes Windows installation safer by verifying the downloaded CLI is authentic before installing, and includes updates to Solana workflow support.\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.31.0...v1.32.0)", + "title": "CRE CLI v1.32.0 — Login Fixes, Safer Windows Installation, and Solana Updates", + "topic": "CRE" + }, { "category": "release", "date": "2026-08-27", diff --git a/src/config/versions/index.ts b/src/config/versions/index.ts index 1a5022825f9..a2266e14c58 100644 --- a/src/config/versions/index.ts +++ b/src/config/versions/index.ts @@ -77,8 +77,9 @@ export const VERSIONS = { }, // CRE CLI Versions — update LATEST here for each new release "cre-cli": { - LATEST: "v1.31.0", + LATEST: "v1.32.0", ALL: [ + "v1.32.0", "v1.31.0", "v1.30.0", "v1.29.0", @@ -105,6 +106,7 @@ export const VERSIONS = { "v1.8.0", ] as const, RELEASE_DATES: { + "v1.32.0": "2026-09-03T00:00:00Z", "v1.31.0": "2026-08-27T00:00:00Z", "v1.30.0": "2026-08-13T00:00:00Z", "v1.29.0": "2026-08-07T00:00:00Z", diff --git a/src/content/cre/llms-full-go.txt b/src/content/cre/llms-full-go.txt index a897d0e86e7..64589ad7d8a 100644 --- a/src/content/cre/llms-full-go.txt +++ b/src/content/cre/llms-full-go.txt @@ -534,10 +534,25 @@ To help us assist you faster, please include: # Release Notes Source: https://docs.chain.link/cre/release-notes -Last Updated: 2026-08-28 +Last Updated: 2026-09-03 This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations. +## CLI v1.32.0 - September 3, 2026 + +**CRE CLI version 1.32.0 is now available.** + +- **Improved login reliability**: Fixed bugs that could cause `cre login` to fail or leave the CLI in an inconsistent state. +- **Safer Windows installation**: The Windows PowerShell installer now checks that the downloaded CLI is authentic and untampered before installing it. +- **Solana workflow updates**: This release includes updates to Solana workflow support. + +**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.31.0...v1.32.0) + ## CLI v1.31.0 - August 27, 2026 **CRE CLI version 1.31.0 is now available.** diff --git a/src/content/cre/llms-full-ts.txt b/src/content/cre/llms-full-ts.txt index f47fe068d99..3bdd08fb1e2 100644 --- a/src/content/cre/llms-full-ts.txt +++ b/src/content/cre/llms-full-ts.txt @@ -534,10 +534,25 @@ To help us assist you faster, please include: # Release Notes Source: https://docs.chain.link/cre/release-notes -Last Updated: 2026-08-28 +Last Updated: 2026-09-03 This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations. +## CLI v1.32.0 - September 3, 2026 + +**CRE CLI version 1.32.0 is now available.** + +- **Improved login reliability**: Fixed bugs that could cause `cre login` to fail or leave the CLI in an inconsistent state. +- **Safer Windows installation**: The Windows PowerShell installer now checks that the downloaded CLI is authentic and untampered before installing it. +- **Solana workflow updates**: This release includes updates to Solana workflow support. + +**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.31.0...v1.32.0) + ## CLI v1.31.0 - August 27, 2026 **CRE CLI version 1.31.0 is now available.** diff --git a/src/content/cre/release-notes.mdx b/src/content/cre/release-notes.mdx index afa18ce2477..6941c017d87 100644 --- a/src/content/cre/release-notes.mdx +++ b/src/content/cre/release-notes.mdx @@ -5,13 +5,28 @@ 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-08-28" + lastModified: "2026-09-03" --- 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.32.0 - September 3, 2026 + +**CRE CLI version 1.32.0 is now available.** + +- **Improved login reliability**: Fixed bugs that could cause `cre login` to fail or leave the CLI in an inconsistent state. +- **Safer Windows installation**: The Windows PowerShell installer now checks that the downloaded CLI is authentic and untampered before installing it. +- **Solana workflow updates**: This release includes updates to Solana workflow support. + +**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.31.0...v1.32.0) + ## CLI v1.31.0 - August 27, 2026 **CRE CLI version 1.31.0 is now available.**