Skip to content

fix: reduce size of terraform modules archive #17749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 12, 2025
Prev Previous commit
Next Next commit
hop on the v1.5 train
  • Loading branch information
aslilac committed May 12, 2025
commit e034d9b32432abebf2ee4b72a5ad148aca276f8c
4 changes: 1 addition & 3 deletions provisionerd/proto/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import "github.com/coder/coder/v2/apiversion"
//
// API v1.5:
// - Add new field named `prebuilt_workspace_build_stage` enum in the Metadata message.
//
// API v1.6:
// - Add `plan` and `module_files` fields to `CompletedJob.TemplateImport`.
const (
CurrentMajor = 1
CurrentMinor = 6
CurrentMinor = 5
)

// CurrentVersion is the current provisionerd API version.
Expand Down
Loading