This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71
stars
66
forks
source link
feat: (IAC-1194) Update dependencies to resolve security vulnerabilities #508
Updates 3rd party dependencies to resolve the security vulnerabilities. Users of the Dockerfile will automatically have these updated dependencies installed, and users who directly run this project on the host will need to update the dependencies themselves.
Update summary:
ansible: 8.0.0 -> 8.6.0
No major version change, ansible-core updated from 2.15.0 -> 2.15.6
helm: 3.12.0 -> 3.13.2
Tests
Verified following scenario, see details in the internal ticket:
Changes
Updates 3rd party dependencies to resolve the security vulnerabilities. Users of the Dockerfile will automatically have these updated dependencies installed, and users who directly run this project on the host will need to update the dependencies themselves.
Update summary:
ansible:
8.0.0 -> 8.6.0ansible-core
updated from 2.15.0 -> 2.15.6helm:
3.12.0 -> 3.13.2Tests
Verified following scenario, see details in the internal ticket: