Skip to content

Commit b059744

Browse files
author
Frodo Podschwadek
committed
Merge branch 'claude/security-fix-011CUNoDXtLiN1njyUjx8XqX' into main
2 parents ecd46a1 + 6c0d479 commit b059744

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.7.0] - 2025-10-22
9+
10+
> With few ambitions, most people allowed efficient machines to perform everyday tasks for them.
11+
12+
### Added
13+
14+
- Enabled Ansible pipelining for 300-500% performance improvement in playbook execution.
15+
- Added performance profiling callbacks (`profile_tasks`, `timer`) for task execution visibility.
16+
- Implemented BuildKit cache mounts for `/var/cache/apk` and `/root/.cache/pip` in Dockerfile for faster rebuilds.
17+
- Added GitHub Actions cache support to Docker build workflows for 70-90% faster CI/CD builds.
18+
- Introduced comprehensive cleanup steps in Dockerfile to reduce image size by 50-100MB.
19+
20+
### Changed
21+
22+
- Increased Ansible fork count from 5 to 20 for improved parallel task execution (4-20x faster for multi-container deployments).
23+
- Switched fact caching from `community.general.memcached` to `jsonfile` for persistent caching without external dependencies.
24+
- Reduced multi-platform Docker builds from 7 to 2 architectures (linux/amd64, linux/arm64) for 50-70% faster release builds.
25+
- Migrated Docker image build workflow to `docker/build-push-action@v6` with layer caching support.
26+
- Replaced semicolons with `&&` in Dockerfile RUN commands for better error propagation.
27+
- Removed `NODE_OPTIONS=--openssl-legacy-provider` workaround from documentation build process.
28+
29+
### Fixed
30+
31+
- Set task timeout to 3600 seconds (1 hour) to prevent infinite task hangs.
32+
- Updated [vite](https://github.com/vitejs/vite) from 7.0.7 to 7.0.8 to address security vulnerability GHSA-93m4-6634-74q7 (moderate severity path traversal issue allowing server.fs.deny bypass on Windows).
33+
834
## [1.6.8] - 2025-10-06
935

1036
> Generalities are intellectually necessary evils.

0 commit comments

Comments
 (0)