File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed
Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 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
2020jobs :
Original file line number Diff line number Diff line change 11cmake_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
44cmake_policy ( SET CMP0074 NEW )
55
Original file line number Diff line number Diff line change 11ARG img_user=ghcr.io/driplineorg
22ARG 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
66FROM ${img_user}/${img_repo}:${img_tag} AS deps
77
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11apiVersion : 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 "
55description : Deploy a dripline-python microservice
66name : dripline-python
77version : 1.1.2
You can’t perform that action at this time.
0 commit comments