feat: (IAC-1193) Update Dependencies to Resolve Security Issues #92
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
Updates 3rd party dependencies in this project to resolve security findings from our scanning tool. 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.
Update summary:
ansible
8.0.0 -> 8.6.0ansible-core
goes from 2.15.0 -> 2.15.6helm
3.12.0 -> 3.13.2terraform
1.4.5 -> 1.6.3kubectl
1.26.7 -> 1.26.10hashicorp/vsphere
&hashicorp/local
are now pinned rather than being a version range.Note: Although the versions have been bumped up, there are no breaking changes. A user could still use the same 3rd party dependencies from
viya4-iac-k8s:3.5.0
and not run into any issues. We will still advise users to update versions in our release notes.Tests