Skip to content

chore(deps): update dependencies (patch & digest) - #86

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/all-patch-and-digest-updates
Sep 18, 2026
Merged

renovate[bot] merged 2 commits into
mainfrom
renovate/all-patch-and-digest-updates

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout (changelog) action digest 9c091bb3d3c42e
coverallsapp/github-action action patch v2.3.7v2.3.8 age confidence
docker/build-push-action (changelog) action digest f9f3042c3c9e26
docker/login-action (changelog) action digest 650006cdbcb813
docker/metadata-action (changelog) action digest 80c7e94dc80280
docker/setup-buildx-action (changelog) action digest d7f5e7ff87e599
docker/setup-qemu-action (changelog) action digest 06116389901266
gcr.io/distroless/static final digest 963fa6ce2e927e
github.com/ThalesGroup/crypto11 replace patch v1.6.1v1.6.8 age confidence
golangci/golangci-lint-action (changelog) action digest 82606bfba0d7d2
release-drafter/release-drafter (changelog) action digest ed4bc4834d8067
softprops/action-gh-release (changelog) action digest 718ea10efb3536

Release Notes

coverallsapp/github-action (coverallsapp/github-action)

v2.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2...v2.3.8

ThalesGroup/crypto11 (github.com/ThalesGroup/crypto11)

v1.6.8

Compare Source

What's Changed

  • downgrade the go version to 1.25.0 and add go toolchain by @​Nicolas-Peiffer in eclipse-keypont#139
  • fix: restore eclipse-keypont module path; refresh README install command, Go Reference badge and documentation links

Full Changelog: eclipse-keypont/crypto11@v1.6.5...v1.6.8

Module path restored — github.com/eclipse-keypont/crypto11

This release restores the correct module path following the repository move from
github.com/ThalesGroup/crypto11 to github.com/eclipse-keypont/crypto11.

Migrating
go get github.com/eclipse-keypont/crypto11@v1.6.8
-import "github.com/ThalesGroup/crypto11"
+import "github.com/eclipse-keypont/crypto11"

The old path is deprecated and frozen at
ThalesGroup/crypto11@v1.6.7.
It will receive no further updates, including security fixes. GitHub still redirects the old
repository URL, but the Go module path must be updated by hand — go get cannot follow it for you.

If you are already on this path: upgrade v1.6.5 → v1.6.8

v1.6.6 and v1.6.7 declare the old module path and exist only to publish the deprecation
notice for github.com/ThalesGroup/crypto11. They are not usable as
github.com/eclipse-keypont/crypto11 and will fail with:

module declares its path as: github.com/ThalesGroup/crypto11
        but was required as: github.com/eclipse-keypont/crypto11

v1.6.8 fixes this, so github.com/eclipse-keypont/crypto11@latest resolves correctly again.

Go version policy

go.mod targets go 1.25.0 with toolchain go1.25.8. The go directive is kept conservative
so this library does not raise the minimum Go version for projects that import it, while
maintainers build and test with the latest patch toolchain. See #​137 and #​139.

The v1.6.x series is the current stable line. v2.x.y on github.com/eclipse-keypont/crypto11/v2 is in
development (v2.0.0-rc3), which is why pkg.go.dev reports a higher tagged major version.

v1.6.7

Compare Source

v1.6.6

Compare Source

v1.6.5

Compare Source

Full Changelog: eclipse-keypont/crypto11@v1.6.3...v1.6.5

v1.6.4

Compare Source

v1.6.3

Compare Source

v1.6.2

Compare Source

Full Changelog: eclipse-keypont/crypto11@v1.6.0...v1.6.2


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 5am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 automerge ok-to-image PR is allowed to run container build labels Sep 14, 2026
@renovate
renovate Bot enabled auto-merge September 14, 2026 01:55
@renovate

renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
go: github.com/ThalesIgnite/crypto11@v1.6.0 (replaced by github.com/ThalesGroup/crypto11@v1.6.8): parsing go.mod:
	module declares its path as: github.com/eclipse-keypont/crypto11
	        but was required as: github.com/ThalesIgnite/crypto11

@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 739b8f7b-ba90-41d6-bd1b-6b826f5f95d1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coveralls

coveralls commented Sep 14, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 35240183547

Warning

No base build found for commit 57695e9 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 40.683%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 322
Covered Lines: 131
Line Coverage: 40.68%
Coverage Strength: 0.41 hits per line

💛 - Coveralls

@renovate
renovate Bot force-pushed the renovate/all-patch-and-digest-updates branch 2 times, most recently from 78fc357 to 21c49bf Compare September 16, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/all-patch-and-digest-updates branch from 21c49bf to f5b6f79 Compare September 17, 2026 13:52
@renovate

renovate Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@yocaba
yocaba force-pushed the renovate/all-patch-and-digest-updates branch from e17f9c8 to 6901670 Compare September 17, 2026 15:25

@dermorz dermorz left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

lgtm

@renovate
renovate Bot merged commit 9f97b20 into main Sep 18, 2026
10 checks passed
@renovate
renovate Bot deleted the renovate/all-patch-and-digest-updates branch September 18, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge ok-to-image PR is allowed to run container build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants