We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c445 commit 14be03fCopy full SHA for 14be03f
provisionerd/proto/version.go
@@ -25,6 +25,8 @@ import "github.com/coder/coder/v2/apiversion"
25
// - Add previous parameter values to 'WorkspaceBuild' jobs. Provisioner passes
26
// the previous values for the `terraform apply` to enforce monotonicity
27
// 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.
30
const (
31
CurrentMajor = 1
32
CurrentMinor = 6
0 commit comments