Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion src/config/versions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
15 changes: 14 additions & 1 deletion src/content/cre/llms-full-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.18.0" target="_blank">CRE CLI version 1.18.0</a> 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

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.17.0" target="_blank">CRE CLI version 1.17.0</a> is now available.**
Expand Down
15 changes: 14 additions & 1 deletion src/content/cre/llms-full-ts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.18.0" target="_blank">CRE CLI version 1.18.0</a> 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

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.17.0" target="_blank">CRE CLI version 1.17.0</a> is now available.**
Expand Down
15 changes: 14 additions & 1 deletion src/content/cre/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.18.0" target="_blank">CRE CLI version 1.18.0</a> 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

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.17.0" target="_blank">CRE CLI version 1.17.0</a> is now available.**
Expand Down
Loading