Skip to content

Commit

Permalink
chore: fixup failed regen for release-please (#5668)
Browse files Browse the repository at this point in the history
Some extra trailers got added to the regen commit so RP could not
process them. Re-listing the changes made in #5659 so they can get
picked up.

Changes:

feat(osconfig/agentendpoint): Add fields to RegisterAgentRequest:   - supported_capabilities   - os_long_name   - os_short_name   - os_version   - os_architecture feat: Add field to PatchConfig message:   - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
  PiperOrigin-RevId: 428781221
  Source-Link: googleapis/googleapis@f158f82

feat(servicemanagement): Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE:
  PiperOrigin-RevId: 428693468
  Source-Link: googleapis/googleapis@42a19d6

fix(security/privateca): Add google-cloud-location as a dependency for the privateca client
  PiperOrigin-RevId: 428624147
  Source-Link: googleapis/googleapis@d19f69b

chore(video/livestream): Configure Ruby generator for Video Live Stream clients
  PiperOrigin-RevId: 428111509
  Source-Link: googleapis/googleapis@7c7a99a

chore(servicemanagement): cleanup unused imports in google/api/servicemanagement/v1
  PiperOrigin-RevId: 428077790
  Source-Link: googleapis/googleapis@4807247

chore(dataplex): Configure Ruby generator for Dataplex clients
  PiperOrigin-RevId: 428067759
  Source-Link: googleapis/googleapis@1798403

fix(compute): fix breaking changes in Compute API (#701)

  Source-Link: googleapis/googleapis@272c110

fix(pubsub): removing misspelled field, add correctly spelled field
  PiperOrigin-RevId: 428023165
  Source-Link: googleapis/googleapis@63d374d

fix(osconfig/agentendpoint): Fix description of an interpreter field, validate if the field is not unspecified
  PiperOrigin-RevId: 427987153
  Source-Link: googleapis/googleapis@a1b62c1

fix(osconfig/agentendpoint): update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated
  PiperOrigin-RevId: 427981818
  Source-Link: googleapis/googleapis@0b2c906

feat(compute): update compute API to revision 20220112 (#700)
  Source-Link: googleapis/googleapis@249e9a1
  • Loading branch information
codyoss committed Feb 17, 2022
1 parent 7d6b0e5 commit 4a223de
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion compute/CHANGES.md
Expand Up @@ -28,7 +28,6 @@

## [1.0.0](https://www.github.com/googleapis/google-cloud-go/compare/compute/v0.1.0...compute/v1.0.0) (2022-01-11)


### Features

* **compute:** release 1.0.0 ([#5328](https://www.github.com/googleapis/google-cloud-go/issues/5328)) ([5437c12](https://www.github.com/googleapis/google-cloud-go/commit/5437c12945595325f7df098f707b2691cc8011be))
Expand Down
1 change: 0 additions & 1 deletion dataplex/CHANGES.md
Expand Up @@ -9,7 +9,6 @@

## 0.1.0 (2022-01-28)


### Features

* **dataplex:** start generating apiv1 ([#5409](https://www.github.com/googleapis/google-cloud-go/issues/5409)) ([2a2d572](https://www.github.com/googleapis/google-cloud-go/commit/2a2d572743e71d5381f6a67467782fe6416d855c))
Expand Down
1 change: 0 additions & 1 deletion osconfig/CHANGES.md
Expand Up @@ -30,7 +30,6 @@ Stabilize GA surface.

## [0.2.0](https://www.github.com/googleapis/google-cloud-go/compare/osconfig/v0.1.0...osconfig/v0.2.0) (2021-09-11)


### Features

* **osconfig:** add OSConfigZonalService API Committer: [@jaiminsh](https://www.github.com/jaiminsh) ([d9ce9d0](https://www.github.com/googleapis/google-cloud-go/commit/d9ce9d0ee64f59c4e07ce4752bfd721051a95ac7))
Expand Down
1 change: 0 additions & 1 deletion pubsub/CHANGES.md
Expand Up @@ -131,7 +131,6 @@

### [1.9.1](https://www.github.com/googleapis/google-cloud-go/compare/pubsub/v1.9.0...v1.9.1) (2020-12-10)


### Bug Fixes

* **pubsub:** fix default stream ack deadline seconds ([#3430](https://www.github.com/googleapis/google-cloud-go/issues/3430)) ([a10263a](https://www.github.com/googleapis/google-cloud-go/commit/a10263adc2ec9483ecedd0bf0b028863342ea760))
Expand Down
1 change: 0 additions & 1 deletion security/CHANGES.md
Expand Up @@ -17,7 +17,6 @@

## [1.1.0](https://www.github.com/googleapis/google-cloud-go/compare/security/v1.0.0...security/v1.1.0) (2021-10-11)


### Features

* **security/privateca:** add IAMPolicy & Locations mix-in support ([1a0720f](https://www.github.com/googleapis/google-cloud-go/commit/1a0720f2f33bb14617f5c6a524946a93209e1266))
Expand Down
1 change: 0 additions & 1 deletion servicemanagement/CHANGES.md
Expand Up @@ -2,7 +2,6 @@

## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.0.0...servicemanagement/v1.1.0) (2022-02-14)


### Features

* **servicemanagement:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))
Expand Down
1 change: 0 additions & 1 deletion video/CHANGES.md
Expand Up @@ -17,7 +17,6 @@

### [1.0.1](https://www.github.com/googleapis/google-cloud-go/compare/video/v1.0.0...video/v1.0.1) (2021-10-18)


### Bug Fixes

* **video/transcoder:** update nodejs package name to video-transcoder ([30794e7](https://www.github.com/googleapis/google-cloud-go/commit/30794e70050b55ff87d6a80d0b4075065e9d271d))
Expand Down

0 comments on commit 4a223de

Please sign in to comment.