Skip to content

chore(deps): bump goreleaser/goreleaser-action from 6 to 7#2

Merged
janosmiko merged 1 commit into
mainfrom
dependabot/github_actions/goreleaser/goreleaser-action-7
Apr 6, 2026
Merged

chore(deps): bump goreleaser/goreleaser-action from 6 to 7#2
janosmiko merged 1 commit into
mainfrom
dependabot/github_actions/goreleaser/goreleaser-action-7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Bumps goreleaser/goreleaser-action from 6 to 7.

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v7.0.0

What's Changed

Full Changelog: goreleaser/goreleaser-action@v6...v7.0.0

v6.4.0

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v6.3.0...v6.4.0

v6.3.0

Full Changelog: goreleaser/goreleaser-action@v6.2.1...v6.3.0

v6.2.1

What's Changed

This version of the actions adds support for GoReleaser Pro v2.7.0 versioning (which dropped the -pro suffix). Older versions should work fine.

[!WARNING] This version is required for GoReleaser Pro v2.7.0+. Read more here.

Full Changelog: goreleaser/goreleaser-action@v6.2.0...v6.2.1

... (truncated)

Commits
  • ec59f47 fix: yargs usage
  • 752dede fix: gitignore
  • 1881ae0 ci: update dependabot settings
  • fdc5e66 chore: gitignore provenance.json
  • 51b5b35 chore(deps): bump semver from 7.7.3 to 7.7.4 in the npm group (#539)
  • 4247c53 ci(deps): bump docker/setup-buildx-action in the actions group (#538)
  • c169bfd chore(deps): bump @​actions/http-client from 3.0.2 to 4.0.0 in the npm group (...
  • 902ab4a chore(deps): bump the npm group across 1 directory with 4 updates (#536)
  • c59a691 chore: gitignore
  • 56cc8b2 ci: add job to automate dependabot pre-checkin/vendor
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 6, 2026
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@janosmiko janosmiko merged commit 5b40cf6 into main Apr 6, 2026
4 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/goreleaser/goreleaser-action-7 branch April 6, 2026 20:41
janosmiko added a commit that referenced this pull request Apr 16, 2026
Three related bugs found in manual testing:

1. Trivy showed in clusters where Trivy Operator wasn't installed
2. Heuristic showed finding stats from previous clusters
3. Security category appeared at the bottom of the middle column
   instead of just below Dashboards

Root cause for #1 and #2: the SecuritySourcesFn closure indirected
through **security.Manager and *map[string]bool pointers pointing at
fields on NewModel's local m. Bubbletea passes Model by value, so
subsequent Update cycles mutated new copies while the pointers stayed
frozen on NewModel's original — forever reading the initial cluster's
manager, availability map, and cached FindingIndex.

Fix: replace the pointer architecture with a package-level
securityHookManager + securityHookAvailability pair protected by a
sync.RWMutex, explicitly published by refreshSecuritySources (on every
cluster switch) and by handleSecurityAvailabilityLoaded (after the
probe completes). The setter is idempotent and safe from any goroutine.

Also:
- refreshSecuritySources now resets securityAvailabilityByName to a
  fresh empty map and re-wires the Client's security manager reference,
  so SEC column counts and the action menu gate both see the new
  cluster's data immediately.
- handleSecurityAvailabilityLoaded rebuilds middleItems when at
  LevelResourceTypes so the newly-arrived availability data populates
  the Security category entries asynchronously (the initial build runs
  with an empty availability map because the probe is async).
- buildSecuritySourceEntries restores the availability filter — dead
  entries for unavailable sources were the user-visible symptom of
  bug #1.

For bug #3: prepend the Security category to TopLevelResourceTypes()
instead of appending. Update TestClusterGroupIsFirst/Order test
expectations accordingly (Cluster is now at index 1, Security at 0).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants