You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
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
+
3
13
## v1.4.297 (2025-08-26)
4
14
5
15
### PR [#1729](https://github.com/danielmiessler/Fabric/pull/1729) by [ksylvan](https://github.com/ksylvan): Add GitHub Community Health Documents
0 commit comments