Skip to content

Commit 14be03f

Browse files
committed
chore: update Provisioner API version 1.6 with prebuilds' expiration policy changes
1 parent 266c445 commit 14be03f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provisionerd/proto/version.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import "github.com/coder/coder/v2/apiversion"
2525
// - Add previous parameter values to 'WorkspaceBuild' jobs. Provisioner passes
2626
// the previous values for the `terraform apply` to enforce monotonicity
2727
// in the terraform provider.
28+
// - Add new field named `expiration_policy` to `Prebuild`, with a field named
29+
// `ttl` to define TTL-based expiration for unclaimed prebuilds.
2830
const (
2931
CurrentMajor = 1
3032
CurrentMinor = 6

0 commit comments

Comments
 (0)