Skip to content

[pull] master from kubernetes:master#1065

Open
pull[bot] wants to merge 10000 commits intonext-stack:masterfrom
kubernetes:master
Open

[pull] master from kubernetes:master#1065
pull[bot] wants to merge 10000 commits intonext-stack:masterfrom
kubernetes:master

Conversation

@pull
Copy link

@pull pull bot commented Aug 12, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Aug 12, 2021
dependabot bot and others added 29 commits January 12, 2026 15:44
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 29.1.3+incompatible to 29.1.4+incompatible.
- [Commits](docker/cli@v29.1.3...v29.1.4)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 29.1.4+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Instead of using overlay in the container.

Name the cache volume, so that it is saved.
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.58.0...spanner/v1.59.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.38.0 to 0.39.0.
- [Commits](golang/term@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.30.0 to 0.32.0.
- [Commits](golang/mod@v0.30.0...v0.32.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the golang-org group with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.46.0 to 0.47.0
- [Commits](golang/crypto@v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-org
...

Signed-off-by: dependabot[bot] <support@github.com>
Use the regular upstream names for socket and service.

Don't use world-writable permissions for the binaries.

The socket starts the service when it is activated.

The units go in the installation and not in config.
Otherwise only root can use the nerdctl unix socket.
Instead of modifying the installation files directly.
Following up the discussion during latest office hours,
here is a minimal fix as alternative to PR #21739.

The premise is this:
- Both, backslash `\` and slash `/`, are valid path separators on Windows
- Current implementation of `MiniPath` function is correct
- Path normalisation is needed only at point of direct (string) comparison
  in order to avoid OS-specific separators

Before this fix, the `TestMiniPath` was failing with

--- FAIL: TestMiniPath (0.00s)
    --- FAIL: TestMiniPath//tmp/.minikube (0.00s)
        localpath_test.go:78: MiniPath expected to return '\tmp\.minikube', but got '/tmp/.minikube'

Signed-off-by: Mateusz Łoskot <mateusz@loskot.net>
Allows running with BR2_DOWNLOAD_FORCE_CHECK_HASHES=y

It should match BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
minikube-bot and others added 30 commits January 28, 2026 17:52
* chore: remove ARM architecture support from release checksums and Linux map.

* style: add blank lines to CHANGELOG.md
Utilization of `gh auth status` to obtain the token is a legacy method,
cli/cli#2157 which was replaced with
`gh auth token` command, cli/cli#6324
Ref #22578

Signed-off-by: Mateusz Łoskot <mateusz@loskot.net>
* chore: remove ARM architecture support from release checksums and Linux map.

* remove depdendabot from updating dockerfiles group

* remove depdendabot from updating dockerfiles group
…#22615)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v8...c0f553f)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

* Build(deps): Bump go.opentelemetry.io/otel from 1.39.0 to 1.40.0

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.39.0...v1.40.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update go.mod and go.sum

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: minikube-bot <minikube-bot@google.com>
#22611)

* Build(deps): Bump github.com/shirou/gopsutil/v4 from 4.25.12 to 4.26.1

Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.12 to 4.26.1.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.25.12...v4.26.1)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update go.mod and go.sum

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: minikube-bot <minikube-bot@google.com>
* Build(deps): Bump google.golang.org/api from 0.262.0 to 0.264.0

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.262.0 to 0.264.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.262.0...v0.264.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.264.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update go.mod and go.sum

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: minikube-bot <minikube-bot@google.com>
…22613)

* Build(deps): Bump cloud.google.com/go/storage from 1.59.1 to 1.59.2

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.59.1 to 1.59.2.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@storage/v1.59.1...storage/v1.59.2)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.59.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update go.mod and go.sum

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: minikube-bot <minikube-bot@google.com>
…22610)

* Build(deps): Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0

Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.39.0...v1.40.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update go.mod and go.sum

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: minikube-bot <minikube-bot@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.