Commit 0241f5d5 authored by Gianluca Marotta's avatar Gianluca Marotta
Browse files

update release packages (0.7.4) and helm chart (0.1.5)

parent af9cd9b8
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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.

0.7.3
- Solved dead-lock on Abort Command during Configuration
- Restart Command check the if subelements are EMPTY
+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.3"
version = "0.7.4"
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.3"
version = "0.7.4"
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.3
tag=mid-csp-lmc-0.7.3
release=0.7.4
tag=mid-csp-lmc-0.7.4
+5 −0
Original line number Diff line number Diff line
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
!!! Release helm chart 0.1.4 !!!
+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.7.3
appVersion: 0.7.4
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.4
  version: 0.1.5
  repository: "file://../mid-csp"
Loading