Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion config/example-runner-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ control_plane:
manager_version: v0.2.1-nddev.87
scheduling_mode: scale-set
provider: incus
provider_version: v0.1.5-nddev.101
provider_version: v0.1.5-nddev.102
provider_interface: v0.1.0
worker_kind: incus-container
runner: actions/runner
Expand Down
2 changes: 1 addition & 1 deletion config/example-runner-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ control_plane:
manager_version: v0.2.1-nddev.87
scheduling_mode: scale-set
provider: incus
provider_version: v0.1.5-nddev.101
provider_version: v0.1.5-nddev.102
provider_interface: v0.1.0
worker_kind: incus-container
runner: actions/runner
Expand Down
2 changes: 1 addition & 1 deletion config/example-runner-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ control_plane:
manager_version: v0.2.1-nddev.87
scheduling_mode: scale-set
provider: incus
provider_version: v0.1.5-nddev.101
provider_version: v0.1.5-nddev.102
provider_interface: v0.1.0
worker_kind: incus-container
runner: actions/runner
Expand Down
2 changes: 1 addition & 1 deletion config/example-runner-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ control_plane:
manager_version: v0.2.1-nddev.87
scheduling_mode: scale-set
provider: incus
provider_version: v0.1.5-nddev.101
provider_version: v0.1.5-nddev.102
provider_interface: v0.1.0
worker_kind: incus-container
runner: actions/runner
Expand Down
2 changes: 1 addition & 1 deletion config/example-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ control_plane:
manager_version: v0.2.1-nddev.87
scheduling_mode: scale-set
provider: incus
provider_version: v0.1.5-nddev.101
provider_version: v0.1.5-nddev.102
provider_interface: v0.1.0
worker_kind: incus-container
runner: actions/runner
Expand Down
4 changes: 2 additions & 2 deletions config/provider-derivative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ artifact: garm-provider-incus
# state all move together, because all three derive from here. A provider change
# that does not bump it ships under the previous version, which is exactly how
# runner-1 and runner-2 diverged.
derivative_version: v0.1.5-nddev.101
derivative_version: v0.1.5-nddev.102

# The external-provider protocol GARM speaks to this binary. It moves on its own
# schedule -- a provider release does not imply an interface release -- so it is
Expand All @@ -38,7 +38,7 @@ runtime:

build:
source_commit: 103ef263e2b1c722b80ffa588f51b4a34c4aeaae
binary_sha256: d2a575892b18115a02b91f570e4ffbdc9e785061ff99f05e7c19f1c49494ee54
binary_sha256: 41a3d022205cb9ae71a20d85cc3dfb480eb6cd4ac661ebb9c4137175c9e4efd9
go_version: go1.26.6
cgo_enabled: false
target_os: linux
Expand Down