Skip to content

Commit dc0a48c

Browse files
committed
Merge branch 'hotfix/5.1.1'
2 parents 4d2eb40 + 4814a9f commit dc0a48c

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
BASE_IMAGE_USER: ghcr.io/driplineorg
1414
BASE_IMAGE_REPO: dripline-cpp
1515
DEV_SUFFIX: '-dev'
16-
BASE_IMAGE_TAG: 'v2.10.6'
17-
# BASE_IMAGE_TAG: 'cancelation'
16+
BASE_IMAGE_TAG: 'v2.10.8'
17+
# BASE_IMAGE_TAG: 'dlcpp-hf2.10.8'
1818
# DEV_SUFFIX: ''
1919

2020
jobs:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5) # <3.5 is deprecated by CMake
2-
project( DriplinePy VERSION 5.1.0 )
2+
project( DriplinePy VERSION 5.1.1 )
33

44
cmake_policy( SET CMP0074 NEW )
55

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG img_user=ghcr.io/driplineorg
22
ARG img_repo=dripline-cpp
3-
#ARG img_tag=develop
4-
ARG img_tag=v2.10.6
3+
#ARG img_tag=dlcpp-hf2.10.8
4+
ARG img_tag=v2.10.8
55

66
FROM ${img_user}/${img_repo}:${img_tag} AS deps
77

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [5.1.1] - 2025-11-05
12+
13+
## Changed
14+
15+
- Updated dl-cpp version to v2.10.8
16+
17+
1018
## [5.1.0] - 2025-08-26
1119

1220
### Added
@@ -33,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3341
- Application cancelation -- can use ctrl-c or other system signals to cancel an executable
3442
- Alerts exchange not hard-coded in the alerts consumer
3543

44+
3645
## [5.0.1] - 2023-03-05
3746

3847
### Incompatibility

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
## the appVersion is used as the container image tag for the main container in the pod from the deployment
33
## it can be overridden by a values.yaml file in image.tag
4-
appVersion: "v5.1.0"
4+
appVersion: "v5.1.1"
55
description: Deploy a dripline-python microservice
66
name: dripline-python
77
version: 1.1.2

0 commit comments

Comments
 (0)