cloud-provider-gcp
cloud-provider-gcp copied to clipboard
Bump the gomod-dependencies group across 1 directory with 13 updates
Bumps the gomod-dependencies group with 6 updates in the /providers directory:
Package | From | To |
---|---|---|
github.com/GoogleCloudPlatform/k8s-cloud-provider | 1.25.0 |
1.33.0 |
gopkg.in/gcfg.v1 | 1.2.0 |
1.2.3 |
k8s.io/api | 0.30.0 |
0.31.1 |
k8s.io/client-go | 0.30.0 |
0.31.1 |
k8s.io/component-base | 0.30.0 |
0.31.1 |
k8s.io/cloud-provider | 0.30.0 |
0.31.1 |
Updates github.com/GoogleCloudPlatform/k8s-cloud-provider
from 1.25.0 to 1.33.0
Release notes
Sourced from github.com/GoogleCloudPlatform/k8s-cloud-provider's releases.
v1.29.0
What's Changed
- Add region neg support by
@asiawildboar
in GoogleCloudPlatform/k8s-cloud-provider#208New Contributors
@asiawildboar
made their first contribution in GoogleCloudPlatform/k8s-cloud-provider#208Full Changelog: https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/v1.28.0...v1.29.0
v1.27.0
What's Changed
- Add method SetSecurityPolicy to RegionBackendServices by
@wstcliyu
in GoogleCloudPlatform/k8s-cloud-provider#172New Contributors
@wstcliyu
made their first contribution in GoogleCloudPlatform/k8s-cloud-provider#172Full Changelog: https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/v1.26.0...v1.27.0
Commits
dfd8495
Merge pull request #217 from akwi-github/bs_metadata_update_test6101807
Add BackendServiceMetadataUpdate test1d9f245
Merge pull request #222 from akwi-github/fix_compression_mode6ebb665
Merge pull request #218 from akwi-github/ensure_tcpr_test73f8297
Add EnsureTcpRoute test0d95674
Merge pull request #223 from briantkennedy/locationa40d5e4
Add location method to Key.1b37761
Merge pull request #219 from akwi-github/ensure_bs_testd991dda
Add EnsureBackendService test6649a91
Merge pull request #221 from AwesomePatrol/fix-361065819- Additional commits viewable in compare view
Updates github.com/stretchr/testify
from 1.8.4 to 1.9.0
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.9.0
What's Changed
- Fix Go modules version by
@SuperQ
in stretchr/testify#1394- Document that require is not safe to call in created goroutines by
@programmer04
in stretchr/testify#1392- Remove myself from MAINTAINERS.md by
@mvdkleijn
in stretchr/testify#1367- Correct spelling/grammar by
@echarrod
in stretchr/testify#1389- docs: Update URLs in README by
@davidjb
in stretchr/testify#1349- Update mockery link to Github Pages in README by
@LandonTClipp
in stretchr/testify#1346- docs: Fix typos in tests and comments by
@alexandear
in stretchr/testify#1410- CI: tests from go1.17 by
@SuperQ
in stretchr/testify#1409- Fix adding ? when no values passed by
@lesichkovm
in stretchr/testify#1320- codegen: use standard header for generated files by
@dolmen
in stretchr/testify#1406- mock: AssertExpectations log reason only on failure by
@hikyaru-suzuki
in stretchr/testify#1360- assert: fix flaky TestNeverTrue by
@dolmen
in stretchr/testify#1417- README: fix typos "set up" vs "setup" by
@ossan-dev
in stretchr/testify#1428- mock: move regexp compilation outside of
Called
by@aud10slave
in stretchr/testify#631- assert: refactor internal func getLen() by
@dolmen
in stretchr/testify#1445- mock: deprecate type AnythingOfTypeArgument (#1434) by
@dolmen
in stretchr/testify#1441- Remove no longer needed assert.canConvert by
@alexandear
in stretchr/testify#1470- assert: ObjectsAreEqual: use time.Equal for time.Time types by
@tscales
in stretchr/testify#1464- Bump actions/checkout from 3 to 4 by
@dependabot
in stretchr/testify#1466- Bump actions/setup-go from 3.2.0 to 4.1.0 by
@dependabot
in stretchr/testify#1451- fix: make EventuallyWithT concurrency safe by
@czeslavo
in stretchr/testify#1395- assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by
@hidu
in stretchr/testify#1484- assert.EqualExportedValues: fix handling of arrays by
@zrbecker
in stretchr/testify#1473- .github: use latest Go versions by
@kevinburkesegment
in stretchr/testify#1489- assert: Deprecate EqualExportedValues by
@HaraldNordgren
in stretchr/testify#1488- suite: refactor test assertions by
@alexandear
in stretchr/testify#1474- suite: fix SetupSubTest and TearDownSubTest execution order by
@linusbarth
in stretchr/testify#1471- docs: Fix deprecation comments for http package by
@alexandear
in stretchr/testify#1335- Add map support doc comments to Subset and NotSubset by
@jedevc
in stretchr/testify#1306- TestErrorIs/TestNotErrorIs: check error message contents by
@craig65535
in stretchr/testify#1435- suite: fix subtest names (fix #1501) by
@dolmen
in stretchr/testify#1504- assert: improve unsafe.Pointer tests by
@dolmen
in stretchr/testify#1505- assert: simplify isNil implementation by
@dolmen
in stretchr/testify#1506- assert.InEpsilonSlice: fix expected/actual order and other improvements by
@dolmen
in stretchr/testify#1483- Fix dependency cycle with objx #1292 by
@dolmen
in stretchr/testify#1453- mock: refactor TestIsArgsEqual by
@dolmen
in stretchr/testify#1444- mock: optimize argument matching checks by
@dolmen
in stretchr/testify#1416- assert: fix TestEventuallyTimeout by
@dolmen
in stretchr/testify#1412- CI: add go 1.21 in GitHub Actions by
@dolmen
in stretchr/testify#1450- suite: fix recoverAndFailOnPanic to report test failure at the right location by
@dolmen
in stretchr/testify#1502- Update maintainers by
@brackendawson
in stretchr/testify#1533- assert: Fix EqualValues to handle overflow/underflow by
@arjunmahishi
in stretchr/testify#1531- assert: better formatting for Len() error by
@kevinburkesegment
in stretchr/testify#1485- Ensure AssertExpectations does not fail in skipped tests by
@ianrose14
in stretchr/testify#1331- suite: fix deadlock in suite.Require()/Assert() by
@arjunmahishi
in stretchr/testify#1535- Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by
@brackendawson
in stretchr/testify#1537- [chore] Add issue templates by
@arjunmahishi
in stretchr/testify#1538- Update the build status badge by
@brackendawson
in stretchr/testify#1540
... (truncated)
Commits
bb548d0
Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075f
build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612
Merge pull request #1339 from bogdandrutu/uintptr5b6926d
Merge pull request #1385 from hslatman/not-implements9f97d67
Merge pull request #1550 from stretchr/release-notesbcb0d3f
Include the auto-release notes in releasesfb770f8
Merge pull request #1247 from ccoVeille/typos85d8bb6
fix typos in comments, tests and github templatese2741fa
Merge pull request #1548 from arjunmahishi/msgAndArgs6e59f20
http_assertions: assert that the msgAndArgs actually works in tests- Additional commits viewable in compare view
Updates golang.org/x/oauth2
from 0.13.0 to 0.21.0
Commits
5fd4241
google: update compute token refresh84cb9f7
oauth2: fix typo in comment4b7f0bd
go.mod: update cloud.google.com/go/compute/metadata dependencye11eea8
microsoft: added DeviceAuthURL to AzureADEndpointd0e617c
google: add Credentials.UniverseDomainProvider3c9c1f6
oauth2/google: fix the logic of sts 0 value of expires_in5a05c65
oauth2/google: fix remove content-type header from idms get requests3a6776a
appengine: drop obsolete code for AppEngine envs <=Go 1.1185231f9
go.mod: update golang.org/x dependencies34a7afa
google/externalaccount: add Config.UniverseDomain- Additional commits viewable in compare view
Updates google.golang.org/api
from 0.151.0 to 0.187.0
Release notes
Sourced from google.golang.org/api's releases.
v0.187.0
0.187.0 (2024-07-01)
Features
- all: Auto-regenerate discovery clients (#2655) (1a28e06)
- all: Auto-regenerate discovery clients (#2658) (719f988)
- all: Auto-regenerate discovery clients (#2659) (7cd88da)
- all: Auto-regenerate discovery clients (#2660) (3ca2f84)
- all: Auto-regenerate discovery clients (#2661) (0a238f5)
- all: Auto-regenerate discovery clients (#2663) (6e061ce)
Bug Fixes
- gensupport: Wrap chunk upload err for retries (#2657) (a758bc1)
- Pass through gRPC api key option to new auth lib (#2664) (e051997)
v0.186.0
0.186.0 (2024-06-25)
Features
- all: Auto-regenerate discovery clients (#2641) (72fb128)
- all: Auto-regenerate discovery clients (#2644) (20ffdd8)
- all: Auto-regenerate discovery clients (#2645) (c1a7681)
- all: Auto-regenerate discovery clients (#2648) (1bac79d)
- all: Auto-regenerate discovery clients (#2649) (695484b)
- all: Auto-regenerate discovery clients (#2652) (10c47f3)
- all: Auto-regenerate discovery clients (#2653) (bc370a7)
v0.185.0
0.185.0 (2024-06-18)
Features
- all: Auto-regenerate discovery clients (#2636) (51ff8a4)
- all: Auto-regenerate discovery clients (#2638) (0c868b2)
Bug Fixes
v0.184.0
0.184.0 (2024-06-12)
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
0.187.0 (2024-07-01)
Features
- all: Auto-regenerate discovery clients (#2655) (1a28e06)
- all: Auto-regenerate discovery clients (#2658) (719f988)
- all: Auto-regenerate discovery clients (#2659) (7cd88da)
- all: Auto-regenerate discovery clients (#2660) (3ca2f84)
- all: Auto-regenerate discovery clients (#2661) (0a238f5)
- all: Auto-regenerate discovery clients (#2663) (6e061ce)
Bug Fixes
- gensupport: Wrap chunk upload err for retries (#2657) (a758bc1)
- Pass through gRPC api key option to new auth lib (#2664) (e051997)
0.186.0 (2024-06-25)
Features
- all: Auto-regenerate discovery clients (#2641) (72fb128)
- all: Auto-regenerate discovery clients (#2644) (20ffdd8)
- all: Auto-regenerate discovery clients (#2645) (c1a7681)
- all: Auto-regenerate discovery clients (#2648) (1bac79d)
- all: Auto-regenerate discovery clients (#2649) (695484b)
- all: Auto-regenerate discovery clients (#2652) (10c47f3)
- all: Auto-regenerate discovery clients (#2653) (bc370a7)
0.185.0 (2024-06-18)
Features
- all: Auto-regenerate discovery clients (#2636) (51ff8a4)
- all: Auto-regenerate discovery clients (#2638) (0c868b2)
Bug Fixes
0.184.0 (2024-06-12)
Features
... (truncated)
Commits
b6c87f6
chore(main): release 0.187.0 (#2656)e051997
fix: pass through gRPC api key option to new auth lib (#2664)2ea4e07
chore(all): update all to dc46fd2 (#2662)6e061ce
feat(all): auto-regenerate discovery clients (#2663)0a238f5
feat(all): auto-regenerate discovery clients (#2661)3ca2f84
feat(all): auto-regenerate discovery clients (#2660)7cd88da
feat(all): auto-regenerate discovery clients (#2659)a758bc1
fix(gensupport): wrap chunk upload err for retries (#2657)719f988
feat(all): auto-regenerate discovery clients (#2658)1a28e06
feat(all): auto-regenerate discovery clients (#2655)- Additional commits viewable in compare view
Updates gopkg.in/gcfg.v1
from 1.2.0 to 1.2.3
Updates k8s.io/api
from 0.30.0 to 0.31.1
Commits
eb5129b
Update dependencies to v0.31.1 tag46f6230
Merge pull request #126761thockin/automated-cherry-pick-of-#126749
1857695
fix v1a3 ResourceSliceList metadata field name382a091
update codegen and openapi1073c1e
regen clients6f8e3bd
Review feedback437d97a
Coordinated Leader Election Alpha API63e21d3
Merge pull request #126243 from SergeyKanzhelev/devicePluginFailuresca07d5a
generated files7192863
add AllocatedResourcesStatus field to ContainerStatus- Additional commits viewable in compare view
Updates k8s.io/apimachinery
from 0.30.0 to 0.31.1
Commits
a8f449e
Falls back to SPDY for gorilla/websocket https proxy error62791ec
Merge pull request #125571 from liggitt/filter-auth-02-sarcc2ba35
add field and label selectors to authorization attributesce76a8f
generate35052c5
add subjectaccessreview field and label selectorsab06869
Merge pull request #126105 from benluddy/cbor-framer429f4e4
Implement runtime.Framer for CBOR Sequences.d7e1c53
Merge pull request #126018 from aroradaman/bump-k8s-utils07cb122
Merge pull request #125748 from benluddy/cbor-custom-marshalersdd17456
bump k8s.io/utils- Additional commits viewable in compare view
Updates k8s.io/client-go
from 0.30.0 to 0.31.1
Commits
c5196eb
Update dependencies to v0.31.1 tag5e3e8ea
informers: add comment that Start does not blockf71a5cc
Call non-blocking informerFactory.Start synchronously to avoid races4536e5a
Merge pull request #124012 from Jefftree/le-controller93c6a5b
Merge pull request #126353 from liggitt/fix-vendor6a9911a
revendor dependenciesfe54892
Merge pull request #126243 from SergeyKanzhelev/devicePluginFailures825f52e
Change PingTime to be persistentf45c451
fix ordering issue in candidates18dd587
feedback: leasecandidate clients- Additional commits viewable in compare view
Updates k8s.io/component-base
from 0.30.0 to 0.31.1
Commits
7a74912
Update dependencies to v0.31.1 tag6332889
Merge pull request #126344 from MikeSpreitzer/fix-12011295f30f1
[sample-apiserver] Fix: Use Correct Effective Version for kube (#125941)763ac17
Merge pull request #126353 from liggitt/fix-vendor40cf325
revendor dependenciesd64a96d
Relax noise margin in TestOneWeightedHistogram6cc953a
Merge pull request #126204 from vrutkovs/unsafeRecordQueried-atomicPointerf9413de
featuregate: clone queriedFeatures only when mutation is needed6f32dbe
Merge pull request #125926 from MadhavJivrajani/bump-staticcheck-exclude-SA100664c7d3f
.*: fix lint errors- Additional commits viewable in compare view
Updates k8s.io/klog/v2
from 2.120.1 to 2.130.1
Release notes
Sourced from k8s.io/klog/v2's releases.
Prepare klog release for Kubernetes v1.31 (Take 2)
What's Changed
- data race: avoid unprotected access to sb.file by
@pohly
in kubernetes/klog#408Full Changelog: https://github.com/kubernetes/klog/compare/v2.130.0...v2.130.1
Prepare klog release for Kubernetes v1.31 (Take 1)
What's Changed
- chore(*): fix spelling of Intel Corporation by
@jsoref
in kubernetes/klog#399- build: fix some linter warnings by
@pohly
in kubernetes/klog#402- examples: fix linter warning by
@pohly
in kubernetes/klog#406- Do not acquire lock for file.Sync() fsync call by
@1978629634
in kubernetes/klog#404- ktesting: tone down warning about leaked test goroutine by
@pohly
in kubernetes/klog#401New Contributors
@jsoref
made their first contribution in kubernetes/klog#399@1978629634
made their first contribution in kubernetes/klog#404Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.1...v2.130.0
Commits
75663bb
Merge pull request #408 from pohly/klog-flush-sync-fix2327d4c
data race: avoid unprotected access to sb.file16c7d26
Merge pull request #401 from pohly/ktesting-warning-delaycd24012
ktesting: tone down warning about leaked test goroutine2ee202a
Merge pull request #404 from 1978629634/fsync-freelock79575d8
Do not acquire lock for file.Sync() fsync call7af45d6
Merge pull request #406 from pohly/linterd008cfe
examples: fix linter warningab53041
Merge pull request #402 from pohly/linter-issuesff7c070
build: fix some linter warnings- Additional commits viewable in compare view
Updates k8s.io/utils
from 0.0.0-20230726121419-3b25d923346b to 0.0.0-20240711033017-18e509b52bc8
Commits
- See full diff in compare view
Updates cloud.google.com/go/compute/metadata
from 0.2.3 to 0.3.0
Changelog
Sourced from cloud.google.com/go/compute/metadata's changelog.
v0.3.0
- storage:
AdminClient replaced by methods on Client. Replace
adminClient.CreateBucket(ctx, bucketName, attrs)
with
client.Bucket(bucketName).Create(ctx, projectID, attrs)
BucketHandle.List replaced by BucketHandle.Objects. Replace
for query != nil { objs, err := bucket.List(d.ctx, query) if err != nil { ... } query = objs.Next for _, obj := range objs.Results { fmt.Println(obj) } }
with
iter := bucket.Objects(d.ctx, query) for { obj, err := iter.Next() if err == iterator.Done { break } if err != nil { ... } fmt.Println(obj) }
(The
iterator
package is atgoogle.golang.org/api/iterator
.)Replace
Query.Cursor
withObjectIterator.PageInfo().Token
.Replace
Query.MaxResults
withObjectIterator.PageInfo().MaxSize
.ObjectHandle.CopyTo replaced by ObjectHandle.CopierFrom. Replace
attrs, err := src.CopyTo(ctx, dst, nil)
with
... (truncated)
Commits
44b3a7d
Add autogenerated clients: debugger, iam, and tracec6705a9
bigquery: restore backwards-compatible Query.TableDefinitions.b8c1696
bigquery: add RowIterator, to replace Iterator5d33b1b
bigquery: Make Query more configurable and add a Run method.07f82cd
bigtable/bttest: Allow more time for concurrent mod test.b9d51d5
pubsub: implement on top of generated clientfa279f9
storage: don't fail tests loudly if cleanup fails139d2e0
examples/bigquery: update WriteDisposition field2912d48
bigquery: shorten Disposition field names2096d28
bigquery: add Table.Update- Additional commits viewable in compare view
Updates k8s.io/cloud-provider
from 0.30.0 to 0.31.1
Commits
970ae67
Update dependencies to v0.31.1 tagce7bef0
Merge pull request #125809 from aojea/cloud_hostnamecc641b6
Merge pull request #126018 from aroradaman/bump-k8s-utilscfc2a9b
bump k8s.io/utils6c37ed8
Merge pull request #125922 from dims/update_otel_27480a2ee
update OpenTelemetry dependencies and grpc6e5510e
add unit tests for hostname node.status.addresses2e650c1
Merge pull request #125759 from dims/bump-prometheus/common-v0.55.039089da
Merge pull request #124917 from vinayakankugoyal/kep4633fa0efb6
Merge pull request #125766 from dims/update-moby/spdystream-to-v0.4.0- Additional commits viewable in compare view
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