Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 97 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions generated/google-apis-container_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-container_v1

### v0.115.0 (2026-06-10)

* Regenerated from discovery document revision 20260519
* Regenerated using generator version 0.19.0

### v0.114.0 (2026-02-15)

* Regenerated from discovery document revision 20260209
Expand Down
2 changes: 1 addition & 1 deletion generated/google-apis-container_v1/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/kubernetes-engine/docs/) ma

## Supported Ruby versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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.

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 = '>= 3.1'
gem.required_ruby_version = '>= 3.2'
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ module ContainerV1

# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

# See, edit, configure, and delete your Google Kubernetes Engine data and see the email address for your Google Account
AUTH_CONTAINER = 'https://www.googleapis.com/auth/container'

# See your Google Kubernetes Engine data and the email address of your Google Account
AUTH_CONTAINER_READ_ONLY = 'https://www.googleapis.com/auth/container.read-only'
end
end
end

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ContainerV1
# Version of the google-apis-container_v1 gem
GEM_VERSION = "0.114.0"
GEM_VERSION = "0.115.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260209"
REVISION = "20260519"
end
end
end
Loading
Loading