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: (IAC-1236) Dependency version update #530

Merged
merged 4 commits into from
Mar 8, 2024
Merged

feat: (IAC-1236) Dependency version update #530

merged 4 commits into from
Mar 8, 2024

Conversation

riragh
Copy link
Member

@riragh riragh commented Mar 5, 2024

Changes

Updates 3rd party dependencies. Consumers of the Dockerfile will automatically have these updated dependencies installed, and users who directly run this project on this host will need to update the dependencies themselves.

Binaries

  • kubectl 1.27.9 -> 1.27.11
  • helm 3.13.2 -> 3.14.2
  • aws_cli_version 2.13.33 -> 2.15.22
  • gcp_cli_version 460.0.0 -> 464.0.0

Python Dependencies

  • ansible 9.1.0 -> 9.2.0
    • This change updates the ansible-core version to 2.16.4
  • kubernetes 26.1.0 -> 27.2.0
  • dnspython 2.3.0 -> 2.6.1
  • openshift 0.13.1 -> 0.13.2
  • docker 5.0.3 -> 7.0.0
    • Major version update, there were few deprecations, verified through testing those do not affect us.

Ansible Dependencies

  • ansible.utils 2.6.1 -> 3.1.0
    • Major version update: the breaking change in this collection is requires_ansible to >=2.14.0, which we already meet so does not affect us.
  • community.docker 2.7.8 -> 3.8.0
    • Major version update, however we also install the Docker SDK for Python, the requirements are met and does not cause any breaking change for us
  • kubernetes.core 2.3.2 -> 3.0.0
    • Major version update was to drop support for ansible-core versions lower than 2.14, Python versions lower than 3.9 and updates python kubernetes library to 24.2.0, helm/kind-action to 1.8.0, kubernetes >= 1.24, along with bug fixes and minor changes. As we are already using ansible-core > 2.14 this change doesn't affect us.

Tests

Scenario Provider Kubectl version Order Cadence Notes
1 Azure 1.27.11 ****** fast:2020 OOTB
2 Azure 1.27.11 ****** fast:2020 Downgraded project deps to 6.17.0 to verify compatibility
3 Azure 1.27.11 ****** fast:2020 OOTB

@riragh riragh added the enhancement New feature or request label Mar 5, 2024
@riragh riragh self-assigned this Mar 5, 2024
Copy link
Member

@thpang thpang left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@dhoucgitter dhoucgitter left a comment

Choose a reason for hiding this comment

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

LGTM

Only suggestion would be to also mention the version of ansible-core that moving to ansible 9.2.0 brings us to. I see that you already mentioned that ansible-core >= 2.14 is required by some of the new deps but also saying which version of ansible-core we are now at would be useful too.

@riragh
Copy link
Member Author

riragh commented Mar 6, 2024

LGTM

Only suggestion would be to also mention the version of ansible-core that moving to ansible 9.2.0 brings us to. I see that you already mentioned that ansible-core >= 2.14 is required by some of the new deps but also saying which version of ansible-core we are now at would be useful too.

Updated the description to indicate that ansible-core version gets updated to 2.16.4.

@riragh riragh merged commit c21a417 into staging Mar 8, 2024
3 checks passed
@riragh riragh deleted the IAC-1236 branch March 8, 2024 20:13
@riragh riragh mentioned this pull request Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants