| Type |
Task
|
| Priority |
Normal
|
| Assignee | |
| Version |
1.10.0
|
| Sprints |
n/a
|
| Customer |
n/a
|
Issue Votes (0)
| Type |
Task
|
| Priority |
Normal
|
| Assignee | |
| Version |
1.10.0
|
| Sprints |
n/a
|
| Customer |
n/a
|
Summary
Release preparation and validation for Sztab 1.10.0.
This work covers version alignment, image build and deployment, staging validation, regression testing, and release documentation finalization.
Scope of Work
1. Version Alignment
Updated root
pom.xmlto1.10.0Aligned all module versions (
backend,query-dsl,query-cli)Resolved parent POM mismatch causing reactor build inconsistency
Verified build integrity:
mvn clean package -DskipTests
2. Docker Image Build & Push
Built and pushed backend image:
docker buildx build
--platform linux/amd64
-f backend/docker/Dockerfile
-t tigase.dev/sztab/sztab-backend:1.10.0
--push
.
Verified image availability in registry
Resolved staging
ImagePullBackOffdue to missing image3. Staging Deployment (Helm)
Restarted backend deployment:
kubectl rollout restart deployment sztab-backend -n sztab-staging
Verified:
4. Regression Testing
Manual validation performed on core workflows:
All flows validated successfully on the release image.
5. Release Documentation
docs/release/1.10.0ReleaseNotes.mdREADME_FIRST.mdsztabctldocumentation todocs/tools/sztabctl.md6. Cleanup and Finalization
Removed tracked binary artifact (
sztabinaexecutable)Verified clean working tree prior to release
Tagged release:
v1.10.0
Confirmed tag alignment with release commit
Lessons Learned
ImagePullBackOffmvn versions:setensures consistent version updates across modulesOutcome
Release declared stable.