Add DevOps updates on top of the branch that holds the HCM v1.7 DevOps changes.
3
Update Seed Data & Localisation
Seed Data Update
Use the updated seed data dump provided here:
🔗 Seed Data File
Import this dump into the environment. This will replace/upgrade the existing seed data with the updated version needed for HCM v1.8.
No manual picking of changes from the document is required.
Localization Update
The reference document lists the updated translations/localization changes:
🔗 Reference Document
Use the finalized localization files (JSON/CSV) that are shared along with the migration package. These files should be applied directly to update the localization.
4
Update Project Builds
Update the build versions in dependency-chart-v1.8.yaml:
Service
New version
workbench-ui
v0.4.0-51d99a279e-514
project-factory
v0.4.0-ac42230ae7-576
5
Final Verification
Ensure all the above changes are committed and pushed to the correct branches.
Deploy the updated version in the new environment.
Test the environment for:
Functionality changes from v1.8 configs.
Project Factory V2 API functionality.
Seed data correctness.
UI rendering in the workbench.
If all tests pass, proceed to promote changes to the required environments.
APK Upgrade Guide
Below are the steps to upgrade from v1.7.0 → v0.2.0.
1
Upgrade app version
The app version has been bumped: version: 1.7.0 → version: 0.2.0
2
How to Apply These Updates
Step 1 — Update dependencies
Run:
flutter pub upgrade
👉 This updates all packages to the latest versions that match your pubspec.yaml.
Step 2 — Clean project (to avoid old cached versions)
flutter clean
flutter pub get
Step 3 — Verify updates
Run:
flutter pub outdated
👉 This shows you if any dependencies are still behind the latest release.