[PMSH] Release image 1.1.0 58/109958/1
authorefiacor <fiachra.corcoran@est.tech>
Tue, 23 Jun 2020 09:59:15 +0000 (10:59 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Wed, 8 Jul 2020 10:14:36 +0000 (11:14 +0100)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I9b2f3b4d8f37363b63a27091edb5e4877b72b3bd
Issue-ID: DCAEGEN2-2146

components/pm-subscription-handler/Changelog.md
pom.xml
releases/pmsh-1.1.0-container.yaml [new file with mode: 0644]

index a624761..918179c 100755 (executable)
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 * Added new API endpoint to fetch all Subscription data (DCAEGEN2-2154)
 * Added support for config-binding-docker module in PMSH config fetch (DCAEGEN2-2156)
 * Replaced logging implementation with onappylog module (DCAEGEN2-2155)
+* Added support for TLS enable/disable switch via blueprint inputs (DCEAGEN2-2146)
 
 ## [1.0.3]
 ### Fixed
diff --git a/pom.xml b/pom.xml
index a5465be..6370f66 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2</groupId>
   <artifactId>services</artifactId>
   <name>dcaegen2-services</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
   <properties>
diff --git a/releases/pmsh-1.1.0-container.yaml b/releases/pmsh-1.1.0-container.yaml
new file mode 100644 (file)
index 0000000..2a69d16
--- /dev/null
@@ -0,0 +1,9 @@
+distribution_type: 'container'
+version: '1.1.0'
+project: 'dcaegen2-services-pmsh'
+log_dir: 'dcaegen2-services-pmsh-docker-merge-master/42/'
+containers:
+  - name: 'org.onap.dcaegen2.services.pmsh'
+    version: '1.1.0-SNAPSHOT-20200708T095733Z'
+container_release_tag: '1.1.0'
+ref: '0464347539f931847ab578ff935994aef0102352'
\ No newline at end of file