Skip to content

Commit

Permalink
feat: [container] add EXTENDED enum value for `ReleaseChannel.Chann…
Browse files Browse the repository at this point in the history
…el` (googleapis#5641)

* feat: add ReleaseChannel EXTENDED value

PiperOrigin-RevId: 668105133

Source-Link: googleapis/googleapis@0e9edd7

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ec9af8f4fb10c8f89a2bcb36345fda2b3ef3675d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiZWM5YWY4ZjRmYjEwYzhmODlhMmJjYjM2MzQ1ZmRhMmIzZWYzNjc1ZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add `EXTENDED` enum value for `ReleaseChannel.Channel`

PiperOrigin-RevId: 668474656

Source-Link: googleapis/googleapis@b1a9e6c

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c0109f32a0f9b9ce300566b3a7dd3b31b0c8cf82
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiYzAxMDlmMzJhMGY5YjljZTMwMDU2NmIzYTdkZDNiMzFiMGM4Y2Y4MiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Aug 28, 2024
1 parent 4fe0674 commit b03f419
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4752,6 +4752,10 @@ message ReleaseChannel {
// Clusters subscribed to STABLE receive versions that are known to be
// stable and reliable in production.
STABLE = 3;

// Clusters subscribed to EXTENDED receive extended support and availability
// for versions which are known to be stable and reliable in production.
EXTENDED = 4;
}

// channel specifies which release channel the cluster is subscribed to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5728,6 +5728,10 @@ message ReleaseChannel {
// Clusters subscribed to STABLE receive versions that are known to be
// stable and reliable in production.
STABLE = 3;

// Clusters subscribed to EXTENDED receive extended support and availability
// for versions which are known to be stable and reliable in production.
EXTENDED = 4;
}

// channel specifies which release channel the cluster is subscribed to.
Expand Down
6 changes: 4 additions & 2 deletions packages/google-container/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions packages/google-container/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/google-container/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b03f419

Please sign in to comment.