Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Mar 12, 2024
1 parent ace044e commit d00b178
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ __pycache__/
*.egg
__pypackages__/

faasm.ini
2 changes: 1 addition & 1 deletion K8S_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.6
1.28.5
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ansible==7.0.0
black==22.3.0
faasmctl>=0.32.0
flake8==3.9.2
invoke>=2.1.0
3 changes: 1 addition & 2 deletions tasks/util/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
BIN_DIR = join(PROJ_ROOT, "bin")
GLOBAL_BIN_DIR = "/usr/local/bin"

# Note - this must match the version used by Faasm
K9S_VERSION = "0.26.6"
K9S_VERSION = "0.31.9"

ANSIBLE_DIR = join(PROJ_ROOT, "ansible")
INVENTORY_DIR = join(ANSIBLE_DIR, "inventory")
Expand Down

0 comments on commit d00b178

Please sign in to comment.