Skip to content

chores: bump the go-modules group with 31 updates - #282

Merged
GrigoryPervakov merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-720c30d33f
Jul 28, 2026
Merged

chores: bump the go-modules group with 31 updates#282
GrigoryPervakov merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-720c30d33f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 31 updates:

Package From To
k8s.io/api 0.36.2 0.36.3
k8s.io/apiextensions-apiserver 0.36.2 0.36.3
k8s.io/apimachinery 0.36.2 0.36.3
k8s.io/client-go 0.36.2 0.36.3
github.com/docker/go-connections 0.7.0 0.8.1
github.com/go-faster/errors 0.7.1 0.8.0
github.com/go-openapi/swag 0.27.3 0.28.0
github.com/go-openapi/swag/cmdutils 0.27.3 0.28.0
github.com/go-openapi/swag/conv 0.27.3 0.28.0
github.com/go-openapi/swag/fileutils 0.27.3 0.28.0
github.com/go-openapi/swag/jsonutils 0.27.3 0.28.0
github.com/go-openapi/swag/loading 0.27.3 0.28.0
github.com/go-openapi/swag/mangling 0.27.3 0.28.0
github.com/go-openapi/swag/netutils 0.27.3 0.28.0
github.com/go-openapi/swag/pools 0.27.3 0.28.0
github.com/go-openapi/swag/stringutils 0.27.3 0.28.0
github.com/go-openapi/swag/typeutils 0.27.3 0.28.0
github.com/go-openapi/swag/yamlutils 0.27.3 0.28.0
github.com/google/cel-go 0.29.2 0.30.0
github.com/magiconair/properties 1.8.10 1.18.11
github.com/moby/go-archive 0.2.0 0.2.1
github.com/moby/moby/client 0.5.0 0.5.1
github.com/prometheus/client_golang 1.24.0 1.24.1
github.com/prometheus/common 0.70.0 0.70.1
go.opentelemetry.io/proto/otlp 1.10.0 1.11.0
go.yaml.in/yaml/v3 3.0.4 3.0.5
google.golang.org/genproto/googleapis/api 0.0.0-20260526163538-3dc84a4a5aaa 0.0.0-20260720211330-0afa2a65878a
google.golang.org/genproto/googleapis/rpc 0.0.0-20260610212136-7ab31c22f7ad 0.0.0-20260720211330-0afa2a65878a
k8s.io/apiserver 0.36.2 0.36.3
k8s.io/component-base 0.36.2 0.36.3
k8s.io/streaming 0.36.2 0.36.3

Updates k8s.io/api from 0.36.2 to 0.36.3

Commits
  • 3fde3c4 Update dependencies to v0.36.3 tag
  • 53c47b9 Merge pull request #140296 from jpbetz/cherry-pick-smd-306-revert
  • 1831886 Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3
  • See full diff in compare view

Updates k8s.io/apiextensions-apiserver from 0.36.2 to 0.36.3

Commits
  • 2e78d6f Update dependencies to v0.36.3 tag
  • 4b2f007 Merge pull request #140296 from jpbetz/cherry-pick-smd-306-revert
  • c8a9346 Add e2e test for setting maps and slices to null via SSA
  • b387965 Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.36.2 to 0.36.3

Commits
  • 40bf4b2 Update dependencies to v0.36.3 tag
  • 34d46be Merge pull request #140296 from jpbetz/cherry-pick-smd-306-revert
  • 66a3724 Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3
  • See full diff in compare view

Updates k8s.io/client-go from 0.36.2 to 0.36.3

Commits
  • 44a8af2 Update dependencies to v0.36.3 tag
  • f501ada Merge pull request #140296 from jpbetz/cherry-pick-smd-306-revert
  • a43e1d7 Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3
  • See full diff in compare view

Updates github.com/docker/go-connections from 0.7.0 to 0.8.1

Commits
  • 9c9e2db Merge pull request #167 from thaJeztah/fix_illumos
  • de1f4dc sockets: fix compilation on illumos
  • 4a7495e ci: add cross-build target
  • 754f906 Merge pull request #158 from thaJeztah/no_umask
  • 20f47a1 sockets: read somaxconn from system instead of SOMAXCONN
  • e195e2a sockets: set socket permissions without umask hack
  • 32c72ec Merge pull request #162 from thaJeztah/abstract_sockets
  • f3526e5 sockets: improve abstract Unix socket handling
  • fd93b41 Merge pull request #163 from thaJeztah/rm_log
  • d0c7559 sockets: update more tests to use tempSocketPath utility
  • Additional commits viewable in compare view

