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.10.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.10.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 12, 2025

  1. build(deps): Bump actions/checkout from 4 to 5 (#426)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    b358b64 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#…

    …429)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.10.0...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-version: 1.11.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    06cddce View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump golang.org/x/mod from 0.25.0 to 0.27.0 (#425)

    Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.25.0 to 0.27.0.
    - [Commits](golang/mod@v0.25.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-version: 0.27.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    42c19bc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. docs: add Premium license warning for external_agent resource (#434)

    * docs: add Premium license warning for external_agent resource
    
    Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
    
    * fix: add Premium license warning to external_agent resource description
    
    The warning needs to be in the Go code description field so it gets
    auto-generated into the documentation.
    
    Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
    
    * docs: remove manual markdown edit to let auto-generation handle warning
    
    The warning is now properly added in the Go code description field
    and will be auto-generated into the documentation.
    
    Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
    
    * docs: add Premium license warning with pricing link to external_agent
    
    Updated the Go code description to include a warning about Premium
    license requirement with a link to pricing, then ran make gen to
    regenerate the documentation.
    
    Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
    blink-so[bot] and M Atif Ali authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    8c9d011 View commit details
    Browse the repository at this point in the history
Loading