Skip to content

refactor(ci): migrate to goreleaser dockers_v2 - #243

Merged
edenreich merged 1 commit into
mainfrom
refactor/issue-238-20260925-0035
Sep 25, 2026
Merged

edenreich merged 1 commit into
mainfrom
refactor/issue-238-20260925-0035

Conversation

@inference-gateway-maintainer

Copy link
Copy Markdown
Contributor

Summary

Replaces the deprecated dockers + docker_manifests sections with a single dockers_v2 entry that builds and pushes the multi-arch index (linux/amd64, linux/arm64) in one buildx step.

  • .goreleaser.yaml: one dockers_v2 entry; dropped the no-op goarm: "7" from builds.
  • Dockerfile.goreleaser: copies the binary via $TARGETPLATFORM/operator, matching the per-platform build context dockers_v2 lays out.

goreleaser check (v2.16.0) passes with no deprecation warning.

Behavior changes

  • Per-arch tags :<version>-amd64 / :<version>-arm64 are no longer published. Only :<version> and :latest (non-rc) remain. A search found the per-arch tags only in .goreleaser.yaml; .releaserc.yaml, Taskfile.yaml, the e2e suite, and scan_containers / sign_containers all use :<version> or :latest.
  • Images are now built in the publish phase, so --skip=publish / --skip=docker skips the image build.

Not done

  • The optional cleanup of the "Push container images" step in the artifacts workflow - the bot cannot modify files under the workflows directory. The step still works as-is since it inspects the multi-arch :<version> manifest.
  • task release-dry-run was not executed here (no docker daemon in this runner).

no docs ticket: internal-only refactor

Closes #238

@inference-gateway-maintainer
inference-gateway-maintainer Bot requested a review from a team as a code owner September 25, 2026 00:39
@edenreich
edenreich merged commit 7c8ff61 into main Sep 25, 2026
1 check passed
@edenreich
edenreich deleted the refactor/issue-238-20260925-0035 branch September 25, 2026 00:48
inference-gateway-releaser Bot added a commit that referenced this pull request Sep 25, 2026
## [0.26.0](v0.25.1...v0.26.0) (2026-09-25)

### ✨ Features

* **gateway:** route RFC 9728 metadata and expose MCP_RESOURCE_URL ([#247](#247)) ([b439391](b439391))
* **release:** pin operator image in tagged manifests ([#248](#248)) ([5d15513](5d15513))

### ♻️ Improvements

* **ci:** migrate to goreleaser dockers_v2 ([#243](#243)) ([7c8ff61](7c8ff61))

### 🐛 Bug Fixes

* **controller:** reconcile resources when namespace starts matching ([#237](#237)) ([93292f9](93292f9))
* **gateway:** map guardrails failMode to closed/open ([#244](#244)) ([e71728e](e71728e))
* **release:** pin operator image in install.yaml asset ([#242](#242)) ([432c9bd](432c9bd))

### 📚 Documentation

* **gateway:** document POST /mcp gating under MCP_EXPOSE ([#246](#246)) ([270874a](270874a))
@inference-gateway-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.26.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Migrate GoReleaser dockers/docker_manifests to dockers_v2

1 participant