Available Versions
Created: March 9, 2026 Updated: June 8, 2026
This document provides an overview of the currently available versions for our Blueprints and various programming languages and SDKs. It also captures the latest template metadata patch wave, Flutter mobile template field notes from OMX activity, and how the templates work with the Tronador DevOps accelerator.
Blueprint & Language Versions
The following table summarizes the supported versions across different Blueprints and template repositories:
| Language / SDK | Previous Stable | Latest Version | Default Runtime | Latest Update | Template Repository |
|---|---|---|---|---|---|
| CloudOpsWorks Blueprints | v5.10.67 | v5.10.68 | GitHub Actions | Continued v5.10 channel maintenance for reusable workflow actions | blueprints |
| Java | v5.9.29 | v5.9.30 | JDK 25 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | java-app-template |
| NodeJS | v5.9.26 | v5.9.27 | Node 24 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | node-app-template |
| Python | v1.4.22 | v1.4.23 | Python 3.14 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | python-app-template |
| Xcode | v5.3.18 | v5.3.19 | Xcode 16.4 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | xcode-app-template |
| Go | v1.3.32 | v1.3.33 | Go 1.25 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | go-app-template |
| .Net | v1.3.21 | v1.3.22 | .NET 10.0 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | dotnet-app-template |
| Rust | v1.2.17 | v1.2.18 | Rust stable | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | rust-app-template |
| Android SDK | v1.0.14 | v1.0.15 | Android SDK 16.0 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | androidsdk-app-template |
| Flutter Mobile | v1.0.19 | v1.0.20 | Flutter stable, Android SDK 16.0, Xcode 16.4 | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | fluttermobile-app-template |
| Docker (plain) | v5.10.20 | v5.10.21 | node:18-alpine | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | docker-app-template |
| Terraform Project | v3.0.3 | v3.0.4 | Terraform / OpenTofu | Added cloudopsworks-ci.yaml.tftpl for repo-management rendering from generated repositories | terraform-project-template |
Latest Blueprint Highlights
- The June 8, 2026 template patch wave added
cloudopsworks-ci.yaml.tftplbeside the rendered CI/CD config in every active application template, plus the Terraform project template. terraform-module-github-repo-managementcan now read the template source from newly created repositories and render replacements without carrying language-specific.tftplcopies in the module.- The rendered
cloudopsworks-ci.yamlremains in each template so direct template users keep the same first-clone experience. - Java, NodeJS, Python, .NET, Docker, Xcode, Android SDK, Go, Rust, Flutter Mobile, and Terraform Project templates all received patch-only releases for this metadata move.
- Shared
cloudopsworks/blueprintssupport remains on thev5.10channel, with the latest observed channel tag atv5.10.68.
Current Open Source Repository Rotation
Terraform Modules
The current public module rotation keeps at least six actively maintained Terraform modules visible and favors recently updated repositories:
terraform-module-mongoatlas-aws-users— MongoDB Atlas users with AWS Secrets Manager and Lambda rotation dependencies.terraform-module-mongoatlas-users— MongoDB Atlas user management.terraform-module-aws-secrets-rotation-lambda-setup— AWS Secrets Manager rotation Lambda setup aligned to database management modules.terraform-module-aws-alb-certificate-management— Application Load Balancer certificate management.terraform-module-gcp-cloud-storage— GCP Cloud Storage buckets with versioning, lifecycle, encryption, logging, and IAM policies.terraform-module-github-org-management— GitHub organization management.terraform-module-gcp-mysql-management— GCP Cloud SQL MySQL databases and users with Secret Manager credential storage.terraform-module-aws-mysql-management— AWS MySQL and MariaDB database/user management with Secrets Manager and Hoop.dev integration.
GitHub Actions
Archived actions have been removed from the active list. The maintained action rotation keeps no fewer than three entries:
changelog-action— maintained conventional commit changelog action.actions-runner— specialized GitHub Actions runner for Cloud Ops Works Blueprint pipelines.github-action-jira-release— creates Jira releases that synchronize with GitHub releases.github-action-next-semvers— outputs next major, minor, and patch versions from a semver input.
Important Notes
- Recommendation: Prefer the newest template releases listed above when creating or upgrading repositories. The newer versions include CI template source metadata for repo-management rendering while preserving rendered defaults for direct template users.
- Breaking Changes: Blueprint v5.10 includes an important API Gateway deployment change. Coordinate migrations before upgrading older API Gateway deployments.
- GitHub Repo Management: Keep
cloudopsworks-ci.yamlandcloudopsworks-ci.yaml.tftpltogether in template repositories. Repo-management can render generated repository CI/CD configuration from the template source stored in the new repository. - Flutter Mobile: Use the
v5.10blueprint channel withfluttermobile-app-templatev1.0.20or newer so Flutter fixes and template metadata updates can be consumed without pinning every workflow to a patch-specific blueprint tag. - Upgrading: When upgrading older generated repositories, include the original Blueprint version used to create them to avoid accidental drift.
Upgrade Commands
Use the following commands to manage your version upgrades:
make repos/upgrade: Continues to work the same way, but upgrades patch versions.make repos/upgrade/major: Used to jump to the latest major version.make repos/upgrade/vX.Y.Z: Used to upgrade to a specific version, recommended when a repository is older than the currently supported baseline.