Skip to content

Commit

Permalink
feat: upgrade capi version (#299)
Browse files Browse the repository at this point in the history
* feat: upgrade capi version

* fix lint errors

---------

Co-authored-by: Mohammed Naser <[email protected]>
  • Loading branch information
okozachenko1203 and mnaser committed Feb 9, 2024
1 parent a48ddef commit 83535e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# under the License.

# Versions to test
CAPI_VERSION=${CAPI_VERSION:-v1.5.1}
CAPO_VERSION=${CAPO_VERSION:-v0.8.0}
CAPI_VERSION=${CAPI_VERSION:-v1.6.0}
CAPO_VERSION=${CAPO_VERSION:-v0.9.0}

# Setup folders for DevStack
sudo mkdir -p /opt/stack
Expand Down

0 comments on commit 83535e7

Please sign in to comment.