summaryrefslogtreecommitdiffstats
path: root/Changelog.md
AgeCommit message (Collapse)AuthorFilesLines
2022-08-29Fix DFC vulnerabilities1.9.0Tomasz Wrobel1-0/+11
- Update DCAE-SDK to version 1.8.10 - Update spring-boot to version 2.7.2 - Update spring to version 5.3.22 - Update tomcat-embed-core to version 9.0.65 - Update classgraph to version 4.8.149 - Update jackson-databind to version 2.13.3 - Update springdoc-openapi-ui to version 1.6.11 Issue-ID: DCAEGEN2-3211 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Iab97ade90792708742283cdeec732ca11351ec28
2022-07-06Make TLS connection optional1.8.0Tomasz Wrobel1-0/+4
Issue-ID: DCAEGEN2-3039 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Id637ba17c655407009a4f40f6c93f518b99e45ff
2022-03-10Fix container startup1.7.1Tomasz Wrobel1-0/+4
Issue-ID: DCAEGEN2-3104 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I5ed3c28a517f6f27cf77da7216cf870fd378126f
2022-02-14Remove vulnerability1.7.0Joanna Jeremicz1-0/+6
- bump Spring version from 5.3.6 to 5.3.14 - tomcat-embed-core version bump from 9.0.50 to 9.0.56 - bump SDK version from 1.8.7 to 1.8.8 Issue-ID: DCAEGEN2-3041 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Iac4b0aaf51de0d3dd3e585998ecfc6425015ea6a
2021-12-18fix ambiguous dates in Changelog.md filesHansen, Tony (th1395)1-8/+8
Change-Id: Iaf33e8743b9e7608400f9f3077d9cb66208dfd22 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-3026
2021-08-24Update DCAE SDK library1.6.1Piotr Marcinkiewicz1-0/+4
- update SDK from 1.5.0 to 1.8.7 Issue-ID: DCAEGEN2-2692 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I342cb311020c324793aa3af5c47d583b7aab82c1
2021-07-21Release 1.6.0Joanna Jeremicz1-1/+1
- docker base image to integration (from debian based to alpine based) - java version bump from 11.0.8 to 11.0.9 - remove exec file permission for config file - tomcat-embed-core version bump from 9.0.39 to 9.0.50 - spring version bump from 5.3.1 to 5.3.6 - spring-boot version bump from 2.4.0 to 2.4.5 Issue-ID: DCAEGEN2-2804 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ie825a562138d3c09472847b507d069f97f6a1370
2021-07-21DFC security vulnerability updates1.6.0Joanna Jeremicz1-0/+3
- tomcat-embed-core: 9.0.39 -> 9.0.50 - spring: 5.3.1 -> 5.3.6 - spring-boot: 2.4.0 -> 2.4.5 Issue-ID: DCAEGEN2-2804 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I59568543048602a21ff6e89b44bbb57c5351688a
2021-04-30Change openjdk baseOS img to integration-java11Alexander Mazuruk1-0/+6
Since 7.2.0 integration images switched over to alpine, adjusted Dockerfile to accomodate the switch. Removed vim & curl as they didn't seem to be used. Same with .ssh directory. Chowned config files and adjusted file permissions to u+rw (I assume configs dont need exec permissions) Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (:latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Ic2d55ef33785fa048ee755d34eef94120124a7eb
2021-03-09Fix server hostname verification1.5.5Krzysztof Gajewski1-0/+5
- make it configurable - some small another sonar issues resolved Issue-ID: DCAEGEN2-2656 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I3012b60dbdfdb463d5adfd790df53953fe1f027f
2021-02-23Add JWT support in HTTP/HTTPS based locations1.5.4Krzysztof Gajewski1-0/+6
Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I47a928159853333014b0fd413a085b7c50eeb7a0
2021-02-15Release 1.5.3Krzysztof Gajewski1-2/+2
+ fix Changelog.md dates Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I1284d50c2e453261945fab467d9a2734d7a9a1c4
2021-02-11Add HTTPS to collect files from xNFs1.5.3Krzysztof Gajewski1-0/+9
- plus small refactoring related to above - update to version 1.5.3 Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I2531c85967964f1359bafd5b694afbf662edf54e
2021-01-05Update Datafile version to 1.5.11.5.1Krzysztof Gajewski1-1/+9
Issue-ID: DCAEGEN2-2527 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I271b521521cfd38c0da05ae65d52550908021540
2020-12-15Add initial changelogPawel1-0/+7
Issue-ID: DCAEGEN2-2557 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ida4e1adf2b8760589a4e2508d8bb68aea452ef85