Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
6eb5153
feat(scale-set): add ECS orchestration
edersonbrilhante Sep 3, 2026
fe2000f
fix(terraform): raise minimum to 1.5.6
edersonbrilhante Sep 11, 2026
9d10f21
fix(terraform): limit minimum to scale-set module
edersonbrilhante Sep 11, 2026
cc8f61f
fix(scale-set): align GitHub and workspace configuration
edersonbrilhante Sep 11, 2026
7e242ad
docs: auto update terraform docs
github-actions[bot] Sep 11, 2026
7b43297
fix(scale-set): derive GitHub URL from enterprise server
edersonbrilhante Sep 11, 2026
0475b27
fix(scale-set): require runner registration scope
edersonbrilhante Sep 11, 2026
8fd9ea1
feat(scale-set): update orchestration provider module
edersonbrilhante Sep 14, 2026
7a62486
fix(scale-set): isolate compute task policy
edersonbrilhante Sep 14, 2026
20ef101
feat(scale-set): include runner labels in manifest
edersonbrilhante Sep 15, 2026
3cba8d7
docs: auto update terraform docs
github-actions[bot] Sep 15, 2026
2aedc6c
feat(scale-set): sync orchestration module changes
edersonbrilhante Sep 15, 2026
a759a4e
docs: auto update terraform docs
github-actions[bot] Sep 15, 2026
1e1bf28
fix(scale-set): identify controller logs
edersonbrilhante Sep 15, 2026
2359f24
fix(scale-set): isolate provider permissions on compute roles
edersonbrilhante Sep 15, 2026
4a551e7
docs: auto update terraform docs
github-actions[bot] Sep 15, 2026
4dc9852
Update modules/orchestration-providers/scale-set/locals.tf
edersonbrilhante Sep 16, 2026
dbe0ff0
fix(scale-set): remove enterprise registration support
edersonbrilhante Sep 16, 2026
d426efe
test(scale-set): use custom GitHub host in ownership test
edersonbrilhante Sep 16, 2026
88fec7c
feat(scale-set): wire orchestration through runner config
edersonbrilhante Sep 15, 2026
fc62799
docs: auto update terraform docs
github-actions[bot] Sep 15, 2026
a7b2c0f
fix(ec2): grant scale-set AMI SSM read access
edersonbrilhante Sep 15, 2026
06181ce
fix(multi-runner): validate scale-set installation ID
edersonbrilhante Sep 16, 2026
8757a5b
fix(multi-runner): use supported scale-set registration in fixtures
edersonbrilhante Sep 16, 2026
89a7bb7
fix(multi-runner): remove enterprise scale-set registration
edersonbrilhante Sep 16, 2026
d34ba91
docs: auto update terraform docs
github-actions[bot] Sep 16, 2026
03233bc
fix(multi-runner): align translated registration scope
edersonbrilhante Sep 16, 2026
e640bb4
test(examples): add scale-set orchestration example
edersonbrilhante Sep 15, 2026
2f31a0b
test(ministack): cover scale-set controller integration
edersonbrilhante Sep 15, 2026
02457b4
fix(ministack): use scale-set installation ID string
edersonbrilhante Sep 15, 2026
4a42e08
revert(ci): remove scale-set MiniStack integration
edersonbrilhante Sep 16, 2026
436bcaa
feat(scale-set): isolate orchestration provider module
edersonbrilhante Sep 17, 2026
36bc08b
fix(scale-set): validate compute task policy
edersonbrilhante Sep 17, 2026
8175f99
docs: auto update terraform docs
github-actions[bot] Sep 17, 2026
ed6f749
fix(terraform): limit minimum to scale-set module
edersonbrilhante Sep 11, 2026
a5b31c5
feat(scale-set): sync orchestration module changes
edersonbrilhante Sep 15, 2026
27be2bc
feat(scale-set): wire orchestration through runner config
edersonbrilhante Sep 15, 2026
9e307f5
fix(ec2): grant scale-set AMI SSM read access
edersonbrilhante Sep 15, 2026
b050575
fix(multi-runner): validate scale-set installation ID
edersonbrilhante Sep 16, 2026
7006515
fix(multi-runner): use supported scale-set registration in fixtures
edersonbrilhante Sep 16, 2026
ba1ca25
fix(multi-runner): remove enterprise scale-set registration
edersonbrilhante Sep 16, 2026
8888bbc
fix(multi-runner): align translated registration scope
edersonbrilhante Sep 16, 2026
ca0d966
feat(scale-set): update orchestration provider module
edersonbrilhante Sep 14, 2026
273bcae
fix(scale-set): isolate compute task policy
edersonbrilhante Sep 14, 2026
58bde59
feat(scale-set): sync orchestration module changes
edersonbrilhante Sep 15, 2026
a0e6803
fix(terraform): restore minimum version constraints
edersonbrilhante Sep 17, 2026
481331c
fix(terraform): restore trust policy minimum version
edersonbrilhante Sep 17, 2026
b3f3e57
docs: auto update terraform docs
github-actions[bot] Sep 17, 2026
4b1b11a
feat(examples): add scale-set orchestration example
edersonbrilhante Sep 17, 2026
38b1f7e
fix(examples): require Terraform 1.5.6
edersonbrilhante Sep 17, 2026
6b419fb
docs: auto update terraform docs
github-actions[bot] Sep 17, 2026
238c0bc
test(ministack): move scale-set fixtures to example PR
edersonbrilhante Sep 17, 2026
72690ce
test(ministack): synchronize moved fixtures with parent PR
edersonbrilhante Sep 17, 2026
7d77546
Merge branch 'main' into test-scale-set-integration
edersonbrilhante Sep 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ministack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- ephemeral
- multi-runner
- multi-runner-v2
- multi-runner-scale-set
- migration-test
- termination-watcher
services:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Join our discord community via [this invite link](https://discord.gg/bxgXW8jJGh)

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.6 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.33 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |

Expand Down
311 changes: 0 additions & 311 deletions docs/multi-runner-v1-to-v2-configuration.md

This file was deleted.

Loading
Loading