Bump the go-dependencies group across 1 directory with 14 updates
Bumps the go-dependencies group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| cloud.google.com/go/compute | 1.25.1 |
1.26.0 |
| github.com/aws/aws-sdk-go-v2/config | 1.27.11 |
1.27.13 |
| github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue | 1.13.13 |
1.13.15 |
| github.com/aws/aws-sdk-go-v2/service/ec2 | 1.159.0 |
1.161.1 |
| github.com/aws/aws-sdk-go-v2/service/s3 | 1.53.1 |
1.53.2 |
| github.com/go-playground/validator/v10 | 10.19.0 |
10.20.0 |
| github.com/hetznercloud/hcloud-go | 1.54.1 |
1.55.0 |
| github.com/oracle/oci-go-sdk/v65 | 65.64.0 |
65.65.1 |
| golang.org/x/crypto | 0.22.0 |
0.23.0 |
| sigs.k8s.io/controller-runtime | 0.18.0 |
0.18.2 |
| github.com/prometheus/client_golang | 1.19.0 |
1.19.1 |
Updates cloud.google.com/go/compute from 1.25.1 to 1.26.0
Changelog
Sourced from cloud.google.com/go/compute's changelog.
1.26.0 (2024-02-21)
Features
- documentai: A new field
schema_overrideis added to messageProcessOptions(#9400) (a86aa8e)- documentai: A new message FoundationModelTuningOptions is added (7e6c208)
1.25.0 (2024-02-09)
Features
- documentai: Expose model_type in v1 processor, so that user can see the model_type after get or list processor version (2fcf55c)
1.24.0 (2024-02-06)
Features
1.23.8 (2024-01-30)
Bug Fixes
- documentai: Enable universe domain resolution options (fd1d569)
1.23.7 (2023-12-13)
Documentation
- documentai: Clarify Properties documentation (757c1b0)
1.23.6 (2023-11-27)
Documentation
- documentai: Update comment for ProcessOptions.page_range (63ffff2)
1.23.5 (2023-11-01)
Bug Fixes
- documentai: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
... (truncated)
Commits
afbecb6chore(main): release pubsub 1.26.0 (#6667)5515980chore: no longer generate odd secretmanager client (#6888)c6b704atest(compute): remove TestCapitalLetter (#6908)bceff0bchore(storage): enable more grpc integration tests (#6842)c5c2f8fdocs(pubsub): update subscription retry policy defaults (#6909)e999b9echore(bigtable): adds CloseClient() to test proxy (#6861)aacddfdchore(ci): move apidiff to GitHub Action (#6901)bd8eea3chore(datastore): moves test collateral into new files (#6897)18f377fchore(firestore): disabled flaky read time test (#6895)d14ee26Replace deprecated usage of ioutil in sample code (#6872)- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.13
Commits
0805b74Release 2024-05-108ba0718Regenerated Clients566a901Update endpoints model765a6d2Update API model0ac88f6do NOT serialize empty lists in ec2query (#2630)0457ec5Merge pull request #2638 from aws/feat-remove-honeycodea8dc075add changelog9a47278remove honeycode from v2343ec35drop x/net runtime dependency which was only used for testing (#2637)1c71d2fRelease 2024-05-09- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.13.13 to 1.13.15
Commits
08f1f0bRelease 2022-10-240e1e20eRegenerated Clients281c268Update SDK's smithy-go dependency to v1.13.4db7c0a3Update endpoints model1eae80dUpdate API model17628c4EC2 IMDS client logging fixes (#1891)7655449Release 2022-10-21dcae829Regenerated Clientsb82766bUpdate API model1c05fb6Implements IsCredentialsProvider for checking if a provider matches a target ...- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.31.1 to 1.32.1
Commits
5aa6e2bRelease 2023-11-097dbcd52Regenerated Clients9b17844Update API modelefa5486Allowlist bucket owner header (#2358)5118d3bRelease 2023-11-08f3c195fRegenerated Clientsf24b6a0Update endpoints modelf5a0876Update API model3674c38Release 2023-11-07b856b28Regenerated Clients- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.159.0 to 1.161.1
Commits
0805b74Release 2024-05-108ba0718Regenerated Clients566a901Update endpoints model765a6d2Update API model0ac88f6do NOT serialize empty lists in ec2query (#2630)0457ec5Merge pull request #2638 from aws/feat-remove-honeycodea8dc075add changelog9a47278remove honeycode from v2343ec35drop x/net runtime dependency which was only used for testing (#2637)1c71d2fRelease 2024-05-09- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.1 to 1.53.2
Commits
e7dfd72Release 2024-05-08316c7cdRegenerated Clientsba18a1eUpdate API model31c2861fix: improve Go doc formatter (#2636)7a87a62add missing changelog (#2635)8cc2bc3Release 2024-05-0736b4e92Regenerated Clients9e70bfaUpdate API model7a654f5dep: bump x/net to 0.23.0 (#2631)eff2620Release 2024-05-06- Additional commits viewable in compare view
Updates github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0
Release notes
Sourced from github.com/go-playground/validator/v10's releases.
Release 10.20.0
What's Changed
- Fix ULID should case-insensitive by
@akayjin go-playground/validator#1258- feat: add base32 validator tag by
@jamesatkin-myndupin go-playground/validator#1253- Add EU countries validator by
@masv3971in go-playground/validator#1252New Contributors
@akayjmade their first contribution in go-playground/validator#1258@jamesatkin-myndupmade their first contribution in go-playground/validator#1253@masv3971made their first contribution in go-playground/validator#1252Full Changelog: https://github.com/go-playground/validator/compare/v10.19.0...v10.20.0
Commits
Updates github.com/hetznercloud/hcloud-go from 1.54.1 to 1.55.0
Release notes
Sourced from github.com/hetznercloud/hcloud-go's releases.
v1.55.0
1.55.0 (2024-05-06)
Features
- error: show internal correlation id in error messages (#417) (f7f96a5)
- implement actions waiter (c4d8be8)
- require Go >= 1.21 (18adaf6)
Bug Fixes
- improve error message format with correlation id (1939cfb)
Changelog
Sourced from github.com/hetznercloud/hcloud-go's changelog.
1.55.0 (2024-05-06)
Features
- error: show internal correlation id in error messages (#417) (f7f96a5)
- implement actions waiter (c4d8be8)
- require Go >= 1.21 (18adaf6)
Bug Fixes
- improve error message format with correlation id (1939cfb)
Commits
c1aa180chore(release-1.x): release 1.55.0 (#419)c275656docs(action): fix link to WaitForFunc (#429) [Backport release-1.x] (#434)c4d8be8feat: implement actions waiter (#407) [Backport release-1.x] (#433)6aff0c0refactor: move watch functions to dedicated file [Backport release-1.x] (#432)1939cfbfix: improve error message format with correlation id [Backport release-1.x] ...18adaf6feat: require Go >= 1.21 (#424) [Backport release-1.x] (#425)f5d3b97test: fix golangci-lint (#426)54ee67eci: improve backport PR title and body (#421)f7f96a5feat(error): show internal correlation id in error messages (#417)- See full diff in compare view
Updates github.com/oracle/oci-go-sdk/v65 from 65.64.0 to 65.65.1
Release notes
Sourced from github.com/oracle/oci-go-sdk/v65's releases.
65.65.1
Added
Support for resizing of local file systems in the Database service
Support for adding user defined pause group in disaster recovery plan in the Disaster Recovery service
Support for OS patching configs in the Big Data service
Support for IP inventory and notification feature in the Networking service
Support for accidental delete protection for load balancers, load balancer listeners, and load balancer backends in the Load Balancer service
Support for backend max connections for load balancers in the Load Balancer service
Support for listener max connections for load balancers in the Load Balancer service
File Checksums (SHA256)
oci-go-sdk-65.65.1.zip 3d7495e32d8e4f76e887e52207fd297409b8f5bbb6fc27ab406d170086aa2ed4
65.65.0
Added
Support for enabling unified auditing for DBHome in the Database service
Support for listing minor Grid Infrastructure (GI) versions available for custom GI software image creation in the Database service
Support for network security groups in the Recovery Cloud service
Support for lineage metadata import in the Data Catalog service
Support for workspace properties in workspace create and update operations in the Data Integration service
Support for monitoring ExaCC databases in the Database Management service
Support for validations on target and policy before the masking process in the Data Safe service
Breaking Changes
The type of property
AllSqlStatementsFetchedwas changed from string toSqlTuningSetAllSqlStatementsFetchedEnumin the modelSqlTuningSetin the Database Management serviceThe type of property
Reproducedwas changed from string toSqlPlanBaselineSummaryReproducedEnumin the modelsql_plan_baseline_summaryin the Database Management serviceThe type of property
Reproducedwas changed from string toSqlPlanBaselineReproducedEnumin the modelsql_plan_baselinein the Database Management service
... (truncated)
Changelog
Sourced from github.com/oracle/oci-go-sdk/v65's changelog.
65.65.1 - 2024-05-07
Added
- Support for resizing of local file systems in the Database service
- Support for adding user defined pause group in disaster recovery plan in the Disaster Recovery service
- Support for OS patching configs in the Big Data service
- Support for IP inventory and notification feature in the Networking service
- Support for accidental delete protection for load balancers, load balancer listeners, and load balancer backends in the Load Balancer service
- Support for backend max connections for load balancers in the Load Balancer service
- Support for listener max connections for load balancers in the Load Balancer service
65.65.0 - 2024-04-30
Added
- Support for enabling unified auditing for DBHome in the Database service
- Support for listing minor Grid Infrastructure (GI) versions available for custom GI software image creation in the Database service
- Support for network security groups in the Recovery Cloud service
- Support for lineage metadata import in the Data Catalog service
- Support for workspace properties in workspace create and update operations in the Data Integration service
- Support for monitoring ExaCC databases in the Database Management service
- Support for validations on target and policy before the masking process in the Data Safe service
Breaking Changes
- The type of property
AllSqlStatementsFetchedwas changed from string toSqlTuningSetAllSqlStatementsFetchedEnumin the modelSqlTuningSetin the Database Management service- The type of property
Reproducedwas changed from string toSqlPlanBaselineSummaryReproducedEnumin the modelsql_plan_baseline_summaryin the Database Management service- The type of property
Reproducedwas changed from string toSqlPlanBaselineReproducedEnumin the modelsql_plan_baselinein the Database Management service- The type of property
AutoPurgewas changed from string toSqlPlanBaselineSummaryAutoPurgeEnumin the modelsql_plan_baseline_summaryin the Database Management service- The type of property
AutoPurgewas changed from string toSqlPlanBaselineAutoPurgeEnumin the modelsql_plan_baselinein the Database Management service- The type of property
Adaptivewas changed from string toSqlPlanBaselineSummaryAdaptiveEnumin the modelsql_plan_baseline_summaryin the Database Management service- The type of property
Adaptivewas changed from string toSqlPlanBaselineAdaptiveEnumin the modelsql_plan_baselinein the Database Management service- The type of property
Adaptivewas changed from string toSqlPlanBaselineSummaryAdaptiveEnumin the modelsql_plan_baseline_summaryin the Database Management service- The type of property
Adaptivewas changed from string toSqlPlanBaselineAdaptiveEnumin the modelsql_plan_baselinein the Database Management service (will return to this)
Commits
2ba26c7Merge pull request #497 from oracle/release_2024-05-074be8980Merge remote-tracking branch 'bitbucket/github' into release_2024-05-07bbed598Merge pull request #2738 in SDK/oci-go-sdk from merge_to_github2024-05-06 to ...3b9eb10Releasing version 65.65.09300bd2Merge remote-tracking branch 'bitbucket/github' into release_2024-04-30526148dMerge pull request #2731 in SDK/oci-go-sdk from merge_to_github2024-04-29 to ...- See full diff in compare view
Updates golang.org/x/crypto from 0.22.0 to 0.23.0
Commits
905d78ago.mod: update golang.org/x dependenciesebb717dssh: validate key type in SSH_MSG_USERAUTH_PK_OK response0da2a6aopenpgp: fix function name in comment5defcc1sha3: fix Sum results for SHAKE functions on s390x- See full diff in compare view
Updates google.golang.org/api from 0.176.1 to 0.177.0
Release notes
Sourced from google.golang.org/api's releases.
v0.177.0
0.177.0 (2024-04-30)
Features
- all: Auto-regenerate discovery clients (#2548) (32a5d10)
- all: Auto-regenerate discovery clients (#2550) (f9bf96d)
- all: Auto-regenerate discovery clients (#2551) (4418f5f)
- all: Auto-regenerate discovery clients (#2553) (2f46e14)
- all: Auto-regenerate discovery clients (#2556) (fb153c0)
- Reduce code size by 29% (#2544) (2f2505b)
Bug Fixes
Changelog
Sourced from google.golang.org/api's changelog.
0.177.0 (2024-04-30)
Features
- all: Auto-regenerate discovery clients (#2548) (32a5d10)
- all: Auto-regenerate discovery clients (#2550) (f9bf96d)
- all: Auto-regenerate discovery clients (#2551) (4418f5f)
- all: Auto-regenerate discovery clients (#2553) (2f46e14)
- all: Auto-regenerate discovery clients (#2556) (fb153c0)
- Reduce code size by 29% (#2544) (2f2505b)
Bug Fixes
Commits
a11ef60chore(main): release 0.177.0 (#2545)e6e5ac5chore(all): update all (#2552)3eb92f1fix: temp patch cloud.google.com/go ambiguity (#2560)1b6db6cfix: split large compute file up (#2546)fb153c0feat(all): auto-regenerate discovery clients (#2556)a5d7734chore(deps): disable otel updates until Go 1.21 (#2554)2f46e14feat(all): auto-regenerate discovery clients (#2553)4418f5ffeat(all): auto-regenerate discovery clients (#2551)f9bf96dfeat(all): auto-regenerate discovery clients (#2550)32a5d10feat(all): auto-regenerate discovery clients (#2548)- Additional commits viewable in compare view
Updates google.golang.org/protobuf from 1.33.0 to 1.34.0
Updates sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.2
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
v0.18.2
What's Changed
- 🐛 Reintroduce AddMetricsServerExtraHandler on manager by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2817Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2
v0.18.1
What's Changed
- [release-0.18] :bug: Cache: Fix label defaulting of byObject when namespaces are configured by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2808- [release-0.18] 🐛 correct kind source type by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2809Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1
Commits
834905bMerge pull request #2817 from k8s-infra-cherrypick-robot/cherry-pick-2813-to-...6396a49Reintroduce AddMetricsExtraHandler on managercd2885eMerge pull request #2809 from k8s-infra-cherrypick-robot/cherry-pick-2806-to-...06acde3🐛 correct kind source typed6feaaeMerge pull request #2808 from k8s-infra-cherrypick-robot/cherry-pick-2805-to-...87cae4cbug: Cache: Fix label defaulting of byObject when namespaces are configured- See full diff in compare view
Updates github.com/prometheus/client_golang from 1.19.0 to 1.19.1
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.19.1
What's Changed
- Security patches for
golang.org/x/sysandgoogle.golang.org/protobufNew Contributors
@lukasaukmade their first contribution in prometheus/client_golang#1494Full Changelog: https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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