Bump goreleaser/goreleaser-action from 6 to 7 - #1
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v6...v7) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
bezilla
added a commit
that referenced
this pull request
Aug 27, 2026
The first e2e run failed one assertion of sixteen, and it was the oracle that was wrong rather than capsize. "batch/spot-tenants rank #1 among fixture workloads" held on a laptop-sized kind cluster and does not hold on a 16GB runner. sandbox/orphan-job declares no memory request, so it is scored against --request-floor and its ratio is set by how large the node is rather than by anything it asked for. Locally the ondemand-small node had 644Mi allocatable and orphan-job scored 128.87 against the tenants' 163.12; on the runner the same node has gigabytes and it scored 2543.54 against 803.55. capsize is correct in both cases. The ranking is a property of the host. So the assertion is now the part that is invariant: nothing with a measured request outranks a spot tenant. Two checks, not one -- the highest-risk workload with a declared request is a spot tenant, and anything above them is there on an assumed request. The exclusion keys on requestAssumed rather than on a name, so a workload that started being measured would be pulled back into the comparison rather than staying quietly exempt. Verified against the report.json the failing run uploaded: 16 of 16.
Author
|
Superseded by #3. |
dependabot
Bot
deleted the
dependabot/github_actions/goreleaser/goreleaser-action-7
branch
September 5, 2026 14:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps goreleaser/goreleaser-action from 6 to 7.
Release notes
Sourced from goreleaser/goreleaser-action's releases.
... (truncated)
Commits
f06c13bchore: update distd393459ci: fix jobee731b1chore: workflow dispatch55de448chore(deps): bump js-yaml from 4.1.1 to 4.2.0a4f614eci: use a GitHub App token to rebuild dist on dependabot PRs (#569)d2d17a6ci: auto-rebuild dist on dependabot PRs (#568)d13def3build: regenerate dist after undici 6.27.0 bump (#567)21549b6chore(deps): bump undici from 6.24.1 to 6.27.0 (#565)47c416dci(deps): bump the actions group with 3 updates (#563)5daf1e9fix: nightly resolution to select newest published release (#562)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)