Skip to content

Commit e40d4e6

Browse files
chore(release): Update version to v1.4.299
1 parent 51bd1eb commit e40d4e6

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.4.299 (2025-08-27)
4+
5+
### PR [#1731](https://github.com/danielmiessler/Fabric/pull/1731) by [ksylvan](https://github.com/ksylvan): chore: upgrade ollama dependency from v0.9.0 to v0.11.7
6+
7+
- Updated ollama package from version 0.9.0 to 0.11.7
8+
- Fixed 8 security vulnerabilities including 5 high-severity CVEs that could cause denial of service attacks
9+
- Patched Ollama server vulnerabilities related to division by zero errors and memory exhaustion
10+
- Resolved security flaws that allowed malicious GGUF model file uploads to crash the server
11+
- Enhanced system stability and security posture through comprehensive dependency upgrade
12+
313
## v1.4.298 (2025-08-27)
414

515
### PR [#1730](https://github.com/danielmiessler/Fabric/pull/1730) by [ksylvan](https://github.com/ksylvan): Modernize Dockerfile with Best Practices Implementation

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.298"
3+
var version = "v1.4.299"
16 KB
Binary file not shown.

cmd/generate_changelog/incoming/1731.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

nix/pkgs/fabric/gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ schema = 3
224224
version = "v1.0.2"
225225
hash = "sha256-+W9EIW7okXIXjWEgOaMh58eLvBZ7OshW2EhaIpNLSBU="
226226
[mod."github.com/ollama/ollama"]
227-
version = "v0.9.0"
228-
hash = "sha256-r2eU+kMG3tuJy2B43RXsfmeltzM9t05NEmNiJAW5qr4="
227+
version = "v0.11.7"
228+
hash = "sha256-3Wn1JWmil0aQQ2I/r398HbnUsi8ADoroqNyPziuxn/c="
229229
[mod."github.com/openai/openai-go"]
230230
version = "v1.8.2"
231231
hash = "sha256-O8aV3zEj6o8kIlzlkYaTW4RzvwR3qNUBYiN8SuTM1R0="

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.298"
1+
"1.4.299"

0 commit comments

Comments
 (0)