Skip to content

Commit 2f181ee

Browse files
fix(binary_authorization): Expand dependencies to include future 1.x releases of versioned clients
1 parent 4ab8ce8 commit 2f181ee

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

google-cloud-binary_authorization/.repo-metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"ruby-cloud-description": "Binary Authorization is a service on Google Cloud that provides centralized software supply-chain security for applications that run on Google Kubernetes Engine (GKE) and GKE on-prem.",
1212
"ruby-cloud-env-prefix": "BINARY_AUTHORIZATION",
1313
"ruby-cloud-product-url": "https://cloud.google.com/binary-authorization/",
14+
"ruby-cloud-service-override": "BinauthzManagementServiceV1Beta1=BinauthzManagementService",
1415
"library_type": "GAPIC_AUTO"
1516
}

google-cloud-binary_authorization/AUTHENTICATION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ The environment variables that google-cloud-binary_authorization
6666
checks for credentials are configured on the service Credentials class (such as
6767
`::Google::Cloud::BinaryAuthorization::V1beta1::BinauthzManagementService::Credentials`):
6868

69-
1. `BINARY_AUTHORIZATION_CREDENTIALS` - Path to JSON file, or JSON contents
70-
2. `BINARY_AUTHORIZATION_KEYFILE` - Path to JSON file, or JSON contents
71-
3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72-
4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73-
5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69+
* `BINARY_AUTHORIZATION_CREDENTIALS` - Path to JSON file, or JSON contents
70+
* `BINARY_AUTHORIZATION_KEYFILE` - Path to JSON file, or JSON contents
71+
* `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72+
* `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73+
* `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
7474

7575
```ruby
7676
require "google/cloud/binary_authorization"

google-cloud-binary_authorization/google-cloud-binary_authorization.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Gem::Specification.new do |gem|
2222

2323
gem.required_ruby_version = ">= 2.5"
2424

25-
gem.add_dependency "google-cloud-binary_authorization-v1beta1", "~> 0.0"
26-
gem.add_dependency "google-cloud-core", "~> 1.5"
25+
gem.add_dependency "google-cloud-binary_authorization-v1beta1", ">= 0.0", "< 2.a"
26+
gem.add_dependency "google-cloud-core", "~> 1.6"
2727

2828
gem.add_development_dependency "google-style", "~> 1.25.1"
2929
gem.add_development_dependency "minitest", "~> 5.14"

google-cloud-binary_authorization/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
7-
"sha": "693ae20a741ede8ab36fbd7411e0b045976b7335"
7+
"sha": "98e412862d1229e0f54ba913f1d6640342d697af"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)