From 4ed1658f6e1a6c7eac29a3894e430c680b046b64 Mon Sep 17 00:00:00 2001 From: Noah Oblath Date: Fri, 23 Jan 2026 17:14:09 -0800 Subject: [PATCH 1/2] Use dl-cpp v2.10.11 --- .github/workflows/publish.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0f59ae7..8b4d4f3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ env: BASE_IMAGE_USER: ghcr.io/driplineorg BASE_IMAGE_REPO: dripline-cpp DEV_SUFFIX: '-dev' - BASE_IMAGE_TAG: 'v2.10.10' + BASE_IMAGE_TAG: 'v2.10.11' # BASE_IMAGE_TAG: 'dlcpp-hf2.10.8' # DEV_SUFFIX: '' diff --git a/Dockerfile b/Dockerfile index 85dd7c9..4411937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG img_user=ghcr.io/driplineorg ARG img_repo=dripline-cpp #ARG img_tag=dlcpp-hf2.10.8 -ARG img_tag=v2.10.10 +ARG img_tag=v2.10.11 FROM ${img_user}/${img_repo}:${img_tag} AS deps From d12d38f3d5219359655b5fc5f0d9950179686bd7 Mon Sep 17 00:00:00 2001 From: Noah Oblath Date: Fri, 23 Jan 2026 17:14:51 -0800 Subject: [PATCH 2/2] Bump version number to 5.1.4 and update changelog --- CMakeLists.txt | 2 +- changelog.md | 7 +++++++ chart/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef8ed7e..369ac13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) # <3.5 is deprecated by CMake -project( DriplinePy VERSION 5.1.3 ) +project( DriplinePy VERSION 5.1.4 ) cmake_policy( SET CMP0074 NEW ) diff --git a/changelog.md b/changelog.md index ed94612..3613e07 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,13 @@ Types of changes: Added, Changed, Deprecated, Removed, Fixed, Security ## [Unreleased] +## [5.1.4] - 2026-01-23 + +### Changed + +- Updated dl-cpp version to v2.10.11 + + ## [5.1.3] - 2026-01-22 ### Changed diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8a97a81..52564ce 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 ## the appVersion is used as the container image tag for the main container in the pod from the deployment ## it can be overridden by a values.yaml file in image.tag -appVersion: "v5.1.3" +appVersion: "v5.1.4" description: Deploy a dripline-python microservice name: dripline-python version: 1.1.2