Updates github.com/go-faster/errors from 0.7.1 to 0.8.0

Release notes

Sourced from github.com/go-faster/errors's releases.

v0.8.0

What's Changed

Full Changelog: go-faster/errors@v0.7.1...v0.8.0

Commits
  • 9e48784 ci: drop broken go-faster/x release workflow
  • 40896d0 ci: replace broken go-faster/x workflows with local test and lint
  • bb1482a Merge pull request #32 from go-faster/fix/errorf-vet-w
  • 0e7f0b2 fix: make vet recognize %w support in Errorf
  • 308faaf docs: state that Wrap(nil) returns non-nil, pin with test
  • See full diff in compare view

Updates github.com/go-openapi/swag from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/cmdutils from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/cmdutils's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/conv from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/conv's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/fileutils from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/fileutils's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/jsonutils from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/jsonutils's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/loading from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/loading's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/mangling from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/mangling's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/netutils from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/netutils's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/pools from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/pools's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/stringutils from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/stringutils's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/typeutils from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/typeutils's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/yamlutils from 0.27.3 to 0.28.0

Release notes

Sourced from github.com/go-openapi/swag/yamlutils's releases.

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/google/cel-go from 0.29.2 to 0.30.0

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.30.0

What's Changed

New Contributors

Full Changelog: cel-expr/cel-go@v0.29.2...v0.29.3

