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-1235) Update Default Project and Infrastructure Dependencies #114

Merged
merged 8 commits into from
Mar 4, 2024

Conversation

jarpat
Copy link
Contributor

@jarpat jarpat commented Feb 28, 2024

Changes

Update Default Project and Infrastructure Dependencies

Binaries

  • Terraform 1.6.6 -> 1.7.4
  • kubectl 1.27.9 -> 1.27.11
  • helm 3.13.2 -> 3.14.2

Python Dependencies

  • ansible -> ansible-core 2.16.4
    • Switching this dep since ansible is just ansible-core without the bundled community packages, we end up installing community.general from our requirements.yaml and this prevents us from installing that collection twice (saves ~400MB in the uncompressed image).
      • Video about diff between ansible & ansible-core
  • kubernetes 26.1.0 -> 27.2.0
  • dnspython 2.3.0 -> 2.6.1
  • openshift 0.13.1 -> 0.13.2

Ansible Dependencies

  • community.general 5.6.0 -> 8.4.0
    • ansible-core 2.13-2.16 supported still, this should not be breaking we just moved where community.general were coming from, directly from the pypi install vs installing them afterward with ansible galaxy. This also stops us from installing community.general twice in two spots making the image larger than it needs to be.
  • community.postgresql 2.2.0 -> 3.3.0
  • kubernetes.core 2.3.2 -> 2.4.0
  • ansible.posix 1.4.0 -> 1.5.4
  • ansible.utils 2.6.1 -> 2.12.0

Installed Infrastructure Dependencies

Tests

Scenario Provider K8s version cluster_lb_type Order Cadence Notes
1 OSS 1.28.6 kube_vip ****** fast:2020 OOTB
2 OSS 1.28.6 metallb ****** fast:2020 OOTB
3 OSS 1.28.6 kube_vip ****** fast:2020 Downgraded projects deps to 3.0.0 to verify compatibility

@jarpat jarpat added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 28, 2024
@jarpat jarpat self-assigned this Feb 28, 2024
@jarpat jarpat changed the title feat: (IAC-1235) Update Project and Infrastructure Dependencies feat: (IAC-1235) Update Default Project and Infrastructure Dependencies Feb 28, 2024
@jarpat jarpat marked this pull request as ready for review March 1, 2024 18:13
requirements.txt Show resolved Hide resolved
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

@jarpat jarpat merged commit 2d36647 into staging Mar 4, 2024
4 checks passed
@jarpat jarpat deleted the IAC-1235 branch March 4, 2024 20:18
@jarpat jarpat mentioned this pull request Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants