Skip to content

Commit 7ab708b

Browse files
Release v1.8.0: Docker publishing pipeline fix
- Fixed Issue #146: Docker image publishing pipeline failures - Added automated Docker Hub publishing to release workflow - Enhanced release gates with Docker build validation - Improved containerized deployment reliability
1 parent 3697ab2 commit 7ab708b

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.0] - 2025-12-08
11+
12+
### 🐳 **DOCKER PUBLISHING PIPELINE** - Containerized Deployments Fixed
13+
14+
This release resolves critical Docker image publishing failures that prevented containerized shimmy deployments. The fix ensures reliable automated Docker Hub publishing for all future releases.
15+
16+
### 🏆 **HEADLINE ACHIEVEMENTS**
17+
18+
**🚀 DOCKER PUBLISHING AUTOMATION**
19+
- **FIXED**: Issue #146 - Docker image publishing pipeline failures
20+
- Implemented automated Docker Hub publishing in release workflow
21+
- Added comprehensive Docker build validation in release gates
22+
- **Result**: Containerized shimmy deployments now work reliably
23+
24+
**🔧 INFRASTRUCTURE RELIABILITY**
25+
- Enhanced release gate validation with Docker build verification
26+
- Strengthened CI/CD pipeline with container deployment testing
27+
- Improved deployment automation for cloud-native environments
28+
29+
### 📦 **CHANGES**
30+
- Fixed Docker publishing workflow configuration
31+
- Added Docker build validation to release gates
32+
- Enhanced containerized deployment reliability
33+
1034
## [1.7.3] - 2025-10-12
1135

1236
### 🎯 **SYSTEMATIC ENGINEERING EXCELLENCE** - Production Quality Release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shimmy"
3-
version = "1.7.4"
3+
version = "1.8.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Lightweight sub-5MB Ollama alternative with native SafeTensors support. No Python dependencies, 2x faster loading. Now with GitHub Spec-Kit integration for systematic development."

0 commit comments

Comments
 (0)