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

build: update dependencies #1241

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

dkoshkin
Copy link
Contributor

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?:


@dkoshkin dkoshkin requested review from faiq and supershal December 19, 2024 22:32
@dkoshkin dkoshkin added the runs-e2e-tests runs e2e tests for GHA label Dec 19, 2024
@@ -1,2 +1,2 @@
ansible-core==2.13.7
netaddr==0.8.0
ansible-core==2.18.1
Copy link
Collaborator

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

Copy link
Contributor Author

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

@dkoshkin
Copy link
Contributor Author

:/ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runs-e2e-tests runs e2e tests for GHA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants