Skip to content

Commit

Permalink
Release 6.1.4 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
FRINXrepo committed Aug 16, 2024
1 parent 0e1da61 commit c68d785
Show file tree
Hide file tree
Showing 2 changed files with 35 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.1.4](../release-notes/uniconfig-6.1.4.md)
- [Release notes for UniConfig 6.0.8](../release-notes/uniconfig-6.0.8.md)
- [Release notes for UniConfig 6.1.3](../release-notes/uniconfig-6.1.3.md)
- [Release notes for UniConfig 6.0.7](../release-notes/uniconfig-6.0.7.md)
Expand Down
34 changes: 34 additions & 0 deletions frinx-uniconfig/release-notes/uniconfig-6.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!-- Release notes generated using configuration in .github/release.yml at 6.1.4 -->

## What's Changed
### 🐞 Bug Fixes
* [UNIC-1801] Fix health-check clash with un/mounting process
* [UNIC-1804] Fix transaction timestamp
* [UNIC-1813] Fix replace-config-with-snapshot
* [UNIC-1808] Commit fail on metadata update
* [UNIC-1811] Fix loading yang repository in bulk-get cluster
* [UNIC-1814] Fix template auto-upgrade (#2648)
* Change log level in GlobalDOMSchemaServiceImpl
### 💡 Improvements
* [UNIC-1786] Open prometheus endpoint in actuator.
* [UNIC-1786] Rewrite UniConfig metrics to micrometer.
* [UNIC-1806] TopologyNode based data-broker
* [UNIC-1812] Implement casa init unit.
* [UNIC-1803] Local Uniconfig deployment in minikube(kubernets cluster)
### 🔨 Dependency Upgrades
* build(deps): bump antlr4.version from 4.13.1 to 4.13.2
* build(deps): bump sshd.version from 2.13.1 to 2.13.2
* build(deps): bump org.checkerframework:checker-qual from 3.45.0 to 3.46.0
* build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5
* build(deps): bump com.google.errorprone:error_prone_annotations from 2.29.2 to 2.30.0
* build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6
* build(deps): bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0
* build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0
* build(deps): bump com.google.errorprone:error_prone_core from 2.29.2 to 2.30.0
* build(deps): bump org.jetbrains.kotlin:kotlin-maven-plugin from 2.0.0 to 2.0.10
* build(deps): bump io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64 from 16.3.0 to 16.4.0
* build(deps): bump grpc.version from 1.65.1 to 1.66.0
### 🔧 Other Changes
* Bump to 6.1.4-SNAPSHOT.
* Readme update regarding topology-node data brokers
* Release 6.1.4.

0 comments on commit c68d785

Please sign in to comment.