diff --git a/CHANGELOG.md b/CHANGELOG.md index 1832f52d..13227f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.301 (2025-08-28) + +### PR [#1735](https://github.com/danielmiessler/Fabric/pull/1735) by [ksylvan](https://github.com/ksylvan): Fix Docker Build Path Configuration + +- Fix: update Docker workflow to use specific Dockerfile and monitor markdown file changes +- Add explicit Dockerfile path to Docker build action +- Remove markdown files from workflow paths-ignore filter +- Enable CI triggers for documentation file changes +- Specify Docker build context with custom file location + ## v1.4.300 (2025-08-28) ### PR [#1732](https://github.com/danielmiessler/Fabric/pull/1732) by [ksylvan](https://github.com/ksylvan): CI Infra: Changelog Generation Tool + Docker Image Pubishing diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 38c93677..d55375cc 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.300" +var version = "v1.4.301" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 16543fae..3e4e0d96 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1735.txt b/cmd/generate_changelog/incoming/1735.txt deleted file mode 100644 index b2926d76..00000000 --- a/cmd/generate_changelog/incoming/1735.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1735](https://github.com/danielmiessler/Fabric/pull/1735) by [ksylvan](https://github.com/ksylvan): Fix Docker Build Path Configuration - -- Fix: update Docker workflow to use specific Dockerfile and monitor markdown file changes -- Add explicit Dockerfile path to Docker build action -- Remove markdown files from workflow paths-ignore filter -- Enable CI triggers for documentation file changes -- Specify Docker build context with custom file location diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 15418e5a..fad32379 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.300" +"1.4.301"