Skip to content

Commit ff30c92

Browse files
chore(release): rilascia versione 1.1.1
1 parent 0a9e9d6 commit ff30c92

File tree

4 files changed

+25
-125
lines changed

4 files changed

+25
-125
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 125 deletions
This file was deleted.

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.1] - 2025-12-02
11+
12+
### Added
13+
- Dashboard screenshot for documentation
14+
- TODO.md with project roadmap
15+
16+
### Removed
17+
- GitHub Actions workflow (manual build for now, automation planned)
18+
1019
## [1.1.0] - 2025-12-02
1120

1221
### Added

TODO.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# TODO
2+
3+
## Future Tasks
4+
5+
### CI/CD: Automate Docker image builds with GitHub Actions
6+
7+
Set up GitHub Actions workflow to automatically build and push Docker images to GHCR when a new version tag is pushed.
8+
9+
**Requirements:**
10+
- Trigger on `v*` tags (e.g., v1.2.0)
11+
- Build both `Dockerfile` and `Dockerfile.tika` variants
12+
- Multi-platform support: `linux/amd64`, `linux/arm64`
13+
- Push to `ghcr.io/strawberry-code/ragify`
14+
- Auto-create GitHub Release with changelog notes
15+
16+
**Reference:** Previous workflow was in `.github/workflows/release.yml` - can be restored and adapted when ready.

dashboard.png

2.28 MB
Loading

0 commit comments

Comments
 (0)