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.4.0-pre1
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
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 17, 2025

  1. build(deps): Bump golang.org/x/net from 0.34.0 to 0.38.0 (#383)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.38.0.
    - [Commits](golang/net@v0.34.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    c86bb5c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. test: rbac role test assertion to handle site wide roles (#385)

    Site wide roles have empty string org_ids
    Emyrk authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    f871a43 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. test: unit test to document validation behavior of parameters (#387)

    Documenting validation behavior with a unit test
    Emyrk authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    ac2f9bf View commit details
    Browse the repository at this point in the history
  2. test: add more validation test cases (#388)

    Some of these cases you would expect it to be an error, but the
    validation passes
    Emyrk authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    4e7da25 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. feat: reuse agent tokens when a prebuilt agent reinitializes (#374)

    * feat: allow presets to define prebuilds
    
    * document prebuild parameters
    
    * remove todo
    
    * make gen
    
    * feat: reuse agent tokens when a prebuilt agent reinitializes
    
    * WIP: get agent.go ready to be merged with support for prebuilds
    
    * fix: ensure the agent token is reused for prebuilds
    
    * lint and make gen
    
    * simplify function
    
    * test: rbac role test assertion to handle site wide roles
    
    Site wide roles have empty string org_ids
    
    ---------
    
    Co-authored-by: Steven Masley <stevenmasley@gmail.com>
    SasSwart and Emyrk authored May 2, 2025
    Configuration menu
    Copy the full SHA
    5648efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21147bf View commit details
    Browse the repository at this point in the history
Loading