Skip to content

chore: quote CNPG_RELEASE_DEFAULT#282

Merged
mnencia merged 1 commit into
mainfrom
dev/quote-cnpg-release-default
Jul 15, 2026
Merged

chore: quote CNPG_RELEASE_DEFAULT#282
mnencia merged 1 commit into
mainfrom
dev/quote-cnpg-release-default

Conversation

@NiccoloFei

@NiccoloFei NiccoloFei commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

An unquoted 1.30 is parsed as a float, not a string, so it gets normalized as 1.3 which makes e2e:setup-env fail because cloudnative-pg/artifacts/release-1.3/manifests/operator-manifest.yaml doesn't exist.

Closes #281

@NiccoloFei NiccoloFei requested a review from a team as a code owner July 15, 2026 12:21
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
@NiccoloFei NiccoloFei force-pushed the dev/quote-cnpg-release-default branch from ba6a420 to 7520708 Compare July 15, 2026 12:22
@mnencia mnencia merged commit 3a13c62 into main Jul 15, 2026
84 checks passed
@mnencia mnencia deleted the dev/quote-cnpg-release-default branch July 15, 2026 13:49
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.

CNPG_RELEASE_DEFAULT is parsed as float and renders as 1.3 instead of 1.30

3 participants