Skip to content

Fix marketplace image versioning by passing release version from release pipeline#485

Merged
kspearrin merged 3 commits intomainfrom
fixazureci
Apr 3, 2026
Merged

Fix marketplace image versioning by passing release version from release pipeline#485
kspearrin merged 3 commits intomainfrom
fixazureci

Conversation

@kspearrin
Copy link
Copy Markdown
Member

@kspearrin kspearrin commented Apr 3, 2026

  • Fix marketplace workflows using incorrect versions during releases — Azure published 0.0.15 instead of 2026.3.2 because the event name check (== "release") never matched (workflows are triggered via workflow_dispatch)
  • Pass release_version input from release.yml to all three marketplace workflows (AWS, Azure, DigitalOcean) so image versions match the self-host release version, not coreVersion from version.json
  • Update image cleanup conditions to key off inputs.release_version instead of the unreachable github.event_name != 'release' check

@kspearrin kspearrin requested a review from a team as a code owner April 3, 2026 00:11
@kspearrin kspearrin requested a review from fntyler April 3, 2026 00:11
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

Logo
Checkmarx One – Scan Summary & Detailsf4f29f00-e07d-4ed6-b47b-7ad44f4a407d

Great job! No new security vulnerabilities introduced in this pull request

@kspearrin kspearrin changed the title Fix Azure marketplace image using dev version during release Fix marketplace image versioning by passing release version from release pipeline Apr 3, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 3, 2026

@kspearrin kspearrin merged commit a7aadf0 into main Apr 3, 2026
4 checks passed
@kspearrin kspearrin deleted the fixazureci branch April 3, 2026 00:26
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