diff --git a/public/changelog.json b/public/changelog.json index f1e50c3f813..fe07c6a7f1b 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -402,6 +402,13 @@ } }, "data": [ + { + "category": "release", + "date": "2026-06-04", + "description": "CRE CLI version 1.18.0 is now available. This release includes internal reliability improvements across context propagation, secret handling, and registry type management.\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.17.0...v1.18.0)", + "title": "CRE CLI v1.18.0 — Internal Improvements", + "topic": "CRE" + }, { "category": "deprecation", "date": "2026-05-29", diff --git a/src/config/versions/index.ts b/src/config/versions/index.ts index b8c66311b93..78397ef747e 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.17.0", + LATEST: "v1.18.0", ALL: [ + "v1.18.0", "v1.17.0", "v1.16.0", "v1.15.0", @@ -91,6 +92,7 @@ export const VERSIONS = { "v1.8.0", ] as const, RELEASE_DATES: { + "v1.18.0": "2026-06-04T00:00:00Z", "v1.17.0": "2026-05-28T00:00:00Z", "v1.16.0": "2026-05-22T00:00:00Z", "v1.15.0": "2026-05-14T00:00:00Z", diff --git a/src/content/cre/llms-full-go.txt b/src/content/cre/llms-full-go.txt index 3cf26bf6ae4..be98abe8265 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-28 +Last Updated: 2026-06-04 This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations. +## CLI v1.18.0 - June 4, 2026 + +**CRE CLI version 1.18.0 is now available.** + +- **Internal improvements**: Reliability fixes across context propagation, secret handling, and registry type management. + +**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.17.0...v1.18.0) + ## CLI v1.17.0 - May 28, 2026 **CRE CLI version 1.17.0 is now available.** diff --git a/src/content/cre/llms-full-ts.txt b/src/content/cre/llms-full-ts.txt index 94c9c3a87b3..b0362a5cff3 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-28 +Last Updated: 2026-06-04 This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations. +## CLI v1.18.0 - June 4, 2026 + +**CRE CLI version 1.18.0 is now available.** + +- **Internal improvements**: Reliability fixes across context propagation, secret handling, and registry type management. + +**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.17.0...v1.18.0) + ## CLI v1.17.0 - May 28, 2026 **CRE CLI version 1.17.0 is now available.** diff --git a/src/content/cre/release-notes.mdx b/src/content/cre/release-notes.mdx index f78e2876379..3fe7c66de0d 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-28" + lastModified: "2026-06-04" --- 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.18.0 - June 4, 2026 + +**CRE CLI version 1.18.0 is now available.** + +- **Internal improvements**: Reliability fixes across context propagation, secret handling, and registry type management. + +**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.17.0...v1.18.0) + ## CLI v1.17.0 - May 28, 2026 **CRE CLI version 1.17.0 is now available.**