Skip to content

Commit

Permalink
Release 6.0.2 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
FRINXrepo committed Apr 11, 2024
1 parent 6d2bf6b commit 52f01c6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions frinx-uniconfig/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
43 changes: 43 additions & 0 deletions frinx-uniconfig/release-notes/uniconfig-6.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!-- Release notes generated using configuration in .github/release.yml at 6.0.2 -->

## 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

0 comments on commit 52f01c6

Please sign in to comment.