Skip to content

SRE-9055: bump CircleCI config to version 2.1 - #114

Open
SeanEmac wants to merge 1 commit into
masterfrom
SRE-9055-circleci-config-2-1
Open

SRE-9055: bump CircleCI config to version 2.1#114
SeanEmac wants to merge 1 commit into
masterfrom
SRE-9055-circleci-config-2-1

Conversation

@SeanEmac

@SeanEmac SeanEmac commented Sep 1, 2026

Copy link
Copy Markdown

Why

CircleCI is sunsetting config version: 2.0 on September 21, 2026 — see the announcement. This config is valid under today's compiler but fails to compile under the new one.

Found by the org-wide audit in SRE-9055.

What

One-line change: version: 2.0version: 2.1. No other config changes.

Verification

circleci config validate .circleci/config.yml --next --org gh/treasure-data

Fails on the default branch, passes on this branch. No other breaking-change classes (undeclared parameters, unsupported regex features) were found in this config.

🤖 Generated with Claude Code

CircleCI sunsets config version 2.0 on September 21, 2026. This config
compiles today but will fail to compile after the cutoff.

Verified with: circleci config validate .circleci/config.yml --next

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@SeanEmac
SeanEmac requested a review from a team as a code owner September 1, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant