Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all group across 1 directory with 23 updates #7357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2025

Bumps the all group with 16 updates in the / directory:

Package From To
code.cloudfoundry.org/bytefmt 0.0.0-20240604172014-5a751eb643b0 0.30.0
github.com/agnivade/levenshtein 1.1.1 1.2.1
github.com/aws/aws-sdk-go-v2 1.30.3 1.36.3
github.com/cheggaaa/pb/v3 3.1.5 3.1.7
github.com/emicklei/proto 1.13.2 1.14.0
github.com/hashicorp/go-getter 1.7.5 1.7.8
github.com/hashicorp/hcl/v2 2.20.1 2.23.0
github.com/hashicorp/terraform-json 0.22.1 0.24.0
github.com/moby/buildkit 0.19.0 0.20.0
github.com/open-policy-agent/opa 0.68.0 1.2.0
github.com/tdewolff/minify/v2 2.20.32 2.21.3
github.com/tidwall/gjson 1.17.1 1.18.0
mvdan.cc/sh/v3 3.8.0 3.10.0
k8s.io/api 0.32.1 0.32.2
k8s.io/client-go 0.32.1 0.32.2
sigs.k8s.io/controller-runtime 0.14.6 0.20.2

Updates code.cloudfoundry.org/bytefmt from 0.0.0-20240604172014-5a751eb643b0 to 0.30.0

Commits

Updates github.com/agnivade/levenshtein from 1.1.1 to 1.2.1

Commits
  • 813c5d3 Add additional cases to corpus
  • d0e375c Implement native fuzzing in Go
  • fac16fe Add tests on long strings with few different characters
  • 4e472bb Remove leading and trailing identical runes
  • 02603e0 Use min() builtin function, update Go minimum version to 1.21
  • 8c681eb Update dgryski/trifles to latest version
  • f8ac98b Update CI to use 1.23
  • aad2eb7 Update CI to use 1.20
  • 352e1e7 Update CI to 1.19
  • 221f3cb Include new Go versions
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.36.3

Commits

Updates github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.7

Commits
  • 555a83b require go1.18
  • 03653c2 update go mods
  • 6f99b91 replace Sprintf to Sprint; possible fix for #227
  • 634b527 Merge pull request #226 from cheggaaa/dependabot/go_modules/v3/github.com/mat...
  • 72db192 Merge pull request #225 from secDre4mer/master
  • 1897845 Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 in /v3
  • 4d7e5a0 feat: AIX support
  • d0803d4 Merge pull request #224 from cheggaaa/dependabot/go_modules/v3/github.com/fat...
  • bce8d1a Bump github.com/fatih/color from 1.17.0 to 1.18.0 in /v3
  • 4ca3463 Merge pull request #221 from cheggaaa/dependabot/go_modules/v3/github.com/fat...
  • Additional commits viewable in compare view

Updates github.com/emicklei/proto from 1.13.2 to 1.14.0

Changelog

Sourced from github.com/emicklei/proto's changelog.

