-
Notifications
You must be signed in to change notification settings - Fork 43
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/update protobuf version 2 #437
Conversation
seanpearsonuk
commented
May 27, 2022
•
edited
Loading
edited
- upgrade the protobuf version to fix smoke tests (see ImageNotFound error if no :latest tag exists (version 2.2.1) docker/docker-py#1548)
codegen/settingsgen.py
Outdated
@@ -64,11 +64,16 @@ def _populate_hash_dict(name, info, cls): | |||
if commands: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are switching back to 22.2, this change is not required, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No codegen changes should be required if we are switching back to 22.2. I am waiting on that change which was communicated yesterday.
But we should we in general use all of these containers in the codegen defensively?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can consider that in a targeted PR in which other potential issues are also caught.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the moment I have no idea when we will revert to 22R2 and it's out of my control. We are keen to get everything working again asap.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel that the settings related changes can be skipped.