Commit 7194a73d authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Updated release versions (mid-csp helm chart 0.1.5)

parent 0adfc0e0
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
0.7.5
- CspMaster: On/Standby commands: update the master state after switching on/off the subarrays
- CspMaster: use push_change_event from code to update the master State attribute.
- CspSubarray: work to resolve bug skb-49
- 

0.7.4
- OFF command when sub-element is ON-EMPTY
- Added transaction id to the common section of ADR-18/22 json config file.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
"""Release information for Python Package"""

name = """csp-lmc-common"""
version = "0.7.4"
version = "0.7.5"
version_info = version.split(".")
description = """SKA CSP.LMC Common Software"""
author = "INAF-OAA"
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
"""Release information for Python Package"""

name = """MID CSP.LMC"""
version = "0.7.4"
version = "0.7.5"
version_info = version.split(".")
description = """SKA MID CSP.LMC Classes"""
author = "E.G"
@@ -20,5 +20,5 @@ copyright = """"""

#!!!! UPDATE THE MID-CSP IMAGE VERSION
#!!!! DO BEFORE TAGGING !!!!
release=0.7.4
tag=mid-csp-lmc-0.7.4
release=0.7.5
tag=mid-csp-lmc-0.7.5
+8 −1
Original line number Diff line number Diff line
0.7.5
- use csp-lmc-common 0.7.5
- updated Dockerfile to use ska-python-buildenv/runtime images 9.3.3.1
- updated mid-csp chart data configuration: removed polling on State attribute.
- skipped integration tests for reinitialization (issue with the use of the DevRestart
  administrative command and events)
!!! Release helm chart 0.1.5 !!!

0.7.4
- use csp-lmc-common 0.7.4
- update integration test for transaction id and off command when empty
!!! Release helm chart 0.1.5 !!!

0.7.3
-use csp-lmc-common 0.7.3
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@ apiVersion: v2
name: mid-csp-umbrella
description: A Helm chart for deploying the whole Mid_CSP prototype on Kubernetes
version: 0.1.0
appVersion: 0.7.4
appVersion: 0.7.5
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
dependencies:
- name: tango-base
  version: 0.2.12
  version: 0.2.16
  repository: https://nexus.engageska-portugal.pt/repository/helm-chart
- name: mid-cbf
  version: 0.1.1
Loading