Commits
  • a492a70 Expression node limits for parser and checker (#1386)
  • b85d3bc Add cost tracking to ext/math.go (#1353)
  • 6f3625d Allow validators to be reconfigured (#1379)
  • e15d3ca Introduce cel.bind nesting limit (#1378)
  • 36ff97d copy operands in Bytes.Add to avoid aliasing the receiver (#1381)
  • af38f75 Fix unsound constant folding of x in [x] for NaN values (#1374)
  • 0175dbb Ensure logical operator fold expressions are bool (#1380)
  • 7ff0141 Add runnable examples for all expressions in celbyexample.com (#1373)
  • 270df17 async: Introduce Timeout and Retry wrappers (#1367)
  • 94b0cce Concurrent Eval with context.Context bound functions (#1369)
  • Additional commits viewable in compare view

Updates github.com/magiconair/properties from 1.8.10 to 1.18.11

Release notes

Sourced from github.com/magiconair/properties's releases.

v1.18.11

What's Changed

New Contributors

Full Changelog: magiconair/properties@v1.8.10...v1.18.11

Commits
  • 33f4151 Merge pull request #87 from sonnemusk/fix/strip-utf8-bom
  • 98cd75c Merge pull request #88 from magiconair/go-1.26
  • 8e0334b test with go1.25 and go1.26
  • 2410efa fix: strip UTF-8 BOM when loading properties
  • See full diff in compare view

Updates github.com/moby/go-archive from 0.2.0 to 0.2.1

Release notes

Sourced from github.com/moby/go-archive's releases.

v0.2.1

What's Changed

Test and CI changes

Bumps the go-modules group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.2` | `0.36.3` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.36.2` | `0.36.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.2` | `0.36.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.2` | `0.36.3` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.7.0` | `0.8.1` |
| [github.com/go-faster/errors](https://github.com/go-faster/errors) | `0.7.1` | `0.8.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/cmdutils](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/fileutils](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/mangling](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/netutils](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/pools](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/typeutils](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/go-openapi/swag/yamlutils](https://github.com/go-openapi/swag) | `0.27.3` | `0.28.0` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.29.2` | `0.30.0` |
| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.10` | `1.18.11` |
| [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.2.0` | `0.2.1` |
| [github.com/moby/moby/client](https://github.com/moby/moby) | `0.5.0` | `0.5.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.24.0` | `1.24.1` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.70.0` | `0.70.1` |
| [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) | `1.10.0` | `1.11.0` |
| [go.yaml.in/yaml/v3](https://github.com/yaml/go-yaml) | `3.0.4` | `3.0.5` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20260526163538-3dc84a4a5aaa` | `0.0.0-20260720211330-0afa2a65878a` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20260610212136-7ab31c22f7ad` | `0.0.0-20260720211330-0afa2a65878a` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.36.2` | `0.36.3` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.36.2` | `0.36.3` |
| [k8s.io/streaming](https://github.com/kubernetes/streaming) | `0.36.2` | `0.36.3` |


Updates `k8s.io/api` from 0.36.2 to 0.36.3
- [Commits](kubernetes/api@v0.36.2...v0.36.3)

Updates `k8s.io/apiextensions-apiserver` from 0.36.2 to 0.36.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.36.2...v0.36.3)

Updates `k8s.io/apimachinery` from 0.36.2 to 0.36.3
- [Commits](kubernetes/apimachinery@v0.36.2...v0.36.3)

Updates `k8s.io/client-go` from 0.36.2 to 0.36.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.2...v0.36.3)

Updates `github.com/docker/go-connections` from 0.7.0 to 0.8.1
- [Commits](docker/go-connections@v0.7.0...v0.8.1)

Updates `github.com/go-faster/errors` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/go-faster/errors/releases)
- [Commits](go-faster/errors@v0.7.1...v0.8.0)

Updates `github.com/go-openapi/swag` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/cmdutils` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/conv` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/fileutils` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/jsonutils` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/loading` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/mangling` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/netutils` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/pools` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/stringutils` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/typeutils` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/go-openapi/swag/yamlutils` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.3...v0.28.0)

Updates `github.com/google/cel-go` from 0.29.2 to 0.30.0
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](cel-expr/cel-go@v0.29.2...v0.30.0)

Updates `github.com/magiconair/properties` from 1.8.10 to 1.18.11
- [Release notes](https://github.com/magiconair/properties/releases)
- [Commits](magiconair/properties@v1.8.10...v1.18.11)

Updates `github.com/moby/go-archive` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/moby/go-archive/releases)
- [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go)
- [Commits](moby/go-archive@v0.2.0...v0.2.1)

Updates `github.com/moby/moby/client` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.5.1/CHANGELOG.md)
- [Commits](moby/moby@v0.5.0...v0.5.1)

Updates `github.com/prometheus/client_golang` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.24.0...v1.24.1)

Updates `github.com/prometheus/common` from 0.70.0 to 0.70.1
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.70.0...v0.70.1)

Updates `go.opentelemetry.io/proto/otlp` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
- [Commits](open-telemetry/opentelemetry-proto-go@v1.10.0...v1.11.0)

Updates `go.yaml.in/yaml/v3` from 3.0.4 to 3.0.5
- [Commits](yaml/go-yaml@v3.0.4...v3.0.5)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20260526163538-3dc84a4a5aaa to 0.0.0-20260720211330-0afa2a65878a
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20260610212136-7ab31c22f7ad to 0.0.0-20260720211330-0afa2a65878a
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `k8s.io/apiserver` from 0.36.2 to 0.36.3
- [Commits](kubernetes/apiserver@v0.36.2...v0.36.3)

Updates `k8s.io/component-base` from 0.36.2 to 0.36.3
- [Commits](kubernetes/component-base@v0.36.2...v0.36.3)

Updates `k8s.io/streaming` from 0.36.2 to 0.36.3
- [Commits](kubernetes/streaming@v0.36.2...v0.36.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-faster/errors
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/cmdutils
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/netutils
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/pools
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/google/cel-go
  dependency-version: 0.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/magiconair/properties
  dependency-version: 1.18.11
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/moby/go-archive
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/prometheus/common
  dependency-version: 0.70.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/proto/otlp
  dependency-version: 1.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.yaml.in/yaml/v3
  dependency-version: 3.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20260720211330-0afa2a65878a
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20260720211330-0afa2a65878a
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/apiserver
  dependency-version: 0.36.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/component-base
  dependency-version: 0.36.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/streaming
  dependency-version: 0.36.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2026
@GrigoryPervakov
GrigoryPervakov merged commit aee1c5b into main Jul 28, 2026
27 checks passed
@GrigoryPervakov
GrigoryPervakov deleted the dependabot/go_modules/go-modules-720c30d33f branch July 28, 2026 15:34
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