-
Notifications
You must be signed in to change notification settings - Fork 1.8k
⚠️ update Ansible requirements #5846
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
⚠️ update Ansible requirements #5846
Conversation
For Ansible-based language operators, upgrade - `community.kubernetes` from `1.2.1` to `2.0.1` - `kubernetes.core` from `2.2.0` to `2.3.1` - `cloud.common` from `2.2.0` to `2.2.1` Signed-off-by: Camila Macedo <[email protected]>
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.
One minor nonblocking typo
Have we updated it in the scaffolding already? |
HI @fabianvf:
we update the requirements with make generate. |
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.
/lgtm
*⚠️ update ansible requirements For Ansible-based language operators, upgrade - `community.kubernetes` from `1.2.1` to `2.0.1` - `kubernetes.core` from `2.2.0` to `2.3.1` - `cloud.common` from `2.2.0` to `2.2.1` Signed-off-by: Camila Macedo <[email protected]> * Apply suggestions from code review
cloud.common should be 2.1.0 and 2.1.1 (the notes say 2.2.0 and 2.2.1) |
- name: cloud.common | ||
version: "2.1.0" | ||
version: "2.1.1" |
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.
@camilamacedo86 The version for cloud.common
doesn't match with the one added to the docs
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.
@camilamacedo86 I've created a PR to correct the version #5911
Description
For Ansible-based language operators, upgrade
community.kubernetes
from1.2.1
to2.0.1
kubernetes.core
from2.2.0
to2.3.1
cloud.common
from2.2.0
to2.2.1