-
Notifications
You must be signed in to change notification settings - Fork 21
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
build: update dependencies #1241
base: main
Are you sure you want to change the base?
Conversation
@@ -1,2 +1,2 @@ | |||
ansible-core==2.13.7 | |||
netaddr==0.8.0 | |||
ansible-core==2.18.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.
this might be requiring python 3
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.
Do you mean on the remote machine? Im seeing this inside the KIB container:
/opt # ansible --version | grep "python version"
python version = 3.10.15 (main, Sep 11 2024, 09:20:18) [GCC 12.2.1 20220924]
/opt # python --version
Python 3.10.15
:/ something strange is going on with the way the devkit is built, I was seeing this error but thought I "fixed" it by downgrading the Alpine version. See this run with the same devkit changes https://github.com/mesosphere/konvoy-image-builder/actions/runs/12419903787 |
What problem does this PR solve?:
I was looking at a build issue in the devkit container here.
To workaround the issue I updated
azure-cli
version. As I was looking into this I decided to update more dependencies primarily to fix some of the CVEs.Which issue(s) does this PR fix?:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: