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.
Updates 3rd party dependencies. Consumers of the Dockerfile will automatically have these updated dependencies installed. Users who directly run this project on this host will need to update the dependencies themselves.
Binaries
kubectl 1.29.7 -> 1.29.8
helm 3.15.2 -> 3.16.2
aws_cli_version 2.16.5 -> 2.17.58
gcp_cli_version 479.0.0 -> 496.0.0
Python Dependencies
ansible 9.6.0 -> 10.5.0
Major version update. There are some breaking changes, but most are removing support for older versions of python and ansible-core. Verified through testing that we are not affected.
Bumps the ansible-core version to 2.17.5
kubernetes 27.2.0 -> 29.0.0
Not a breaking change. Used by kubernetes.core, updated to match the kubernetes version 1.29.
Changes:
Updates 3rd party dependencies. Consumers of the Dockerfile will automatically have these updated dependencies installed. Users who directly run this project on this host will need to update the dependencies themselves.
Binaries
kubectl
1.29.7 -> 1.29.8helm
3.15.2 -> 3.16.2aws_cli_version
2.16.5 -> 2.17.58gcp_cli_version
479.0.0 -> 496.0.0Python Dependencies
ansible
9.6.0 -> 10.5.0ansible-core
version to 2.17.5kubernetes
27.2.0 -> 29.0.0kubernetes.core
, updated to match the kubernetes version1.29
.dnspython
2.6.1 -> 2.7.0urllib3
1.26.18 -> 2.2.3wheel
0.38.1 -> 0.44.0setuptools
65.5.1 -> 75.1.0Ansible Dependencies
ansible-utils
4.1.0 -> 5.1.2community.docker
3.10.3 -> 3.13.0kubernetes.core
3.0.0 -> 5.0.0Tests