v1.14.0 (2024-12-18)

  • parse edition element (PR #147, ISSUE #145)

v1.13.4 (2024-12-17)

  • fixed handling identifiers known as numbers by scanner (PR #146)

v1.13.3 (2024-12-04)

  • fixed inline comment in option (#143)
Commits

Updates github.com/google/pprof from 0.0.0-20241029153458-d1b30febd7db to 0.0.0-20250208200701-d0013a598941

Commits

Updates github.com/hashicorp/go-getter from 1.7.5 to 1.7.8

Release notes

Sourced from github.com/hashicorp/go-getter's releases.

v1.7.8

What's Changed

Full Changelog: hashicorp/go-getter@v1.7.7...v1.7.8

v1.7.7

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.6...v1.7.7

v1.7.6

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.5...v1.7.6

Commits
  • f7836fb sec: fix s3 and gcs host checks (#512)
  • 7dddd13 Merge pull request #515 from hashicorp/Vulnerability_Fix_v1
  • 0f05341 IND-1804 Updating .goreleaser.yml file with valid version
  • 81c6950 Merge pull request #514 from hashicorp/Vulnerability_Fix_v1
  • d315d97 IND-1804 Updating arguments in github release CI
  • 6552f72 Merge pull request #513 from hashicorp/Vulnerability_Fix_v1
  • 2e56c18 IND-1804 Bump up dependencies to remediate vulnerabiities
  • 842d6c3 Merge pull request #505 from mukeshjc/main
  • 7edd4e0 Add CODEOWNERS file in .github/CODEOWNERS
  • 6077ad5 Merge pull request #409 from hashicorp/compliance/add-headers
  • Additional commits viewable in compare view

Updates github.com/hashicorp/hcl/v2 from 2.20.1 to 2.23.0

Release notes

Sourced from github.com/hashicorp/hcl/v2's releases.

v2.23.0

What's Changed

Full Changelog: hashicorp/hcl@v2.22.0...v2.23.0

v2.22.0

Enhancements

  • feat: return an ExprSyntaxError for invalid references that end in a dot (#692)

v2.21.0

Enhancements

  • Introduce ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)
  • ext/dynblock: Now accepts marked values in for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)

Bugs Fixed

  • Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
Changelog

Sourced from github.com/hashicorp/hcl/v2's changelog.

v2.23.0 (November 15, 2024)

Bugs Fixed

  • Preserve marks when traversing through unknown values. (#699)
  • Retain marks through conditional and for expressions. (#710)

v2.22.0 (August 26, 2024)

Enhancements

  • feat: return an ExprSyntaxError for invalid references that end in a dot (#692)

v2.21.0 (June 19, 2024)

Enhancements

  • Introduce ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)
  • ext/dynblock: Now accepts marked values in for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)

Bugs Fixed

  • Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
Commits
  • 56a9aee Merge pull request #710 from hashicorp/jbardin/marked-conditions
  • b48ba6e pass marks through unknown ForExpr values
  • bbfec2d pass all marks through conditional expressions
  • d20d07f github: Pin action refs to latest trusted by TSCCR (#700)
  • 3883feb docs(ext/dynblock): recursive function call typo in detecting variables (#686)
  • 2eb163f Merge pull request #701 from hashicorp/d/fix-typo
  • 65971e8 docs: use 'by' instead of 'prior to'
  • 1dfc778 docs: fix typo
  • 78fe993 Merge pull request #699 from hashicorp/jbardin/marked-traversals
  • e2f43f4 Preserve marks when traversing unknown values
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-json from 0.22.1 to 0.24.0

Release notes

Sourced from github.com/hashicorp/terraform-json's releases.

v0.24.0

ENHANCEMENTS:

INTERNAL:

New Contributors

Full Changelog: hashicorp/terraform-json@v0.23.0...v0.24.0

v0.23.0

ENHANCEMENTS:

INTERNAL:

Full Changelog: hashicorp/terraform-json@v0.22.1...v0.23.0

Commits
  • 338fe14 Add support for write-only attributes (#146)
  • 1a30a75 Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 (#145)
  • 9a1f317 ci: Report test coverage (#144)
  • 2bee7b5 Add CONTRIBUTING.md (#143)
  • e8de569 build(deps): Bump workflows to latest trusted versions (#141)
  • 888d47a build(deps): Bump workflows to latest trusted versions (#140)
  • 76bdbbf build(deps): Bump workflows to latest trusted versions (#139)
  • 51492df Add support for ephemeral resources (#138)
  • 3b3d508 Merge pull request #137 from imakewebthings/ct/backstage-catalog-info
  • c285c1a Add a catalog-info.yaml file for Backstage
  • Additional commits viewable in compare view

Updates github.com/moby/buildkit from 0.19.0 to 0.20.0

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.20.0

Welcome to the v0.20.0 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • CrazyMax
  • Tõnis Tiigi
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • Akihiro Suda
  • Anthony Nandaa
  • Shaun Thompson
  • Austin Vazquez
  • Bertrand Paquet
  • Brian Goff
  • Pranav Pandit

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.14.0
  • Github Actions cache backend has been updated to support v2 API. Github is expected to stop supporting V1 API from March 1st 2025. #5720 #5750 #5754
  • Support for CDI (Container Device Interface) devices has been added allowing builds to use GPUs and other defined devices. Build steps can now request devices to be injected into the container, if they are permitted to do so. In Dockerfile, devices are currently available in the labs channel. #4056 #5722 #5726 #5729 #5742
  • History record APIs now support server-side filters and limiting amount of records returned. #5705
  • Update Runc to v1.2.5. #5741
  • Embedded binfmt emulators in the release image have been updated to QEMU v9.2.0 #5695 #5736
  • Fix possible errors from credentials expiration for long builds. #5684
  • Fix possible crash from S3 remote cache backend. #5597
  • Fix possible record leak in Bolt database. #5692
  • Fix invalid warning messages when running subrequests (e.g. check, outline) for a specific platform. #5730

Dependency Changes

  • github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 -> v1.16.0
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 -> v1.8.0
  • github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 -> v1.10.0
  • github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 -> v1.5.0
  • github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 -> v1.3.2
  • github.com/containerd/cgroups/v3 v3.0.3 -> v3.0.5
  • github.com/containerd/fuse-overlayfs-snapshotter/v2 v2.1.0 -> v2.1.1
  • github.com/containerd/go-cni v1.1.11 -> v1.1.12
  • github.com/docker/cli v27.5.0 -> v27.5.1
  • github.com/docker/docker v27.5.0 -> v27.5.1
  • github.com/moby/term v0.5.0 -> v0.5.2
  • github.com/package-url/packageurl-go 89078438f170 -> v0.1.1
  • github.com/petermattis/goid 4fcff4a6cae7 new

... (truncated)

Commits
  • 121ecd5 Merge pull request #5761 from jsternberg/v0.20.0-picks
  • c7153d1 cache(gha): fix missing user-agent for importer
  • c016cda cache(gha): set user-agent for github cache service requests
  • 6cad2f9 Merge pull request #5755 from crazy-max/0.20_backport_rc3
  • b0f75aa test: handle gha cache v2
  • 5ae6c31 buildctl: set fallback url for gha cache
  • 61f13c0 dockerfile: update runc to 1.2.5
  • 281e8c9 client: test cdi entitlement
  • f901bcc cdi: test find devices
  • e500309 cdi: keep auto refresh
  • Additional commits viewable in compare view

Updates github.com/open-policy-agent/opa from 0.68.0 to 1.2.0

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v1.2.0

This release contains a mix of features, performance improvements, and bugfixes.

Parameterized Rego Tests (#2176)

Rego tests now support parameterization, allowing a single test rule to include multiple, hierarchical, named test cases. This feature is useful for data-driven testing, where a single test rule can be used for multiple test cases with different inputs and expected outputs.

package example_test
test_concat[note] if {
some note, tc in {
"empty + empty": {
"a": [],
"b": [],
"exp": [],
},
"empty + filled": {
"a": [],
"b": [1, 2],
"exp": [1, 2],
},
"filled + filled": {
"a": [1, 2],
"b": [3, 4],
"exp": [1, 2, 3], # Faulty expectation, this test case will fail
},
}
act := array.concat(tc.a, tc.b)
act == tc.exp

}

$ opa test example_test.rego
example_test.rego:
data.example_test.test_concat: FAIL (263.375µs)
  empty + empty: PASS
  empty + filled: PASS
  filled + filled: FAIL
--------------------------------------------------------------------------------
FAIL: 1/1

See the documentation for more information.

Authored by @​johanfylling, reported by @​anderseknert

... (truncated)

Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

1.2.0

This release contains a mix of features, performance improvements, and bugfixes.

Parameterized Rego Tests (#2176)

Rego tests now support parameterization, allowing a single test rule to include multiple, hierarchical, named test cases. This feature is useful for data-driven testing, where a single test rule can be used for multiple test cases with different inputs and expected outputs.

package example_test
test_concat[note] if {
some note, tc in {
"empty + empty": {
"a": [],
"b": [],
"exp": [],
},
"empty + filled": {
"a": [],
"b": [1, 2],
"exp": [1, 2],
},
"filled + filled": {
"a": [1, 2],
"b": [3, 4],
"exp": [1, 2, 3], # Faulty expectation, this test case will fail
},
}
act := array.concat(tc.a, tc.b)
act == tc.exp

}

$ opa test example_test.rego
example_test.rego:
data.example_test.test_concat: FAIL (263.375µs)
  empty + empty: PASS
  empty + filled: PASS
  filled + filled: FAIL
--------------------------------------------------------------------------------
FAIL: 1/1

See the documentation for more information.

Authored by @​johanfylling, reported by @​anderseknert

... (truncated)

Commits
  • d537788 Release v1.2.0 (#7403)
  • d6b8e6d perf: various small improvements (#7357)
  • e46696e ci: Using fetch-depth when fetching tags (#7400)
  • 85eaacd docs: Add note about v1.0 addr behaviour (#7398)
  • 83c8e0e ci: Adding fetch-tags under with in GHA (#7397)
  • 10d1a54 Explicitly fetching fetching git tags for CI builds (#7395)
  • 6088316 build(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7.26 (#7392)
  • 3ab892f docs: Update homepage examples to drop v1 import (#7391)
  • bad1b1a build(deps): bump github.com/prometheus/client_golang (#7375)
  • e75f583 build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 (#7389)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.8.1 to 1.9.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.9.1

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

Updates github.com/spf13/pflag from 1.0.5 to 1.0.6

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.6

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

Commits

Updates github.com/tdewolff/minify/v2 from 2.20.32 to 2.21.3

Release notes

Sourced from github.com/tdewolff/minify/v2's releases.

v2.21.3

v2.21.2

  • HTML: fix parsing of tags with special characters, fixes #772 and #743

v2.21.1

v2.21.0

v2.20.37

v2.20.36

v2.20.35

v2.20.34

v2.20.33

Commits
  • 859c9a5 Merge branch 'master' of github.com:tdewolff/minify
  • 7734bb0 Rename benchmarks/ to _benchmarks/, fixes #792
  • a0c9f63 Merge pull request #788 from JasonnnW3000/master
  • af50d9c Update LICENSE, fix license year
  • e93b17d Merge pull request #776 from tdewolff/dependabot/github_actions/pypa/cibuildw...
  • 1528e0a Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
  • 9acf437 Merge pull request #775 from emmanuel-ferdman/master
  • 07de37b Update license reference
  • a5e1af6 Merge pull request #774 from tdewolff/dependabot/npm_and_yarn/bindings/js/nod...
  • f0359e9 Merge pull request #773 from tdewolff/dependabot/npm_and_yarn/bindings/js/cro...
  • Additional commits viewable in compare view

Updates github.com/tidwall/gjson from 1.17.1 to 1.18.0

Commits
  • 133f42c Generally faster parsing
  • 92dff34 Update README.md
  • 5ab551f Add flag for disab...

    Description has been truncated

Bumps the all group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.0.0-20240604172014-5a751eb643b0` | `0.30.0` |
| [github.com/agnivade/levenshtein](https://github.com/agnivade/levenshtein) | `1.1.1` | `1.2.1` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.3` | `1.36.3` |
| [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb) | `3.1.5` | `3.1.7` |
| [github.com/emicklei/proto](https://github.com/emicklei/proto) | `1.13.2` | `1.14.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.5` | `1.7.8` |
| [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) | `2.20.1` | `2.23.0` |
| [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) | `0.22.1` | `0.24.0` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.19.0` | `0.20.0` |
| [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) | `0.68.0` | `1.2.0` |
| [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.20.32` | `2.21.3` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.1` | `1.18.0` |
| [mvdan.cc/sh/v3](https://github.com/mvdan/sh) | `3.8.0` | `3.10.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.14.6` | `0.20.2` |



Updates `code.cloudfoundry.org/bytefmt` from 0.0.0-20240604172014-5a751eb643b0 to 0.30.0
- [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
- [Commits](https://github.com/cloudfoundry/bytefmt/commits/v0.30.0)

Updates `github.com/agnivade/levenshtein` from 1.1.1 to 1.2.1
- [Commits](agnivade/levenshtein@v1.1.1...v1.2.1)

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.3 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.36.3)

Updates `github.com/cheggaaa/pb/v3` from 3.1.5 to 3.1.7
- [Commits](cheggaaa/pb@v3.1.5...v3.1.7)

Updates `github.com/emicklei/proto` from 1.13.2 to 1.14.0
- [Changelog](https://github.com/emicklei/proto/blob/master/CHANGES.md)
- [Commits](emicklei/proto@v1.13.2...v1.14.0)

Updates `github.com/google/pprof` from 0.0.0-20241029153458-d1b30febd7db to 0.0.0-20250208200701-d0013a598941
- [Commits](https://github.com/google/pprof/commits)

Updates `github.com/hashicorp/go-getter` from 1.7.5 to 1.7.8
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.5...v1.7.8)

Updates `github.com/hashicorp/hcl/v2` from 2.20.1 to 2.23.0
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](hashicorp/hcl@v2.20.1...v2.23.0)

Updates `github.com/hashicorp/terraform-json` from 0.22.1 to 0.24.0
- [Release notes](https://github.com/hashicorp/terraform-json/releases)
- [Commits](hashicorp/terraform-json@v0.22.1...v0.24.0)

Updates `github.com/moby/buildkit` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.19.0...v0.20.0)

Updates `github.com/open-policy-agent/opa` from 0.68.0 to 1.2.0
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.68.0...v1.2.0)

Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.1...v1.9.1)

Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.5...v1.0.6)

Updates `github.com/tdewolff/minify/v2` from 2.20.32 to 2.21.3
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.20.32...v2.21.3)

Updates `github.com/tidwall/gjson` from 1.17.1 to 1.18.0
- [Commits](tidwall/gjson@v1.17.1...v1.18.0)

Updates `github.com/zclconf/go-cty` from 1.14.4 to 1.15.1
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.14.4...v1.15.1)

Updates `golang.org/x/net` from 0.34.0 to 0.35.0
- [Commits](golang/net@v0.34.0...v0.35.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.30.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.30.0)

Updates `mvdan.cc/sh/v3` from 3.8.0 to 3.10.0
- [Release notes](https://github.com/mvdan/sh/releases)
- [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md)
- [Commits](mvdan/sh@v3.8.0...v3.10.0)

Updates `k8s.io/api` from 0.32.1 to 0.32.2
- [Commits](kubernetes/api@v0.32.1...v0.32.2)

Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2
- [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2)

Updates `k8s.io/client-go` from 0.32.1 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.1...v0.32.2)

Updates `sigs.k8s.io/controller-runtime` from 0.14.6 to 0.20.2
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.14.6...v0.20.2)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/bytefmt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/agnivade/levenshtein
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/cheggaaa/pb/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/emicklei/proto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/pprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/hashicorp/terraform-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/open-policy-agent/opa
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/spf13/pflag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/zclconf/go-cty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mvdan.cc/sh/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 28, 2025 18:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 28, 2025
@github-actions github-actions bot added bug Something isn't working docker Docker query terraform Terraform query azure PR related with Azure Cloud aws PR related with AWS Cloud kubernetes Kubernetes query dockerfile labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws PR related with AWS Cloud azure PR related with Azure Cloud bug Something isn't working dependencies Pull requests that update a dependency file docker Docker query dockerfile go Pull requests that update Go code kubernetes Kubernetes query terraform Terraform query
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants