Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gce): support resourceManagerTags in instance template #1203

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

edgarulg
Copy link
Contributor

@edgarulg edgarulg commented Sep 24, 2024

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: spinnaker/spinnaker#6931

@edgarulg
Copy link
Contributor Author

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

Copy link
Member

@jasonmcintosh jasonmcintosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love more tests or SOME Tests around GcsSecretEngine... but.. we don't today :( and it's a library upgrade with the API change to the SecretEngine being internal, there IS a risk of downstream services having to do the same thing, but that should be caught via compile time updates. My ask would be post this we make sure anything ELSE using any of the google libraries ALSO gets updated, aka the clouddriver PR and Halyard (and maybe Orca).

@edgarulg
Copy link
Contributor Author

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 edgarulg merged commit 2f38092 into master Sep 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants