Skip to content

Commit 0ea89dd

Browse files
authored
up gcl_sdk (#374)
1 parent 67cc9a2 commit 0ea89dd

3 files changed

Lines changed: 83 additions & 83 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build_core:
1414
exordos build -i $(SSH_KEY) -f
1515

1616
bootstrap:
17-
exordos bootstrap -i output/inventory.json -f -m core --admin-password admin --cidr 10.20.0.0/22
17+
exordos bootstrap -i output -f -m core --admin-password admin --cidr 10.20.0.0/22
1818

1919
mdlint:
2020
markdownlint-cli2 --config .markdownlint.yaml "**/*.md" "#node_modules" --fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"Jinja2>=3.1.5,<4.0.0", # BSD License (BSD-3-Clause)
3030
"izulu>=0.50.0,<1.0.0", # MIT License
3131
"gcl_iam>=1.2.1,<2.0.0", # Apache-2.0
32-
"gcl_sdk>=3.0.0,<4.0.0", # Apache-2.0
32+
"gcl_sdk>=3.0.1,<4.0.0", # Apache-2.0
3333
"gcl_certbot_plugin>=0.0.9,<1.0.0", # Apache-2.0
3434
"pyotp>=2.9.0,<3.0.0", # MIT License
3535
"pyyaml>=6.0.0,<7.0.0", # MIT

0 commit comments

Comments
 (0)