Skip to content

Commit

Permalink
feat: update kubespray to v2.26.0
Browse files Browse the repository at this point in the history
This change retains support for our current version of Kubernetes but also ensures
that we have future support for upgrades as needed.

* Requirements have been updated to support the updated version of Kubespray.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Dec 7, 2024
1 parent 9587636 commit aa77949
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_api_anonymous_auth: true

## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.28.6
kube_version: v1.28.12

# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
ansible>=6.7.0,<=8.5.0
ansible>9.0,<10.0
ansible-core<2.17.0
cryptography==43.0.1
jinja2==3.1.4
jmespath==1.0.1
jsonschema<=4.23.0
MarkupSafe==2.1.3
netaddr==0.9.0
pbr==5.11.1
Expand Down
2 changes: 1 addition & 1 deletion submodules/kubespray
Submodule kubespray updated 639 files

0 comments on commit aa77949

Please sign in to comment.