Skip to content

Commit

Permalink
feat: Automated regeneration of containeranalysis v1alpha1 client (#1…
Browse files Browse the repository at this point in the history
…7921)

Auto-created at 2024-02-23 22:23:49 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Feb 23, 2024
1 parent 35e41bf commit 9bc17a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-containeranalysis_v1alpha1

### v0.61.0 (2024-02-23)

* Unspecified changes

### v0.60.0 (2024-02-18)

* Regenerated from discovery document revision 20240209
Expand Down
4 changes: 2 additions & 2 deletions generated/google-apis-containeranalysis_v1alpha1/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/container-analysis/api/refe

## Supported Ruby versions

This library is supported on Ruby 2.5+.
This library is supported on Ruby 2.7+.

Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.

## License

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.5'
gem.add_runtime_dependency "google-apis-core", ">= 0.12.0", "< 2.a"
gem.required_ruby_version = '>= 2.7'
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module ContaineranalysisV1alpha1
# Version of the google-apis-containeranalysis_v1alpha1 gem
GEM_VERSION = "0.60.0"
GEM_VERSION = "0.61.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.13.1"
Expand Down

0 comments on commit 9bc17a5

Please sign in to comment.