Skip to content

Commit d6e953a

Browse files
committed
Bump up SDK to 3.0.3, Seed OS to 2.0.1
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
1 parent f06d1aa commit d6e953a

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

exordos/exordos.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ build:
2121
- dst: /opt/exordos_core/artifacts/undionly.kpxe
2222
# Local path
2323
http:
24-
src: https://repo.exordos.com/seed_os/2.0.0/undionly.kpxe
24+
src: https://repo.exordos.com/seed_os/2.0.1/undionly.kpxe
2525
- dst: /opt/exordos_core/artifacts/initrd.img
2626
# Local path
2727
http:
28-
src: https://repo.exordos.com/seed_os/2.0.0/initrd.img
28+
src: https://repo.exordos.com/seed_os/2.0.1/initrd.img
2929
- dst: /opt/exordos_core/artifacts/vmlinuz
3030
# Local path
3131
http:
32-
src: https://repo.exordos.com/seed_os/2.0.0/vmlinuz
32+
src: https://repo.exordos.com/seed_os/2.0.1/vmlinuz
3333

3434
# Take SDK from a local path for development purposes.
3535
- dst: /opt/gcl_sdk

exordos/images/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [[ -n "$PERSISTENT_DISK" ]]; then
7373
migrate_to_persistent "/var/lib/exordos/exordos_core" "${PERSISTENT_MOUNT}/var/lib/exordos/exordos_core"
7474
mkdir -p /var/lib/exordos/data
7575
migrate_to_persistent "/var/lib/exordos/data" "${PERSISTENT_MOUNT}/var/lib/exordos/data"
76-
migrate_to_persistent_stop_start "/var/lib/postgresql" "${PERSISTENT_MOUNT}/var/lib/postgresql" "postgresql@${PG_VERSION}-main"
76+
migrate_to_persistent_stop_start "/var/lib/postgresql" "${PERSISTENT_MOUNT}/var/lib/postgresql" "postgresql@${PG_VERSION}-main" "postgres" "postgres"
7777
migrate_to_persistent "/etc/exordos_core" "${PERSISTENT_MOUNT}/etc/exordos_core"
7878
migrate_to_persistent "/home/ubuntu" "${PERSISTENT_MOUNT}/home/ubuntu"
7979
migrate_to_persistent "/root" "${PERSISTENT_MOUNT}/root"

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.2,<4.0.0", # Apache-2.0
32+
"gcl_sdk>=3.0.3,<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

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)