Skip to content

fix dropped :release tag publication from migration to goreleaser v2.12 and go1.25#1891

Merged
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
grokspawn:fix-goreleaser-image
Jan 27, 2026
Merged

fix dropped :release tag publication from migration to goreleaser v2.12 and go1.25#1891
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
grokspawn:fix-goreleaser-image

Conversation

@grokspawn
Copy link
Copy Markdown
Contributor

@grokspawn grokspawn commented Jan 27, 2026

Description of the change:
Restores the ability to generate :latest images in the registry on a new release.

Motivation for the change:
As part of necessary changes to adopt goreleaser-v2.12 as part of go1.25 support, the docker paradigm shifted to use buildx as a builder for multi-arch/manifest-list image generation.
During the update, the :latest tagged image generation was omitted.

Reviewer Checklist

  • Implementation matches the proposed design, or proposal is updated to match implementation
  • Sufficient unit test coverage
  • Sufficient end-to-end test coverage
  • Docs updated or added to /docs
  • Commit messages sensible and descriptive

@openshift-ci openshift-ci Bot requested review from anik120 and perdasilva January 27, 2026 14:52
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.47%. Comparing base (783862a) to head (2620ce6).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1891      +/-   ##
==========================================
- Coverage   57.48%   57.47%   -0.01%     
==========================================
  Files         138      138              
  Lines       13307    13307              
==========================================
- Hits         7649     7648       -1     
- Misses       4476     4477       +1     
  Partials     1182     1182              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…2 and go1.25

Signed-off-by: grokspawn <jordan@nimblewidget.com>
@grokspawn grokspawn force-pushed the fix-goreleaser-image branch from 55f137b to 2620ce6 Compare January 27, 2026 15:04
Copy link
Copy Markdown
Contributor

@tmshort tmshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 27, 2026
Comment thread release/goreleaser.linux.yaml
Copy link
Copy Markdown
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 27, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rashmigottipati, tmshort

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot Bot merged commit 4e96664 into operator-framework:master Jan 27, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants