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: v0.11.1
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: v0.12.0
Choose a head ref
  • 14 commits
  • 18 files changed
  • 5 contributors

Commits on Jul 18, 2023

  1. build(deps): Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc07…

    …44dd to 0.7.0 (#108)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7dbd512 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.53.0 (#139)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    080a171 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump actions/setup-go from 3 to 4 (#131)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d53ec63 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump contributor-assistant/github-action from 2.2.1 to 2…

    ….3.0 (#95)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5eb83e9 View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 (#128)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ddf26e8 View commit details
    Browse the repository at this point in the history
  6. chore: bump go to 1.20 in release.yml (#143)

    Co-authored-by: Colin Adler <colin1adler@gmail.com>
    matifali and coadler authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8ec2e1e View commit details
    Browse the repository at this point in the history
  7. build(deps): Bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.3.0 (#…

    …129)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    09b1ab7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d8fa00 View commit details
    Browse the repository at this point in the history
  9. build(deps): Bump goreleaser/goreleaser-action from 3.0.0 to 4.3.0 (#132

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

Commits on Jul 19, 2023

  1. chore: calrify the format of url for coder_app resource (#145)

    * chore: calrify the format of `url` for `coder_app` resource
    
    A user has suggested to clarify the format of `url` in `coder_app` resource.
    
    See : coder/coder#8574 (comment) for related discussion.
    
    * Update app.go
    
    * make gen
    
    * Update app.go
    
    * make gen
    matifali authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    188ffef View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. feat: add default_apps field to coder_agent resource (#147)

    - Enables a template admin to configure which apps are displayed
      to the user in the dashboard.
    sreya authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    233ea60 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. feat: add coder_script (#154)

    * feat: add `coder_script`
    
    See coder/coder#9287
    
    I decided to drop the `agent` portion from the name. It seemed inconsistent
    with `coder_app`.
    
    * Fix docs
    kylecarbs authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9495777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4d723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73943b2 View commit details
    Browse the repository at this point in the history
Loading