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 go-deps group with 10 updates #445

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the go-deps group with 10 updates:

Package From To
cloud.google.com/go/compute 1.23.1 1.23.2
cloud.google.com/go/storage 1.33.0 1.34.0
github.com/aws/aws-sdk-go 1.45.27 1.47.0
github.com/deepmap/oapi-codegen 1.8.2 1.16.2
github.com/getkin/kin-openapi 0.118.0 0.120.0
github.com/google/uuid 1.3.1 1.4.0
github.com/openshift-online/ocm-sdk-go 0.1.374 0.1.379
github.com/osbuild/images 0.12.0 0.14.0
github.com/vmware/govmomi 0.32.0 0.33.1
google.golang.org/api 0.148.0 0.149.0

Updates cloud.google.com/go/compute from 1.23.1 to 1.23.2

Changelog

Sourced from cloud.google.com/go/compute's changelog.

1.23.2 (2023-10-12)

Bug Fixes

  • documentai: Update golang.org/x/net to v0.17.0 (174da47)
Commits
  • aa41de6 chore: release main (#8917)
  • 81a97b0 fix(all): update grpc-go to v1.59.0 (#8922)
  • 343cea8 fix(all): update grpc-go to v1.56.3 (#8916)
  • 7bb630b test(bigtable): Add retries while getting app profile (#8751)
  • b1409e3 chore(cloudquotas): Revert "add config to generate apiv1 (#8766)" (#8770)
  • b3cc26b chore(cloudquotas): add config to generate apiv1 (#8766)
  • dfa8e22 feat(bigquery/storage/managedwriter): support default value controls (#8686)
  • 3e5ba24 chore(internal/godocfx): test a specific golden package version (#8759)
  • 1e6534f chore(internal/kokoro): upload docs to subdirectory (#8763)
  • 74fa783 chore(internal/kokoro): fix doc upload (#8762)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.33.0 to 1.34.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.34.0

1.34.0 (2023-10-31)

Features

  • storage/internal: Add match_glob field to ListObjectsRequest (#8618) (e9ae601)
  • storage/internal: Add terminal_storage_class fields to Autoclass message (57fc1a6)
  • storage/internal: Adds the RestoreObject operation (56ce871)
  • storage: Support autoclass v2.1 (#8721) (fe1e195)
  • storage: Support MatchGlob for gRPC (#8670) (3df0287), refs #7727

Bug Fixes

  • storage: Drop stream reference after closing it for gRPC writes (#8872) (525abde)
  • storage: Update golang.org/x/net to v0.17.0 (174da47)
  • storage: Update grpc-go to v1.56.3 (343cea8)
  • storage: Update grpc-go to v1.59.0 (81a97b0)
Commits

Updates github.com/aws/aws-sdk-go from 1.45.27 to 1.47.0

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.47.0 (2023-10-31)

Service Client Updates

  • service/amplify: Updates service API, documentation, and paginators
  • service/application-insights: Updates service API and documentation
  • service/ec2: Updates service API, documentation, and paginators
    • Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
  • service/m2: Updates service API and documentation
  • service/neptunedata: Updates service API and documentation
  • service/translate: Updates service API and documentation

SDK Features

Release v1.46.7 (2023-10-30)

Service Client Updates

  • service/connect: Updates service API and documentation
  • service/dataexchange: Updates service API and documentation
  • service/datasync: Updates service API and documentation
  • service/finspace: Updates service API and documentation
  • service/mediapackagev2: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
  • service/redshift-serverless: Updates service API, documentation, and paginators
  • service/resiliencehub: Updates service API and documentation
  • service/s3outposts: Updates service API and documentation
  • service/wisdom: Updates service documentation

Release v1.46.6 (2023-10-27)

Service Client Updates

  • service/elasticmapreduce: Updates service API and documentation
    • Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0
  • service/neptune: Updates service API and documentation
    • Update TdeCredentialPassword type to SensitiveString
  • service/pinpoint: Updates service documentation
    • Updated documentation to describe the case insensitivity for EndpointIds.
  • service/redshift: Updates service API and documentation
    • added support to create a dual stack cluster
  • service/wafv2: Updates service documentation

Release v1.46.5 (2023-10-26)

Service Client Updates

... (truncated)

Commits

Updates github.com/deepmap/oapi-codegen from 1.8.2 to 1.16.2

Release notes

Sourced from github.com/deepmap/oapi-codegen's releases.

v1.16.2: Further improve documentation notices

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.16.1...v1.16.2

v1.16.1: Ensure deprecation comments appear correctly

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.16.0...v1.16.1

v1.16.0: Reduce runtime dependencies

As part of the final preparation towards the v2 release, this release finalises the use of the new multi-repo packages, and deprecates all internal packages ahead of next week's release removing them.

Key callouts

Full Changelog: oapi-codegen/oapi-codegen@v1.15.0...v1.16.0

v1.13.4

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.3...v1.13.4

v1.13.3

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.2...v1.13.3

Fix: Allow multiple JSON types to be generated

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.1...v1.13.2

v1.13.1: Various fixes post-release

What's Changed

... (truncated)

Commits
  • 5d2cd60 Add missing types to deprecation URLs
  • 81b4e34 Add pkg.go.dev links to deprecation warnings
  • eb5e119 Fix: Ensure deprecations are parsed correctly
  • d663b6c Add deprecation notice for testutil
  • 6d98312 Migrate to separate testutil package
  • 82cbf4a Replace Echo-specific handler call
  • 46d2694 Onboard to Renovate
  • 58e3d16 Deprecate existing middleware
  • 2d349f4 Migrate middleware to their own Go modules
  • af55078 Bump Iris to remove Go 1.21 dependency
  • Additional commits viewable in compare view

Updates github.com/getkin/kin-openapi from 0.118.0 to 0.120.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.120.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.119.0...v0.120.0

v0.119.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.118.0...v0.119.0

Commits

Updates github.com/google/uuid from 1.3.1 to 1.4.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.4.0

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Changelog

Sourced from github.com/google/uuid's changelog.

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Commits
  • 8de8764 chore(master): release 1.4.0 (#134)
  • 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate...
  • cd5fbbd feat: UUIDs slice type with Strings() convenience method (#133)
  • 47f5b39 docs: fix a typo in CONTRIBUTING.md (#130)
  • 542ddab chore(tests): add Fuzz tests (#128)
  • 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (#116)
  • See full diff in compare view

Updates github.com/openshift-online/ocm-sdk-go from 0.1.374 to 0.1.379

Release notes

Sourced from github.com/openshift-online/ocm-sdk-go's releases.

Release 0.1.379

  • Require Go 1.21

Release 0.1.378

  • Update model version v0.0.330
    • Add Update method to HypershiftConfig resource

Release 0.1.377

  • Update model version v0.0.329
    • Add get ClusterId to network_verification_type resource

Release 0.1.376

  • Update model version v0.0.328
    • Add get VPC to Cluster resource

Release 0.1.375

  • Update model version v0.0.327
    • Add BestEffort to method Delete in Cluster
Changelog

Sourced from github.com/openshift-online/ocm-sdk-go's changelog.

0.1.379

  • Require Go 1.21

0.1.378

  • Update model version v0.0.330
    • Add Update method to HypershiftConfig resource

0.1.377

  • Update model version v0.0.329
    • Add get ClusterId to network_verification_type resource

0.1.376

  • Update model version v0.0.328
    • Add get VPC to Cluster resource

0.1.375

  • Update model version v0.0.327
    • Add BestEffort to method Delete in Cluster
Commits
  • 49961c3 Merge pull request #856 from machi1990/release/v.1.377
  • 561f37b chore: release v.0.1.379
  • fc345fe Merge pull request #855 from machi1990/OCM-4313
  • 4343e69 Merge pull request #861 from mikeshng/release-v0.1.378
  • 4a5e72b OCM-3234 | chore(release): release 0.1.378
  • 51841c7 Merge pull request #860 from mikeshng/OCM-3324-sdk
  • d9c4456 OCM-3234 | bump model to 0.0.330
  • 1252182 OCM-4313: Update to go v1.21
  • 90d1a61 OCM-4313: Update golang in ocm-sdk-go v1.20
  • d363500 Merge pull request #857 from davidleerh/OCM-4450-sdk
  • Additional commits viewable in compare view

Updates github.com/osbuild/images from 0.12.0 to 0.14.0

Release notes

Sourced from github.com/osbuild/images's releases.

0.14.0

Changes with 0.14.0

  • Deny additional mountpoint paths symlinked to /run (#225)
    • Author: Tomáš Hozza, Reviewers: Ondřej Budai
  • build(deps): bump the go-deps group with 1 update (#220)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 1 update (#222)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 1 update (#224)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • test: Add PR number to build info and share test caches (#219)
    • Author: Achilleas Koutsou, Reviewers: Simon Steinbeiß

— Somewhere on the Internet, 2023-10-30

0.13.0

Changes with 0.13.0

  • Boot test AMIs (#188)
    • Author: Achilleas Koutsou, Reviewers: Nobody
  • Ignore /test/data/manifests directory in git (#211)
    • Author: Tomáš Hozza, Reviewers: Simon de Vlieger
  • Print configurations built in CI run (#209)
    • Author: Achilleas Koutsou, Reviewers: Simon de Vlieger, Tomáš Hozza
  • README: update links to bug tracker and changelog (#218)
    • Author: Achilleas Koutsou, Reviewers: Simon Steinbeiß
  • Remove static manifests (#207)
    • Author: Achilleas Koutsou, Reviewers: Colin Walters
  • Support arbitrary custom mountpoints (#216)
    • Author: Tomáš Hozza, Reviewers: Achilleas Koutsou
  • build(deps): bump the go-deps group with 1 update (#210)
    • Author: dependabot[bot], Reviewers: Achilleas Koutsou, github-actions[bot]
  • build(deps): bump the go-deps group with 1 update (#213)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 1 update (#214)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#215)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • github: Merge dependabot PRs as a proper bot account (#212)
    • Author: Ondřej Budai, Reviewers: Achilleas Koutsou

— Somewhere on the Internet, 2023-10-23

Commits
  • 151d5a9 Deny additional mountpoint paths symlinked to /run
  • de6a61b build(deps): bump the go-deps group with 1 update
  • 61dce01 build(deps): bump the go-deps group with 1 update
  • e6526c2 test: share cache between jobs and pipelines
  • d70266b test: cache root in the working directory
  • 722c31f test: use new AWS env vars
  • 4a4e7b0 test: print configurations built in PR
  • d0d869b test: add link to PR when listing unchanged images
  • 6b92f32 test: add PR number to build info
  • 7364f21 build(deps): bump the go-deps group with 1 update
  • Additional commits viewable in compare view

Updates github.com/vmware/govmomi from 0.32.0 to 0.33.1

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.33.0

Release v0.33.0

Release Date: 2023-10-25

💫 govc (CLI)

  • [5264e839] add cluster.change '-ha-admission-control-enabled' flag
  • [3bcaf429] add option to enable hidden properties in import.{spec,ova} (#3111)

💫 vcsim (Simulator)

  • [db0ba920] Handle prepare guest operations when svm is nil
  • [0754d758] fix ModifyListView to return unresolved references
  • [7f3a0708] Remove extra devices in OVF Deploy w/ ConfigSpec

🧹 Chore

  • [f3c1fca9] Update version.go for v0.33.0
  • [675eebd2] remove refs to deprecated io/ioutil

⚠️ BREAKING

fix ModifyListView to return unresolved references [0754d758]: api: view.ListView.{Add,Remove,Reset} methods now return unresolved references

📖 Commits

  • [f3c1fca9] chore: Update version.go for v0.33.0
  • [19726dc6] Add functionality for checking whether the provided thumbprint is known to the soap client
  • [5264e839] govc: add cluster.change '-ha-admission-control-enabled' flag
  • [db0ba920] vcsim: Handle prepare guest operations when svm is nil
  • [0434fd26] vapi: add support for OperationID header
  • [0754d758] vcsim: fix ModifyListView to return unresolved references
  • [5569c012] build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • [babee198] build(deps): bump chuhlomin/render-template from 1.7 to 1.8
  • [7f3a0708] vcsim: Remove extra devices in OVF Deploy w/ ConfigSpec
  • [3bcaf429] govc: add option to enable hidden properties in import.{spec,ova} (#3111)
  • [675eebd2] chore: remove refs to deprecated io/ioutil
Commits
  • 6de69ad Add additional PBM methods
  • f3c1fca chore: Update version.go for v0.33.0
  • fc117d6 Merge pull request #3265 from HakanSunay/topic/hhalil/thumbprint-check
  • 19726dc Add functionality for checking whether the provided thumbprint is known to th...
  • 244e3ac Merge pull request #3261 from mayankbh/topic/bmayank/prepare-guest-op-fix
  • 846db5a Merge pull request #3262 from dougm/ha-admission-control
  • 5264e83 govc: add cluster.change '-ha-admission-control-enabled' flag
  • db0ba92 vcsim: Handle prepare guest operations when svm is nil
  • c4befe0 Merge pull request #3259 from dougm/vapi-operation-id
  • 0434fd2 vapi: add support for OperationID header
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.148.0 to 0.149.0

Release notes

Sourced from google.golang.org/api's releases.

v0.149.0

0.149.0 (2023-10-31)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.149.0 (2023-10-31)

Features

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 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

Bumps the go-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.23.1` | `1.23.2` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.33.0` | `1.34.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.45.27` | `1.47.0` |
| [github.com/deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) | `1.8.2` | `1.16.2` |
| [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.118.0` | `0.120.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.1` | `1.4.0` |
| [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.374` | `0.1.379` |
| [github.com/osbuild/images](https://github.com/osbuild/images) | `0.12.0` | `0.14.0` |
| [github.com/vmware/govmomi](https://github.com/vmware/govmomi) | `0.32.0` | `0.33.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.148.0` | `0.149.0` |


Updates `cloud.google.com/go/compute` from 1.23.1 to 1.23.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.23.1...compute/v1.23.2)

Updates `cloud.google.com/go/storage` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.33.0...spanner/v1.34.0)

Updates `github.com/aws/aws-sdk-go` from 1.45.27 to 1.47.0
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.27...v1.47.0)

Updates `github.com/deepmap/oapi-codegen` from 1.8.2 to 1.16.2
- [Release notes](https://github.com/deepmap/oapi-codegen/releases)
- [Commits](oapi-codegen/oapi-codegen@v1.8.2...v1.16.2)

Updates `github.com/getkin/kin-openapi` from 0.118.0 to 0.120.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.118.0...v0.120.0)

Updates `github.com/google/uuid` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.1...v1.4.0)

Updates `github.com/openshift-online/ocm-sdk-go` from 0.1.374 to 0.1.379
- [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
- [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
- [Commits](openshift-online/ocm-sdk-go@v0.1.374...v0.1.379)

Updates `github.com/osbuild/images` from 0.12.0 to 0.14.0
- [Release notes](https://github.com/osbuild/images/releases)
- [Commits](osbuild/images@v0.12.0...v0.14.0)

Updates `github.com/vmware/govmomi` from 0.32.0 to 0.33.1
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.32.0...v0.33.1)

Updates `google.golang.org/api` from 0.148.0 to 0.149.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.148.0...v0.149.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/deepmap/oapi-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/getkin/kin-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/openshift-online/ocm-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/osbuild/images
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/vmware/govmomi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 2, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-0db5c5f26e branch November 2, 2023 04:12
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.

0 participants