Skip to content

ci(e2e): bump TARGET_PROVIDER_VERSION to 5.22.0 - #318

Merged
ssicard merged 1 commit into
mainfrom
ci/bump-provider-version-5.22.0
Jul 14, 2026
Merged

ci(e2e): bump TARGET_PROVIDER_VERSION to 5.22.0#318
ssicard merged 1 commit into
mainfrom
ci/bump-provider-version-5.22.0

Conversation

@ssicard

@ssicard ssicard commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bump the pinned provider version from 5.21.1 to 5.22.0 in both E2E workflow files.

Problem

The E2E CI run on main (#29279540132) is failing because v5.21.1 is missing two upstream state upgrader fixes:

  • cloudflare_load_balancer_pool: flatten_cname Value Conversion Error during v5 plan
  • cloudflare_ruleset: unsupported attribute asset_name — the v4.52.8 release added asset_name to rulesets, but v5.21.1's state upgrader doesn't know about it

Both were fixed in v5.22.0 (released 2026-07-10):

  • load_balancer_pool: remove phantom flatten_cname from v4 source model (baa1b92)
  • ruleset: add asset_name to v4 source schema (baa1b92)

Changes

  • .github/workflows/e2e-tests.yml: TARGET_PROVIDER_VERSION 5.21.1 → 5.22.0
  • .github/workflows/e2e-tests-next.yml: default target_provider_version 5.21.1 → 5.22.0

v5.22.0 (released 2026-07-10) includes the two upstream fixes that
v5.21.1 was missing:

- load_balancer_pool: remove phantom flatten_cname from v4 source model
  (baa1b92) — fixes 'Value Conversion Error' during v5 plan
- ruleset: add asset_name to v4 source schema so v4->v5 state upgrader
  parses correctly (baa1b92) — fixes 'unsupported attribute asset_name'

These were the remaining E2E failures after the webhook URL and
audit_logs field fixes in #316.
@ssicard ssicard self-assigned this Jul 13, 2026
@ssicard
ssicard marked this pull request as ready for review July 13, 2026 21:02
@ssicard
ssicard requested a review from a team as a code owner July 13, 2026 21:02
@ssicard
ssicard merged commit 8509a0e into main Jul 14, 2026
11 checks passed
@ssicard
ssicard deleted the ci/bump-provider-version-5.22.0 branch July 14, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants