From 52f01c655fc46e533a9228e35697eda05f2ace94 Mon Sep 17 00:00:00 2001 From: FRINXrepo Date: Thu, 11 Apr 2024 13:07:28 +0000 Subject: [PATCH] Release 6.0.2 notes --- frinx-uniconfig/release-notes/index.md | 1 + .../release-notes/uniconfig-6.0.2.md | 43 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 frinx-uniconfig/release-notes/uniconfig-6.0.2.md diff --git a/frinx-uniconfig/release-notes/index.md b/frinx-uniconfig/release-notes/index.md index 5ff646fc8..7d4e80f0a 100644 --- a/frinx-uniconfig/release-notes/index.md +++ b/frinx-uniconfig/release-notes/index.md @@ -1,5 +1,6 @@ # Release notes +- [Release notes for UniConfig 6.0.2](../release-notes/uniconfig-6.0.2.md) - [Release notes for UniConfig 6.0.1](../release-notes/uniconfig-6.0.1.md) - [Release notes for UniConfig 5.1.21](../release-notes/uniconfig-5.1.21.md) - [Release notes for UniConfig 6.0.0](../release-notes/uniconfig-6.0.0.md) diff --git a/frinx-uniconfig/release-notes/uniconfig-6.0.2.md b/frinx-uniconfig/release-notes/uniconfig-6.0.2.md new file mode 100644 index 000000000..6b025c924 --- /dev/null +++ b/frinx-uniconfig/release-notes/uniconfig-6.0.2.md @@ -0,0 +1,43 @@ + + +## What's Changed +### 🐞 Bug Fixes +* Fixed write template in InterfaceRpdConfigWriter +* [UNIC-1668] Cleanup UNICONFIGTXID cookie properly +* Fix transaction cookie cleanup +* [UNIC-1687] Swagger - fix schema for empty yang type +* Added previous mac-address into the command for removing it +* [UNIC-1626] Renaming error tags to its full name. +* [UNIC-1582] Fix SROS installation +* [UNIC-1665] Unhide shell command for callbacks fix +* [UNIC-1686] - CLI: show mount point not working +* [UNIC-1678] - Fix Long type serialization in uc-client +* [UNIC-1678] - Fix Database jsonb filter on templates +* [UNIC-1678] add unit test for uint32 serialization +### ✅ New Features +* [UNIC-1675] Dynamic capability resolving +### 💡 Improvements +* [UNIC-1673] Add user details into audit logs +* Add date to log timestamp +* Add set for servlet context path in java client. +* Adjust connect/disconnect RPCs response messages for user readability +### 🔨 Dependency Upgrades +* build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 +* build(deps): bump org.owasp:dependency-check-maven from 9.0.10 to 9.1.0 +* build(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0 +* build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 +* build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 +* build(deps-dev): bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.11.0 to 3.12.0 +* build(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.11.0 to 3.12.0 +* build(deps): bump org.snmp4j:snmp4j from 3.7.8 to 3.8.0 +* Use codehaus.plexus-build-api +* build(deps): bump org.jline:jline from 3.22.0 to 3.25.1 +* build(deps): bump grpc.version from 1.62.2 to 1.63.0 +* build(deps): bump bouncycastle.version from 1.77 to 1.78 +### 🔧 Other Changes +* Bump to 6.0.2-SNAPSHOT. +* Fix vulnscan notification on fail +* Fix notification status +* Fix release workflow +* Add snmp models to OpenApi docs +* Release 6.0.2