Commit 3746607a authored by Gianluca Marotta's avatar Gianluca Marotta
Browse files

CT-207 Updated package, image and chart versions

parent 6821f496
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
0.7.1
- Off command in Subarray drives each sub-element component to the final OFF/EMPTY state.
- CspMaster On/Standby commands are executed synchronously

0.7.0
- Align CSP.LMC to be compliant with the SKA Base Classes API: add of 
  Assign/ReleaseResources commands.
+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.0"
version = "0.7.1"
version_info = version.split(".")
description = """SKA CSP.LMC Common Software"""
author = "INAF-OAA"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
"""Release information for Python Package"""

name = """MID CSP.LMC"""
version = "0.7.0"
version = "0.7.1"
version_info = version.split(".")
description = """SKA MID CSP.LMC Classes"""
author = "E.G"
+4 −0
Original line number Diff line number Diff line
0.7.1
- use csp-lmc-common 0.7.1
- updated integration tests

0.7.0
- use csp-lmc-common 0.7.0
- align Mid CSP.LMC to the SKA Base Classes API
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@ dependencies:
  version: 0.1.1
  repository: https://nexus.engageska-portugal.pt/repository/helm-chart
- name: mid-csp
  version: 0.1.2
  version: 0.1.3
  repository: "file://../mid-csp"
Loading