Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/terraform-provider-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: coder/terraform-provider-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0-pre0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    979aeb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. chore(deps): update Go version to 1.24.6 (#453)

    * chore(deps): update Go version to 1.24.6
    
    Update Go version from 1.24.2 to 1.24.6 to resolve vulnerability reports in transitive dependencies. This update addresses security issues in SQL and Git packages that, while not directly used by the provider, are causing artifact repository blocks.
    
    Fixes #452
    
    * chore(deps): update Go version in release workflow
    
    Update Go version in release.yml to match go.mod version (1.24.6)
    michaelvp411 authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    a86ce82 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Configuration menu
    Copy the full SHA
    fc9724b View commit details
    Browse the repository at this point in the history
  2. feat: add enabled computed field to coder_ai_task (#451)

    As discussed, we want to enable a way for consumers to know if their
    template is being provisioned as a task or not. We know that if 
    `CODER_TASK_ID` is set by the provisioner, it is being provisioned as
    a task, and not as workspace. We use this knowledge to set a computed 
    field `enabled` to reflect this.
    DanielleMaywood authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    1211f28 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#427

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    e0b1ec1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. feat: add coder_task data source (#460)

    Adds a `coder_task` data source to support use cases that would otherwise cause a cycle error.
    johnstcn authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    5fe8d85 View commit details
    Browse the repository at this point in the history
  2. docs(coder_ai_task): add min coder version for prompt and enabled (

    …#459)
    
    * docs(coder_ai_task): add min coder version for `prompt` and `enabled`
    
    * indent callouts
    
    ---------
    
    Co-authored-by: Cian Johnston <cian@coder.com>
    DanielleMaywood and johnstcn authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    2976879 View commit details
    Browse the repository at this point in the history
Loading