File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ These should not affect the functionality of the module.
10
10
11
11
** Implemented enhancements:**
12
12
13
+ - Bump version to 2.2.2 [ \# 33] ( https://github.com/lsst-it/puppet-ccs_sal/pull/33 ) ([ glennmorris] ( https://github.com/glennmorris ) )
13
14
- Add option to use kafka instead of dds [ \# 32] ( https://github.com/lsst-it/puppet-ccs_sal/pull/32 ) ([ glennmorris] ( https://github.com/glennmorris ) )
14
15
15
16
## [ v2.2.1] ( https://github.com/lsst-it/puppet-ccs_sal/tree/v2.2.1 ) (2024-02-09)
Original file line number Diff line number Diff line change 3
3
if [ -z " ${LSST_USE_KAFKA} " ]; then
4
4
source /etc/ccs/setup-sal5
5
5
else
6
- source /etc/ccs/setup-kafka
6
+ source /etc/ccs/setup-sal- kafka
7
7
fi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lsst-ccs_sal" ,
3
- "version" : " 2.2.2 " ,
3
+ "version" : " 2.2.3 " ,
4
4
"author" : " AURA/LSST/SLAC" ,
5
5
"summary" : " Configure Rubin Observatory CCS/SAL." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments