@@ -5,22 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.1] - 2025-12-26
9+
10+ ### Changed
11+
12+ - Migrated image storage from GitHub Releases to Cloudflare R2
13+ - Custom domain: ` armbian-builds.techki.to `
14+ - 10GB free storage with no egress fees
15+ - S3-compatible API via rclone
16+ - Updated workflow to use PAT token for branch protection bypass
17+ - Download script now fetches from Cloudflare R2
18+
819## [ 1.2.0] - 2025-12-26
920
1021### Added
1122
1223- Automated Armbian image build workflow (` .github/workflows/armbian-build.yml ` )
1324 - Daily check for upstream armbian/build version changes
14- - Automatic build and upload to GitHub Releases
15- - QEMU setup for ARM64 cross-compilation on x86_64 runners
25+ - Automatic build with QEMU ARM64 cross-compilation
1626 - Auto-updates ` images.json ` with new image metadata
1727- Image metadata registry (` images.json ` )
1828 - Tracks latest image version, checksum, download URL
1929 - Build history with release links
2030- ` --latest ` flag for download script
2131 - Fetches image info from ` images.json `
22- - Supports both GitHub Releases and Google Drive URLs
2332 - Automatic SHA256 verification
33+ - Upload/download scripts for Google Drive distribution
2434
2535### Changed
2636
@@ -203,6 +213,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203213- Comprehensive installation guide (INSTALL.md)
204214- Implementation documentation (docs/IMPLEMENTATION.md)
205215
216+ [ 1.2.1 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.2.0...v1.2.1
206217[ 1.2.0 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.1.9...v1.2.0
207218[ 1.1.9 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.1.8...v1.1.9
208219[ 1.1.8 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.1.7...v1.1.8
0 commit comments