Skip to content

Commit 458b0a5

Browse files
chore(release): Update version to v1.4.298
1 parent b8f64bd commit 458b0a5

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
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.298 (2025-08-27)
4+
5+
### PR [#1730](https://github.com/danielmiessler/Fabric/pull/1730) by [ksylvan](https://github.com/ksylvan): Modernize Dockerfile with Best Practices Implementation
6+
7+
- Remove docker-test framework and simplify production docker setup by eliminating complex testing infrastructure
8+
- Delete entire docker-test directory including test runner scripts and environment configuration files
9+
- Implement multi-stage build optimization in production Dockerfile to improve build efficiency
10+
- Remove docker-compose.yml and start-docker.sh helper scripts to streamline container workflow
11+
- Update README documentation with cleaner Docker usage instructions and reduced image size benefits
12+
313
## v1.4.297 (2025-08-26)
414

515
### PR [#1729](https://github.com/danielmiessler/Fabric/pull/1729) by [ksylvan](https://github.com/ksylvan): Add GitHub Community Health Documents

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.297"
3+
var version = "v1.4.298"
12 KB
Binary file not shown.

cmd/generate_changelog/incoming/1730.txt

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

nix/pkgs/fabric/version.nix

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

0 commit comments

Comments
 (0)