gcp-filestore-csi-driver
gcp-filestore-csi-driver copied to clipboard
Bump the github-dependencies group across 1 directory with 27 updates
Bumps the github-dependencies group with 16 updates in the / directory:
| Package | From | To |
|---|---|---|
| cloud.google.com/go/compute/metadata | 0.3.0 |
0.4.0 |
| cloud.google.com/go/resourcemanager | 1.9.6 |
1.9.9 |
| github.com/container-storage-interface/spec | 1.8.0 |
1.10.0 |
| github.com/cespare/xxhash/v2 | 2.2.0 |
2.3.0 |
| github.com/emicklei/go-restful/v3 | 3.11.0 |
3.12.1 |
| github.com/evanphx/json-patch | 5.6.0+incompatible |
5.9.0+incompatible |
| github.com/go-logr/logr | 1.4.1 |
1.4.2 |
| github.com/go-openapi/jsonpointer | 0.19.6 |
0.21.0 |
| github.com/go-openapi/jsonreference | 0.20.2 |
0.21.0 |
| github.com/hashicorp/go-multierror | 1.1.0 |
1.1.1 |
| github.com/moby/sys/mountinfo | 0.6.2 |
0.7.1 |
| github.com/nxadm/tail | 1.4.8 |
1.4.11 |
| github.com/prometheus/client_golang | 1.16.0 |
1.19.1 |
| github.com/sirupsen/logrus | 1.9.0 |
1.9.3 |
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | 0.49.0 |
0.53.0 |
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | 0.49.0 |
0.53.0 |
Updates cloud.google.com/go/compute/metadata from 0.3.0 to 0.4.0
Release notes
Sourced from cloud.google.com/go/compute/metadata's releases.
grafeas: v0.3.7
0.3.7 (2024-07-01)
Bug Fixes
- grafeas: Bump google.golang.org/[email protected] (8fa9e39)
parallelstore: v0.3.2
0.3.2 (2024-07-01)
Bug Fixes
- parallelstore: Bump google.golang.org/[email protected] (8fa9e39)
errorreporting: v0.3.1
0.3.1 (2024-07-01)
Bug Fixes
Changelog
Sourced from cloud.google.com/go/compute/metadata's changelog.
v0.4.0
- bigquery: -
NewGCSReferenceis now a function, not a method onClient.
Table.LoaderFromnow accepts aReaderSource, enabling loading data into a table from a file or anyio.Reader.
Client.Table and Client.OpenTable have been removed. Replace
client.OpenTable("project", "dataset", "table")with
client.DatasetInProject("project", "dataset").Table("table")Client.CreateTable has been removed. Replace
client.CreateTable(ctx, "project", "dataset", "table")with
client.DatasetInProject("project", "dataset").Table("table").Create(ctx)Dataset.ListTables have been replaced with Dataset.Tables. Replace
tables, err := ds.ListTables(ctx)with
it := ds.Tables(ctx) for { table, err := it.Next() if err == iterator.Done { break } if err != nil { // TODO: Handle error. } // TODO: use table. }Client.Read has been replaced with Job.Read, Table.Read and Query.Read. Replace
it, err := client.Read(ctx, job)
... (truncated)
Commits
8c2dc61logging: check for exact # of logs in tests4791784logadmin: use generated iterators384ca55storage: use pointer receiver for ObjectAttrsbd8a5e8datastore: add new key functions09d95d9bigtable/bttest: add emulator support for DeleteCellsInFamily7ee19e7bigquery: restore semantics of ForceZeroQuotef7f94a2bigquery: clean up implementation of LoadSourcef9c9ec4storage: always send destination in compose request67f57c5storage: readObject method for tests28994ffbigtable: Use connection pool by default for data client.- Additional commits viewable in compare view
Updates cloud.google.com/go/resourcemanager from 1.9.6 to 1.9.9
Release notes
Sourced from cloud.google.com/go/resourcemanager's releases.
resourcemanager: v1.9.9
1.9.9 (2024-07-01)
Bug Fixes
- resourcemanager: Bump google.golang.org/[email protected] (8fa9e39)
webrisk: v1.9.9
1.9.9 (2024-07-01)
Bug Fixes
- webrisk: Bump google.golang.org/[email protected] (8fa9e39)
iap: v1.9.8
1.9.8 (2024-07-01)
Bug Fixes
- iap: Bump google.golang.org/[email protected] (8fa9e39)
Commits
d536a7bchore: release main (#10451)8fa9e39chore: bump deps (#10465)5d115e2chore: don't lint this text/template usage (#10464)df60464feat(bigtable): support update column family's value type to non-aggregate ty...82f661dchore(main): release errorreporting 0.3.1 (#7306)01340efchore(main): release profiler 0.4.1 (#8921)db3c6d1chore(main): release auth 0.6.1 (#10455)daa6646fix(auth): support gRPC API keys (#10460)66b8efefeat(compute/metadata): add context for all functions/methods (#10370)6e16c64chore(main): release ai 0.8.0 (#10452)- Additional commits viewable in compare view
Updates github.com/container-storage-interface/spec from 1.8.0 to 1.10.0
Release notes
Sourced from github.com/container-storage-interface/spec's releases.
v1.10.0
What's Changed
Breaking changes/Deprecations
- None
Additions
- [Alpha] Add new "SnapshotMetadata service" to allow CO to obtain allocated or changed block metadata for snapshots by
@carlbraganzain container-storage-interface/spec#551Clarifications/Corrections/Fixes
- None
Dependencies
- Update protoc and makefile by
@huww98in container-storage-interface/spec#552- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by
@dependabotin container-storage-interface/spec#559- Bump golang.org/x/net from 0.10.0 to 0.23.0 by
@dependabotin container-storage-interface/spec#564- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by
@saad-aliin container-storage-interface/spec#566New Contributors
@huww98made their first contribution in container-storage-interface/spec#552@carlbraganzamade their first contribution in container-storage-interface/spec#551Full Changelog: https://github.com/container-storage-interface/spec/compare/v1.9.0...v1.10.0
v1.10.0-rc1
No release notes provided.
v1.9.0
Breaking changes/Deprecations:
- None
Additions:
- spec ([PR #544](container-storage-interface/spec#544)): [Alpha] Introduce new
ControllerModifyVolumeRPC and amutable_parametersfield under existingCreateVolumeRequestRPC to enable modification of volume properties (e.g. IOPS, etc.) after volume creation.Clarifications/Corrections/Fixes:
- spec ([PR #548](container-storage-interface/spec#548)): fix typo
Dependencies:
- spec ([PR #550](container-storage-interface/spec#550)): Updates
genprototo use the isolated submodule to reduce overall dependency count and avoids future issues with ambiguous imports.Full Changelog: https://github.com/container-storage-interface/spec/compare/v1.8.0...v1.9.0
v1.9.0-rc1
No release notes provided.
Commits
21be3f8Merge pull request #566 from saad-ali/protoBufTo1331bc2cafBump google.golang.org/protobuf from 1.32.0 to 1.33.0adb2b16Merge pull request #564 from container-storage-interface/dependabot/go_module...811799aBump golang.org/x/net from 0.10.0 to 0.23.09674d35Merge pull request #559 from container-storage-interface/dependabot/go_module...2696773Added the SnapshotMetadata service. (#551)1f2bf8aBump google.golang.org/grpc from 1.57.0 to 1.57.1abf6346update protoc and related (#552)886cd48Merge pull request #555 from saad-ali/release19bump5855142Bump master version to 1.10 for next release- Additional commits viewable in compare view
Updates cloud.google.com/go from 0.113.0 to 0.115.0
Changelog
Sourced from cloud.google.com/go's changelog.
0.115.0 (2024-06-12)
Features
Bug Fixes
0.114.0 (2024-05-23)
Features
Bug Fixes
Commits
9eb3d1fchore(main): release 0.115.0 (#10291)5057742chore: release main (#10361)2f4daa1fix(storage): retry broken pipe error (#10374)134f567feat(firestore/apiv1): add bulk delete api (#10369)4295817chore(vertexai): clean up utility function and add tests (#10371)9d365d1feat(vertexai/genai): add MergedResponse method to GenerateContentResponseIte...23c5ffffix(spanner): fix data-race caused by TrackSessionHandle (#10321)203fc92chore: give go-vertexai team aiplatform CODEOWNERS (#10367)8ac08f2chore(main): release vertexai 0.11.0 (#10365)d9754c7feat(vertexai): explicit caching (#10363)- Additional commits viewable in compare view
Updates cloud.google.com/go/auth from 0.4.1 to 0.6.1
Release notes
Sourced from cloud.google.com/go/auth's releases.
longrunning: v0.5.9
0.5.9 (2024-07-01)
Bug Fixes
- longrunning: Bump google.golang.org/[email protected] (8fa9e39)
Changelog
Sourced from cloud.google.com/go/auth's changelog.
Changes
0.115.0 (2024-06-12)
Features
Bug Fixes
0.114.0 (2024-05-23)
Features
Bug Fixes
0.113.0 (2024-05-08)
Features
Bug Fixes
- all: Bump x/net to v0.24.0 (#10000) (ba31ed5)
- debugger: Add internaloption.WithDefaultEndpointTemplate (3b41408)
- internal/aliasfix: Handle import paths correctly (#10097) (fafaf0d)
- rpcreplay: Properly unmarshal dynamic message (#9774) (53ccb20), refs #9773
Documentation
0.112.2 (2024-03-27)
Bug Fixes
... (truncated)
Commits
db3c6d1chore(main): release auth 0.6.1 (#10455)daa6646fix(auth): support gRPC API keys (#10460)66b8efefeat(compute/metadata): add context for all functions/methods (#10370)6e16c64chore(main): release ai 0.8.0 (#10452)b425993chore(main): release spanner 1.64.0 (#10275)6a9c12afeat(aiplatform): add UpdateDeploymentResourcePool method to DeploymentResour...c6dfdcffix(auth): Update http and grpc transports to support token exchange over mTL...a1e198afix(spanner): fix negative values for max_in_use_sessions metrics (#10449)fc4c910fix(logging): Skip automatic resource detection if a CommonResource (#10441)eec7a3bfeat(dataplex): expose data scan execution create time to customers (#10438)- Additional commits viewable in compare view
Updates cloud.google.com/go/iam from 1.1.7 to 1.1.8
Commits
b1c9263chore: release main (#10004)a03bd0echore(spanner): update Spanner owner to harshachinta (#10060)7e8600achore(all): update deps (#10058)daea9d1chore(deps): ignore go.opentelemetry.io/contrib/detectors/gcp (#10077)59457a3feat(shopping): new shopping.merchant.conversions client (#10076)e82cc5ffeat(streetview): new client(s) (#10075)7656129feat(aiplatform): A new valueTPU_V5_LITEPODis added to enum `AcceleratorT...f537fddchore: generate streetview publish client (#10072)1d757c6docs(batch): Update description on allowed_locations in LocationPolicy field ...bb47185chore(spanner): temporarily skip spanner tests (#10071)- Additional commits viewable in compare view
Updates cloud.google.com/go/longrunning from 0.5.6 to 0.5.7
Commits
b1c9263chore: release main (#10004)a03bd0echore(spanner): update Spanner owner to harshachinta (#10060)7e8600achore(all): update deps (#10058)daea9d1chore(deps): ignore go.opentelemetry.io/contrib/detectors/gcp (#10077)59457a3feat(shopping): new shopping.merchant.conversions client (#10076)e82cc5ffeat(streetview): new client(s) (#10075)7656129feat(aiplatform): A new valueTPU_V5_LITEPODis added to enum `AcceleratorT...f537fddchore: generate streetview publish client (#10072)1d757c6docs(batch): Update description on allowed_locations in LocationPolicy field ...bb47185chore(spanner): temporarily skip spanner tests (#10071)- Additional commits viewable in compare view
Updates github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0
Commits
998dce2Add initial support for custom seeds21fc82bfeat: add badger to the projects using this package on README.md66b1409feat: add ristretto to the Projects using this package on README.mdfe2f6e8Update Go versions for GH action- See full diff in compare view
Updates github.com/emicklei/go-restful/v3 from 3.11.0 to 3.12.1
Changelog
Sourced from github.com/emicklei/go-restful/v3's changelog.
[v3.12.1] - 2024-05-28
- fix misroute when dealing multiple webservice with regex (#549) (thanks Haitao Chen)
[v3.12.0] - 2024-03-11
[v3.11.3] - 2024-01-09
- better not have 2 tags on one commit
[v3.11.1, v3.11.2] - 2024-01-09
- fix by restoring custom JSON handler functions (Mike Beaumont #540)
[v3.12.0] - 2023-08-19
- restored behavior as <= v3.9.0 with option to change path strategy using TrimRightSlashEnabled.
[v3.10.2] - 2023-03-09 - DO NOT USE
- introduced MergePathStrategy to be able to revert behaviour of path concatenation to 3.9.0 see comment in Readme how to customize this behaviour.
[v3.10.1] - 2022-11-19 - DO NOT USE
- fix broken 3.10.0 by using path package for joining paths
[v3.10.0] - 2022-10-11 - BROKEN
- changed tokenizer to match std route match behavior; do not trimright the path (#511)
- Add MIME_ZIP (#512)
- Add MIME_ZIP and HEADER_ContentDisposition (#513)
- Changed how to get query parameter issue #510
[v3.9.0] - 2022-07-21
- add support for http.Handler implementations to work as FilterFunction, issue #504 (thanks to https://github.com/ggicci)
[v3.8.0] - 2022-06-06
- use exact matching of allowed domain entries, issue #489 (#493)
- this changes fixes [security] Authorization Bypass Through User-Controlled Key by changing the behaviour of the AllowedDomains setting in the CORS filter. To support the previous behaviour, the CORS filter type now has a AllowedDomainFunc callback mechanism which is called when a simple domain match fails.
- add test and fix for POST without body and Content-type, issue #492 (#496)
- [Minor] Bad practice to have a mix of Receiver types. (#491)
... (truncated)
Commits
4e4aaa1update historye5fed1cfix misroute when dealing multiple webservice with regex (#549)77fc969golang workflows for restful (#550)9a7c368better naming for routing related variable (#548)26f2628path template casing example (#546)59b17dcupdate depdencies in examplesd027240update chgs951a11cadd Flush method #529 (#538)b3a6f77fix: Improper handling of empty POST requests (#543)c0e56c8Update README.md: remove build badge until another setup- Additional commits viewable in compare view
Updates github.com/evanphx/json-patch from 5.6.0+incompatible to 5.9.0+incompatible
Release notes
Sourced from github.com/evanphx/json-patch's releases.
v5.9.0
What's Changed
- Validate that the partialDoc is decoded correctly by
@evanphxin evanphx/json-patch#201- Add option to control if the output is HTMLEscaped by
@evanphxin evanphx/json-patch#202Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.1...v5.9.0
Fix API breakage
This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.
Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1
Blargh Phixs and Empathyprovements
This release fixes a few stray panics, addresses large number accuracy, and improves performance!
What's Changed
- Compare strings after decoding them to handle unicode correctly. Fixes #172 by
@evanphxin evanphx/json-patch#195- Always use UseNumber() to avoid float64 lossyness by
@evanphxin evanphx/json-patch#194- Handle null correctly when introduced by replace. Fixes #171 by
@evanphxin evanphx/json-patch#196- Handle from="" more properly. Fixes #192 by
@evanphxin evanphx/json-patch#193- Improve performance by
@evanphxin evanphx/json-patch#197Full Changelog: https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0
The 2023 Release
What's Changed
- Fix invalid sprintf by
@howardjohnin evanphx/json-patch#152- Add CIFuzz GitHub action by
@DavidKorczynskiin evanphx/json-patch#167- README: Remove Travis by
@ohkinozomuin evanphx/json-patch#164- Updated min supported version to go 1.18 by
@Neo2308in evanphx/json-patch#181- Added dependabot by
@Neo2308in evanphx/json-patch#182- Pre-flight DecodePatch validation: Issue #177 by
@radwaretaltrin evanphx/json-patch#180- Check if raw is a null pointer for findObject by
@JosieLi-Googlein evanphx/json-patch#173- Bump actions/checkout from 2 to 4 by
@dependabotin evanphx/json-patch#187- Fix panic on test op by
@erickertzin evanphx/json-patch#158New Contributors
@howardjohnmade their first contribution in evanphx/json-patch#152@DavidKorczynskimade their first contribution in evanphx/json-patch#167@ohkinozomumade their first contribution in evanphx/json-patch#164@Neo2308made their first contribution in evanphx/json-patch#181@radwaretaltrmade their first contribution in evanphx/json-patch#180@JosieLi-Googlemade their first contribution in evanphx/json-patch#173@dependabotmade their first contribution in evanphx/json-patch#187@erickertzmade their first contribution in evanphx/json-patch#158Full Changelog: https://github.com/evanphx/json-patch/compare/v5.6.0...v5.7.0
Commits
b7a4e4aMerge pull request #202 from evanphx/f-html-escape7eef36cGuard using options to avoid a crash bug1bcbd0fMerge pull request #201 from evanphx/b-null9d7ba23Add option to control if the output is HTMLEscaped009bc56Validate that the partialDoc is decoded correctlyb82b685Use a type alias for RawMessage to avoid breaking the public API of Operation05c9526Merge pull request #197 from evanphx/f-perf7a438a6Minor simplifications2a122d1More optimizations174e1d7Add MergePatch benchmark- Additional commits viewable in compare view
Updates github.com/go-logr/logr from 1.4.1 to 1.4.2
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.2
What's Changed
- Fix lint: named but unused params by
@thockinin go-logr/logr#268- Add a Go report card, fix lint by
@thockinin go-logr/logr#271- funcr: Handle nested empty groups properly by
@thockinin go-logr/logr#274Dependencies:
- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by
@dependabotin go-logr/logr#254- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by
@dependabotin go-logr/logr#256- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by
@dependabotin go-logr/logr#257- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by
@dependabotin go-logr/logr#259- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
@dependabotin go-logr/logr#260- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
@dependabotin go-logr/logr#263- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by
@dependabotin go-logr/logr#262- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
@dependabotin go-logr/logr#264- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
@dependabotin go-logr/logr#266- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin go-logr/logr#267- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
@dependabotin go-logr/logr#270- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
@dependabotin go-logr/logr#272- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
@dependabotin go-logr/logr#275- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
@dependabotin go-logr/logr#276- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by
@dependabotin go-logr/logr#277- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by
@dependabotin go-logr/logr#278- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by
@dependabotin go-logr/logr#279- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by
@dependabotin go-logr/logr#280- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
@dependabotin go-logr/logr#281- build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
@dependabotin go-logr/logr#282- build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
@dependabotin go-logr/logr#283- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by
@dependabotin go-logr/logr#284- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
@dependabotin go-logr/logr#285- build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by
@dependabotin go-logr/logr#286- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
@dependabotin go-logr/logr#288- build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by
@dependabotin go-logr/logr#289- build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
@dependabotin go-logr/logr#293- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
@dependabotin go-logr/logr#292- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
@dependabotin go-logr/logr#291- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
@dependabotin go-logr/logr#290- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
@dependabotin go-logr/logr#294- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
@dependabotin go-logr/logr#295Full Changelog: https://github.com/go-logr/logr/compare/v1.4.1...v1.4.2
Commits
1205f42Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...ccedcbdMerge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...bead577build(deps): bump actions/checkout from 4.1.5 to 4.1.6a492d95build(deps): bump github/codeql-action from 3.25.4 to 3.25.519ad07cbuild(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.31c97a21build(deps): bump actions/checkout from 4.1.4 to 4.1.5f70c5b5build(deps): bump github/codeql-action from 3.25.3 to 3.25.44ade8d3build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.188d98bdMerge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...432cd86Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...- Additional commits viewable in compare view
Updates github.com/go-openapi/jsonpointer from 0.19.6 to 0.21.0
Commits
8b546b9chore(go): go-openapi requires go.1.20 across the board5d6253eupdated dependencies8e6dedachore(lint): relinted9352cadfix(ci): remove dependency-type from dependabot groupse344ef7Bump the development-dependencies group with 1 updatee0c759bci: remove paths-ignoref9d3b1bBump the development-dependencies group with 1 update92c7c39chore(ci): prevents duplicate workflow runs5767083ci: regroup & auto-approve all github actions updates- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >