Skip to content

Commit

Permalink
fix(deps): update all (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Oct 25, 2024
1 parent 5df44bd commit 3c9a72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBECTL_VERSION=v1.31.1
KUBECTL_VERSION=v1.31.2
BINARY=kubectl
set +e
INSTALLED_KUBECTL_VERSION="$(kubectl version --output yaml --client | grep "gitVersion" | cut -d' ' -f4)"
Expand Down
2 changes: 1 addition & 1 deletion stack-assets/stack-updater/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.32.3
ibm-cloud-sdk-core==3.22.0
ibm-platform-services==0.57.2
ibm-platform-services==0.58.0
semver==3.0.2

0 comments on commit 3c9a72f

Please sign in to comment.