Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the all-go-deps group with 4 updates in the / directory: github.com/usbarmory/tamago, golang.org/x/crypto, golang.org/x/mod and google.golang.org/protobuf.

Updates github.com/usbarmory/tamago from 0.0.0-20250828093603-d8ac0d8fb083 to 1.25.2

Release notes

Sourced from github.com/usbarmory/tamago's releases.

v1.25.2

This release introduces improved CPU idle management support functions for amd64, extending the pattern enabled by the previous release on single-core to multi-core CPUs:

runtime.Idle = func(pollUntil int64) {
    if pollUntil == 0 {
        return
    }
cpu.SetAlarm(pollUntil)
cpu.WaitInterrupt()
cpu.SetAlarm(0)

}

Major changes for tamago package API:

  • amd64, arm, riscv64: (*CPU).DefaultIdleGovernor new function to export default CPU idle time management
  • amd64.(*CPU).ClearInterrupts: new function to signal end-of-interrupt safely under SMP (usbarmory/tamago@e4346ed)
  • amd64.(*CPU).EnableInterrupts: function deprecated in favor of (*CPU).ClearInterrupts (usbarmory/tamago@e4346ed)

Major changes for tamago package internals:

  • amd64: interrupts are now enabled on supplemental cores (APs)
  • amd64: IRQ handling implementation improved to prevent SMP race conditions
  • amd64: tight loops on register wait are now avoided also under SMP (usbarmory/tamago@c4bd784)
  • amd64: fix page tables setup for correct operation under WSL and Google Cloud KVMs (usbarmory/tamago#53)

Full Changelog: usbarmory/tamago@v1.25.1...v1.25.2

This release requires GOOS=tamago support in the Go distribution, it requires at least tamago-go1.25.2.

v1.25.1

This release introduces improved CPU idle management support functions for amd64, enabling the following pattern on single-core CPUs:

if cpu.NumCPU() == 1 {
    runtime.Idle = func(pollUntil int64) {
        if pollUntil == 0 {
            return
        }
    cpu.SetAlarm(pollUntil)
    cpu.WaitInterrupt()
    cpu.SetAlarm(0)
}

}

Major changes for tamago package API:

... (truncated)

Commits

Updates golang.org/x/crypto from 0.42.0 to 0.43.0

Commits
  • 627cb89 go.mod: update golang.org/x dependencies
  • dca4914 acme: fix autocert TestHTTPHandlerDefaultFallback
  • 1336e21 x509roots/fallback: update bundle
  • 2beaa59 ssh: add VerifiedPublicKeyCallback
  • 66c3d8c ssh: add support for FIPS mode
  • ddb4e80 ssh: remove custom contains, use slices.Contains
  • f4d47b0 ssh: return clearer error when signature algorithm is used as key format
  • 96dc232 x509roots/fallback/bundle: add bundle package to export root certs
  • 8c9ba31 all: freeze and deprecate more packages
  • 559e062 ssh/agent: return an error for unexpected message types
  • See full diff in compare view

Updates golang.org/x/mod from 0.28.0 to 0.29.0

Commits

Updates google.golang.org/protobuf from 1.36.9 to 1.36.10

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 13, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-go-deps-4c02ca8898 branch from 2600a95 to 75655bc Compare October 20, 2025 05:17
Bumps the all-go-deps group with 4 updates in the / directory: [github.com/usbarmory/tamago](https://github.com/usbarmory/tamago), [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/mod](https://github.com/golang/mod) and google.golang.org/protobuf.


Updates `github.com/usbarmory/tamago` from 0.0.0-20250828093603-d8ac0d8fb083 to 1.25.2
- [Release notes](https://github.com/usbarmory/tamago/releases)
- [Commits](https://github.com/usbarmory/tamago/commits/v1.25.2)

Updates `golang.org/x/crypto` from 0.42.0 to 0.43.0
- [Commits](golang/crypto@v0.42.0...v0.43.0)

Updates `golang.org/x/mod` from 0.28.0 to 0.29.0
- [Commits](golang/mod@v0.28.0...v0.29.0)

Updates `google.golang.org/protobuf` from 1.36.9 to 1.36.10

---
updated-dependencies:
- dependency-name: github.com/usbarmory/tamago
  dependency-version: 1.25.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: golang.org/x/mod
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-go-deps-4c02ca8898 branch from 75655bc to 11cce56 Compare October 27, 2025 05:35
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant