-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jarpat
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Feb 28, 2024
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
commented
Mar 1, 2024
jarpat
commented
Mar 1, 2024
thpang
approved these changes
Mar 1, 2024
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
dhoucgitter
approved these changes
Mar 4, 2024
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
sayeun
approved these changes
Mar 4, 2024
riragh
approved these changes
Mar 4, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Update Default Project and Infrastructure Dependencies
Binaries
Terraform
1.6.6 -> 1.7.4kubectl
1.27.9 -> 1.27.11helm
3.13.2 -> 3.14.2Python Dependencies
ansible
->ansible-core
2.16.4ansible
is justansible-core
without the bundled community packages, we end up installingcommunity.general
from our requirements.yaml and this prevents us from installing that collection twice (saves ~400MB in the uncompressed image).ansible
&ansible-core
kubernetes
26.1.0 -> 27.2.0kubernetes.core
and we don't use it for anything too complex, updating here to match our kubernetes versions so the features/API Objects matchdnspython
2.3.0 -> 2.6.1openshift
0.13.1 -> 0.13.2Ansible Dependencies
community.general
5.6.0 -> 8.4.0ansible-core
2.13-2.16 supported still, this should not be breaking we just moved wherecommunity.general
were coming from, directly from the pypi install vs installing them afterward withansible galaxy
. This also stops us from installingcommunity.general
twice in two spots making the image larger than it needs to be.community.postgresql
2.2.0 -> 3.3.0kubernetes.core
2.3.2 -> 2.4.0ansible.posix
1.4.0 -> 1.5.4ansible.utils
2.6.1 -> 2.12.0Installed Infrastructure Dependencies
calico_cni
3.27.0 -> 3.27.2containerd
1.6.26 -> 1.6.28kube-vip
0.5.7 -> 0.7.1metallb
0.13.7 -> 0.14.3metrics-server
3.11.0 -> 3.12.0Tests