From 2c6c6948241100f465998ab0e1d6e3b49aafa0bb Mon Sep 17 00:00:00 2001 From: Piotr Gankiewicz Date: Thu, 13 Aug 2026 22:51:51 +0200 Subject: [PATCH] chore: update to laser-sdk 0.2.0 --- .env.example | 6 +++--- compose.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index e80c828..8dc34ad 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ # Tested component versions. -LASER_IGGY_VERSION=0.8.104-ld -LASER_PLANE_VERSION=0.14.0 +LASER_IGGY_VERSION=0.8.108-ld +LASER_PLANE_VERSION=0.15.0 # The published SDK the managed smoke installs and runs against the stack. -LASER_SDK_VERSION=0.1.0 +LASER_SDK_VERSION=0.2.0 # Runtime images. LASER_IGGY_IMAGE=docker.io/laserdatainc/iggy-server:latest diff --git a/compose.yaml b/compose.yaml index 49fb89b..eb3ccdb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,7 +9,7 @@ services: context: ./images dockerfile: iggy/Dockerfile args: - IGGY_VERSION: ${LASER_IGGY_VERSION:-0.8.104-ld} + IGGY_VERSION: ${LASER_IGGY_VERSION:-0.8.108-ld} IGGY_CPU: ${LASER_IGGY_CPU:-skylake} restart: unless-stopped init: true @@ -49,7 +49,7 @@ services: context: ./images dockerfile: plane/Dockerfile args: - PLANE_VERSION: ${LASER_PLANE_VERSION:-0.14.0} + PLANE_VERSION: ${LASER_PLANE_VERSION:-0.15.0} IGGY_CPU: ${LASER_IGGY_CPU:-skylake} restart: unless-stopped init: true