Available Versions
Created: March 9, 2026
Updated: August 18, 2026
This resource is the concise version inventory for Cloud Ops Works Blueprints, application templates, project templates, and repo-management modules. The release tags below were verified against the public GitHub releases on August 18, 2026. Detailed rollout guidance lives in dedicated resources, so this page stays focused on what is available and which repository provides it.
Blueprint & Language Versions
Blueprint references inside generated workflows are intentionally pinned by major/minor channel, such as @v5.10, while the Blueprint repository publishes patch tags. The table separates the Blueprint channels from template release lines: each Blueprint column shows the latest template tag known to align to that channel, and N/A means that area does not have a released implementation for that channel.
| Area | v5.8 Blueprint | v5.9 Blueprint | v5.10 Blueprint | Latest Version | Default Runtime | Version Notes | Repository |
|---|---|---|---|---|---|---|---|
| CloudOpsWorks Blueprints | v5.8.19 (deprecated) | v5.9.97 | v5.10.76 | v5.10.76 | GitHub Actions | Active workflow channel; generated workflows should pin @v5.10 rather than a patch tag. v5.10.75 refines owners and release workflow handling, while v5.10.76 improves Node.js package-manager and test detection, dependency-path caching, working-directory handling, and Tronador CLI availability in build actions. | blueprints |
| Java | v5.7.4 | v5.8.31 | v5.9.43 | v5.9.43 | JDK 25 | Since production’s v5.9.33, adds Maven Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); later patches align version and preview-cleanup behavior, and v5.9.43 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | java-app-template |
| NodeJS | v5.7.4 | v5.8.31 | v5.9.41 | v5.9.41 | Node 24 | Since production’s v5.9.30, adds npm Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); later patches align version and preview-cleanup behavior, and v5.9.41 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | node-app-template |
| Python | v1.2.4 | v1.3.37 | v1.4.35 | v1.4.35 | Python 3.14 | Since production’s v1.4.25, adds Python-package Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); later patches align version and preview-cleanup behavior, and v1.4.35 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | python-app-template |
| Xcode | v5.2.0 | v5.2.1 | v5.3.28 | v5.3.28 | Xcode 16.4 | Since production’s v5.3.20, adds Swift Package Manager Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); v5.3.28 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | xcode-app-template |
| Go | v1.1.1 | v1.2.14 | v1.3.46 | v1.3.46 | Go 1.25 | Since production’s v1.3.36, adds Go-module Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); later patches align version and preview-cleanup behavior, and v1.3.46 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | go-app-template |
| .NET | v1.1.1 | v1.2.15 | v1.3.34 | v1.3.34 | .NET 10 | Since production’s v1.3.24, adds NuGet Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); later patches align version and preview-cleanup behavior, and v1.3.34 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | dotnet-app-template |
| Rust | v0.1.1 | v1.1.1 | v1.2.32 | v1.2.32 | Rust stable | Since production’s v1.2.21, adds Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); v1.2.32 corrects the Dependabot ecosystem to rust-toolchain and groups minor and patch updates while keeping major updates individually reviewable. | rust-app-template |
| Android SDK | N/A | N/A | v1.0.24 | v1.0.24 | Android SDK 16.0 | Since production’s v1.0.16, adds Gradle Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); v1.0.24 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | androidsdk-app-template |
| Flutter Mobile | N/A | N/A | v1.0.29 | v1.0.29 | Flutter stable, Android SDK 16.0, Xcode 16.4 | Since production’s v1.0.21, adds Dart and Android Gradle Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); v1.0.29 consolidates Dart, Android Gradle, and iOS Swift updates into one multi-ecosystem Dependabot group. | fluttermobile-app-template |
| Docker (plain) | v5.8.0 | v5.9.0 | v5.10.33 | v5.10.33 | node:18-alpine | Since production’s v5.10.23, adds Docker base-image Dependabot updates with a seven-day cooldown, preserves user .gitignore content, updates automerge to use PR titles, and synchronizes GitVersion presets (fix/*, alpha features, beta hotfixes); later patches align version and preview-cleanup behavior, and v5.10.33 groups Dependabot minor and patch updates while keeping major updates individually reviewable. | docker-app-template |
| Terraform Project | N/A | N/A | N/A | v3.0.5 | Terraform / OpenTofu | Protects user .gitignore content outside Tronador-managed blocks during upgrades. | terraform-project-template |
| Terragrunt Project | v1.8.9 | v1.8.29 | v1.9.48 | v1.9.48 | Terragrunt / OpenTofu | Since production’s v1.9.33, adds default-off conventional-commit governance options, Tronador CLI-first initialization and upgrade guidance, managed .gitignore blocks, and protected-source schema documentation; also hardens feature cleanup, slash/automerge, GitVersion hotfix handling, and plan/deploy generation with injection-safe expressions, reliable bot pushes, skipped empty commits, and surfaced push failures. | terragrunt-project-template |
| Terraform Module Template | N/A | N/A | v1.6.50 | v1.6.50 | Terraform / OpenTofu | Since production’s v1.6.39, hardens workflow token and shell handling, makes the Tronador CLI preferred for repository upgrades and provider initialization, updates generated locals and the tags module, adds Terraform Dependabot with a seven-day cooldown, preserves user .gitignore content, realigns .cloudopsworks/_VERSION, and configures GitVersion hotfix/fix branches with alpha feature and beta hotfix prerelease labels. | terraform-module-template |
Latest Blueprint Highlights
- Use Blueprint
@v5.10for the active workflow channel; its latest published patch isv5.10.76. - Use Blueprint
@v5.9only for repositories that still need the maintained previous channel; its latest published patch isv5.9.97. - Blueprint v5.8 is deprecated. The
@v5.8channel is listed only for historical/deprecation visibility; its latest published patch isv5.8.19. - The Blueprint columns list the latest template release detected for each workflow channel, not previous patch releases within a template's own version line.
- Template releases keep new governance settings disabled by default, so upgrading a template does not immediately block commits.
- Terraform template variants expose branch protection and commit-message policy settings through
branch.*andenforce.*variables. - For the plain-language rollout guide, see Branch Protection Rulesets for Conventional Commits.
Tronador CLI v0.2.7
The current v0.2.x release is tronador-cli v0.2.7. Its released executable is named tronador; the repository and package-manager package remain tronador-cli. Since v0.2.3, the CLI adds safer template preservation, release-tier-aware IaC upgrade selection, repository-local GitVersion handling, exact-HEAD-tag version detection, and evaluated version-file delta previews. Read what changed from v0.2.3 through v0.2.7 or the installation guide for commands and upgrade guidance.
Important Notes
- Prefer the newest template releases listed above when creating or upgrading repositories.
- Keep
cloudopsworks-ci.yamlandcloudopsworks-ci.yaml.tftpltogether in template repositories. - Start Ruleset rollout in evaluate mode before enabling blocking enforcement.
- Blueprint v5.8 is deprecated. Prefer
@v5.9only for repositories that cannot yet move to@v5.10; otherwise use the active@v5.10channel. - Blueprint
v5.10includes an important API Gateway deployment change from earlier release waves. Coordinate migrations before upgrading older API Gateway deployments. - When upgrading older generated repositories, include the original Blueprint version used to create them to avoid accidental drift.
Upgrade Commands
Use either the repository Make targets or the Tronador CLI commands to manage template upgrades:
| Goal | Make target | Tronador CLI |
|---|---|---|
| Show available template versions before modifying files. | make repos/available | tronador repos available --workdir ../my-service |
| Upgrade to the latest compatible patch within the same minor line. | make repos/upgrade | tronador repos upgrade --workdir ../my-service |
| Jump to the latest compatible version within the current major line. | make repos/upgrade/major | tronador repos upgrade major --workdir ../my-service |
| Upgrade to a specific tag or branch, recommended when a repository is older than the currently supported baseline. | make repos/upgrade/vX.Y.Z | tronador repos upgrade vX.Y.Z --workdir ../my-service |
Upgrade from the template repository master branch tip. Use only when explicitly tracking unreleased template state. | make repos/upgrade/master | tronador repos upgrade master --workdir ../my-service |
When you are already inside the target repository, omit --workdir ../my-service.