nil-go / konf

The simplest config loader for Go that reads/watches from file, env, flag and clouds (AWS, Azure, GCP).
https://pkg.go.dev/github.com/nil-go/konf
MIT License
238 stars 9 forks source link

Bump the cloud-google-com-go group in /provider/secretmanager with 2 updates #453

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the cloud-google-com-go group in /provider/secretmanager with 2 updates: cloud.google.com/go/secretmanager and google.golang.org/api.

Updates cloud.google.com/go/secretmanager from 1.13.6 to 1.14.0

Release notes

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

eventarc: v1.14.0

1.14.0 (2024-08-20)

Features

  • eventarc: Add support for Go 1.23 iterators (84461c0)

language: v1.14.0

1.14.0 (2024-08-20)

Features

  • language: Add support for Go 1.23 iterators (84461c0)

metastore: v1.14.0

1.14.0 (2024-08-20)

Features

  • metastore: Add support for Go 1.23 iterators (84461c0)

networkmanagement: v1.14.0

1.14.0 (2024-08-20)

Features

  • networkmanagement: Add support for Go 1.23 iterators (84461c0)

osconfig: v1.14.0

1.14.0 (2024-08-20)

Features

  • osconfig: Add support for Go 1.23 iterators (84461c0)

oslogin: v1.14.0

1.14.0 (2024-08-20)

Features

  • oslogin: Add support for Go 1.23 iterators (84461c0)

secretmanager: v1.14.0

1.14.0 (2024-08-20)

... (truncated)

Changelog

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

1.14.0 (2023-01-04)

Features

  • documentai: Add REST client (06a54a1)

1.13.0 (2022-12-01)

Features

  • documentai: added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (2a0b1ae)

1.12.0 (2022-11-16)

Features

  • documentai: added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs feat: added evaluation.proto feat: added document_schema field in ProcessorVersion processor.proto feat: added image_quality_scores field in Document.Page in document.proto feat: added font_family field in Document.Style in document.proto (ac0c5c2)

1.11.0 (2022-11-09)

Features

  • documentai: added font_family to document.proto feat: added ImageQualityScores message to document.proto feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto (9c5d6c8)

1.10.0 (2022-11-03)

Features

  • documentai: rewrite signatures in terms of new location (3c4b2b3)

1.9.0 (2022-10-25)

Features

  • documentai: start generating stubs dir (de2d180)

1.8.0 (2022-09-21)

Features

  • documentai: rewrite signatures in terms of new types for betas (9f303f9)

1.7.0 (2022-09-19)

... (truncated)

Commits


Updates google.golang.org/api from 0.192.0 to 0.193.0

Release notes

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

v0.193.0

0.193.0 (2024-08-20)

Features

Changelog

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

0.193.0 (2024-08-20)

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.8%. Comparing base (f6fe82a) to head (6f5aebd).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/nil-go/konf/pull/453/graphs/tree.svg?width=650&height=150&src=pr&token=2LIUXHDH9J&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nil-go)](https://app.codecov.io/gh/nil-go/konf/pull/453?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nil-go) ```diff @@ Coverage Diff @@ ## main #453 +/- ## ===================================== Coverage 82.8% 82.8% ===================================== Files 62 62 Lines 2651 2651 ===================================== Hits 2197 2197 Misses 371 371 Partials 83 83 ```