kork icon indicating copy to clipboard operation
kork copied to clipboard

feat(gce): support resourceManagerTags in instance template

Open edgarulg opened this issue 1 year ago • 1 comments

Support resourceManagerTags in GCE. See: https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates/insert

These changes upgrade the version of google-api-services-compute and google-api-client.

Issue related: https://github.com/spinnaker/spinnaker/issues/6931

edgarulg avatar Sep 24 '24 03:09 edgarulg

I published a snapshot version of these changes to upgrade clouddriver and verify everything works as expected

edgarulg avatar Sep 24 '24 22:09 edgarulg

I tested with clouddriver and I only see the JacksonFactory does not exist. I am using GsonFactory as fix but I will check other services as well

edgarulg avatar Sep 25 '24 17:09 edgarulg