Skip to content

Update sigstore/cosign-installer action to v4.1.1#4420

Merged
JAORMX merged 1 commit intomainfrom
renovate/security-scanning-and-signing-actions
Mar 30, 2026
Merged

Update sigstore/cosign-installer action to v4.1.1#4420
JAORMX merged 1 commit intomainfrom
renovate/security-scanning-and-signing-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 29, 2026

This PR contains the following updates:

Package Type Update Change
sigstore/cosign-installer action patch v4.1.0v4.1.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sigstore/cosign-installer (sigstore/cosign-installer)

v4.1.1

Compare Source

What's Changed

  • chore: update default cosign-release to v3.0.5 in #​223

Full Changelog: sigstore/cosign-installer@v4.1.0...v4.1.1


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 29, 2026
@renovate renovate bot requested a review from JAORMX as a code owner March 29, 2026 18:17
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 29, 2026
@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Mar 29, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.47%. Comparing base (fbde7be) to head (2ca37d5).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4420      +/-   ##
==========================================
- Coverage   69.49%   69.47%   -0.02%     
==========================================
  Files         486      486              
  Lines       50017    50017              
==========================================
- Hits        34758    34750       -8     
- Misses      12576    12580       +4     
- Partials     2683     2687       +4     

☔ 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.

@JAORMX JAORMX merged commit 2a084e8 into main Mar 30, 2026
36 checks passed
@JAORMX JAORMX deleted the renovate/security-scanning-and-signing-actions branch March 30, 2026 07:13
yrobla pushed a commit that referenced this pull request Mar 31, 2026
Introduce DataStorage, a key-value metadata store separate from the
existing Session-based Storage interface. Unlike Storage, DataStorage
never round-trips live session objects — it stores only serialisable
map[string]string metadata.

This separation avoids the type-assertion bug where a Redis round-trip
deserialises a MultiSession as a plain *StreamableSession, losing all
backend connections and routing state.

Two implementations are provided:
- LocalSessionDataStorage: in-memory sync.Map with TTL-based eviction
  and a background cleanup goroutine.
- RedisSessionDataStorage: Redis/Valkey-backed with sliding-window TTL
  via GETEX on every Load, and atomic SET NX for StoreIfAbsent.

Both pass a shared contract test suite covering Store/Load round-trips,
upsert, nil metadata, empty-ID errors, Exists (without TTL refresh),
StoreIfAbsent atomicity, Delete idempotency, and TTL behaviour.

Related-to: #4420
yrobla added a commit that referenced this pull request Apr 1, 2026
* Add DataStorage interface and implementations

Introduce DataStorage, a key-value metadata store separate from the
existing Session-based Storage interface. Unlike Storage, DataStorage
never round-trips live session objects — it stores only serialisable
map[string]string metadata.

This separation avoids the type-assertion bug where a Redis round-trip
deserialises a MultiSession as a plain *StreamableSession, losing all
backend connections and routing state.

Two implementations are provided:
- LocalSessionDataStorage: in-memory sync.Map with TTL-based eviction
  and a background cleanup goroutine.
- RedisSessionDataStorage: Redis/Valkey-backed with sliding-window TTL
  via GETEX on every Load, and atomic SET NX for StoreIfAbsent.

Both pass a shared contract test suite covering Store/Load round-trips,
upsert, nil metadata, empty-ID errors, Exists (without TTL refresh),
StoreIfAbsent atomicity, Delete idempotency, and TTL behaviour.

Related-to: #4420

* changes from review

---------

Co-authored-by: taskbot <taskbot@users.noreply.github.com>
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 size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant