Commit 47b1446a authored by Gianluca Marotta's avatar Gianluca Marotta
Browse files

CT-217 Update packages and chart release

parent f9d4954d
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
0.7.3
- Solved dead-lock on Abort Command during Configuration
- Restart Command check the if subelements are EMPTY
- Check failures on GoToIdle execution

0.7.2
- Initialization of CSP Subarray align its state ans obsstate to sub-elements.

+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.2"
version = "0.7.3"
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.2"
version = "0.7.3"
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.2
tag=mid-csp-lmc-0.7.2
release=0.7.3
tag=mid-csp-lmc-0.7.3
+5 −1
Original line number Diff line number Diff line
0.7.3
-use csp-lmc-common 0.7.3
!!! Release helm chart 0.1.4 !!!

0.7.2
- use csp-lmc-common 0.7.2
- updated integration tests for init command
@@ -13,7 +17,7 @@
  implementing Assign/ReleaseResources commands.
- added transaction ID for ReleaseResources command.
- updated tests to handle the new commands.
- updated helm chart to version 0.1.2 (mid-csp-lmc:1.0.0 docker image)
- updated helm chart to version 0.1.2 (mid-csp-lmc:0.7.0 docker image)
- updated mid-csp-umbrella helm chart to rely on mid-csp version 0.1.2 

0.6.10
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ 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.6.9
appVersion: 0.7.3
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
dependencies:
- name: tango-base
@@ -15,5 +15,5 @@ dependencies:
  version: 0.1.1
  repository: https://nexus.engageska-portugal.pt/repository/helm-chart
- name: mid-csp
  version: 0.1.3
  version: 0.1.4
  repository: "file://../mid-csp"
Loading