Skip to content

chore(deps): update module github.com/thalesgroup/crypto11 to v1.6.8 - abandoned - #216

Open
renovate[bot] wants to merge 3 commits into
mainfrom
renovate/github.com-thalesgroup-crypto11-1.x
Open

chore(deps): update module github.com/thalesgroup/crypto11 to v1.6.8 - abandoned#216
renovate[bot] wants to merge 3 commits into
mainfrom
renovate/github.com-thalesgroup-crypto11-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/ThalesGroup/crypto11 replace patch v1.6.2v1.6.8 OpenSSF Scorecard

Release Notes

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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 commented Jul 20, 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
Command failed: go get -t ./...
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

@renovate
renovate Bot force-pushed the renovate/github.com-thalesgroup-crypto11-1.x branch from eac7e92 to eafe1f2 Compare July 29, 2026 14:51
@renovate renovate Bot changed the title chore(deps): update module github.com/thalesgroup/crypto11 to v1.6.5 chore(deps): update module github.com/thalesgroup/crypto11 to v1.6.8 Jul 29, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-thalesgroup-crypto11-1.x branch from eafe1f2 to af51987 Compare July 29, 2026 15:26
@guewa
guewa requested review from moelsayed and robertgraeff July 30, 2026 08:08
@renovate

renovate Bot commented Jul 30, 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.

@guewa
guewa enabled auto-merge (squash) July 30, 2026 16:45
renovate Bot and others added 2 commits July 30, 2026 18:47
…o eclipse-keypont

On-behalf-of: @SAP guenther.wannenmacher@sap.com
Signed-off-by: Günther Wannenmacher (SAP) <guenther.wannenmacher@sap.com>
@guewa
guewa force-pushed the renovate/github.com-thalesgroup-crypto11-1.x branch from f494808 to 24fb4bf Compare July 30, 2026 16:47
@guewa
guewa disabled auto-merge July 30, 2026 16:47
@guewa
guewa self-requested a review July 30, 2026 16:47
@guewa
guewa enabled auto-merge (squash) July 30, 2026 16:47

@guewa guewa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM – all checks passed

@guewa guewa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM – all checks passed

@renovate renovate Bot changed the title chore(deps): update module github.com/thalesgroup/crypto11 to v1.6.8 chore(deps): update module github.com/thalesgroup/crypto11 to v1.6.8 - abandoned Aug 30, 2026
@renovate

renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@MichaelSp
MichaelSp disabled auto-merge September 6, 2026 19:09
@MichaelSp
MichaelSp enabled auto-merge (squash) September 6, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants