aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-03-03 21:05:44 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-03-03 21:05:44 +0100
commit3803755a4903c7cbb028700353a5dd76a4564a2d (patch)
treee98166484b51eafce5c679f413ec72a184784474
parentb1961a04c191ebbc726de507d98c85966b7a6a71 (diff)
Release version to 1.0.5
- JWT support in https server in pnf-simulator Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I8603bacfbb83f8815684b015b2f42bddedfa1728
-rw-r--r--releases/1.0.5-container.yaml16
-rw-r--r--version.properties2
2 files changed, 17 insertions, 1 deletions
diff --git a/releases/1.0.5-container.yaml b/releases/1.0.5-container.yaml
new file mode 100644
index 0000000..3bcfbf9
--- /dev/null
+++ b/releases/1.0.5-container.yaml
@@ -0,0 +1,16 @@
+distribution_type: 'container'
+container_release_tag: '1.0.5'
+container_pull_registry: nexus3.onap.org:10003
+container_push_registry: nexus3.onap.org:10002
+project: 'integration-pnf-simulator'
+log_dir: 'integration-pnf-simulator-maven-docker-stage-master/347/'
+ref: b1961a04c191ebbc726de507d98c85966b7a6a71
+containers:
+ - name: 'org.onap.integration.simulators.pnfsimulator'
+ version: '1.0.5-STAGE-20210303T194343Z'
+ - name: 'org.onap.integration.simulators.httpserver'
+ version: '1.0.5-STAGE-20210303T194343Z'
+ - name: 'org.onap.integration.simulators.netconfsimulator'
+ version: '1.0.5-STAGE-20210303T194343Z'
+ - name: 'org.onap.integration.simulators.netopeer'
+ version: '1.0.5-STAGE-20210303T194343Z'
diff --git a/version.properties b/version.properties
index 8bd09ad..b1060f9 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=0
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT