Commit 80c164f9 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-214: Updated release version for csp-lmc-common, csp-lmc-mid and HELM charts.

parent 4cfa69cf
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
0.7.0
- Align CSP.LMC to be compliant with the SKA Base Classes API: add of 
  Assign/ReleaseResources commands.
- Add transaction ID for the new commands

0.6.12
0.6.12
 - support to ADR18/22
 - support to ADR18/22


+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@
"""Release information for Python Package"""
"""Release information for Python Package"""


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


name = """MID CSP.LMC"""
name = """MID CSP.LMC"""
version = "0.6.10"
version = "0.7.0"
version_info = version.split(".")
version_info = version.split(".")
description = """SKA MID CSP.LMC Classes"""
description = """SKA MID CSP.LMC Classes"""
author = "E.G"
author = "E.G"
@@ -18,5 +18,5 @@ license = """BSD-3-Clause"""
url = """www.tango-controls.org"""
url = """www.tango-controls.org"""
copyright = """"""
copyright = """"""


release=0.6.10
release=0.7.0
tag=mid-csp-lmc-0.6.10
tag=mid-csp-lmc-0.7.0
+9 −0
Original line number Original line Diff line number Diff line
0.7.0
- use csp-lmc-common 0.7.0
- align Mid CSP.LMC to the SKA Base Classes API
  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 mid-csp-umbrella helm chart to rely on mid-csp version 0.1.2 

0.6.10
0.6.10
- use csp-lmc-common 0.6.12
- use csp-lmc-common 0.6.12
- support to ADR-18/22
- support to ADR-18/22
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,5 +15,5 @@ dependencies:
  version: 0.1.1
  version: 0.1.1
  repository: https://nexus.engageska-portugal.pt/repository/helm-chart
  repository: https://nexus.engageska-portugal.pt/repository/helm-chart
- name: mid-csp
- name: mid-csp
  version: 0.1.1
  version: 0.1.2
  repository: "file://../mid-csp"
  repository: "file://../mid-csp"
Loading