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.13.0-pre0
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: main
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 5, 2025

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

Commits on Nov 12, 2025

  1. build(deps): Bump golang.org/x/mod from 0.29.0 to 0.30.0 (#463)

    Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0.
    - [Commits](golang/mod@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-version: 0.30.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 Nov 12, 2025
    Configuration menu
    Copy the full SHA
    c822a5f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. build(deps): Bump actions/checkout from 5 to 6 (#468)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    60377bb View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#467)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    dd62465 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump github.com/hashicorp/terraform-plugin-log (#465)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    9cfd35f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee79c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. feat: add confliction with subdomain (#469)

    * feat: add confliction with `subdomain`
    
    * fix: provide correct error
    
    * feat: implement testing suite
    
    * chore: remove unnecessary test suite
    
    * fix: resolve `app.md` lint
    
    * chore: resolve `app.go` description
    
    * Revert "chore: remove unnecessary test suite"
    
    This reverts commit 3d63e36.
    
    * chore: remove unused comments
    
    * chore: rename `Command` to `ConflictsWith`
    
    * feat: implement extensive test case
    
    * fix: convert to using dummy values
    
    * chore: remove duplicate testcase
    
    * chore: update wording to `Conflicts with subdomain.`
    jakehwll authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    76bda72 View commit details
    Browse the repository at this point in the history
Loading