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/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.1
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.2
Choose a head ref
  • 3 commits
  • 93 files changed
  • 3 contributors

Commits on May 22, 2024

  1. fix: properly detect agent resouces in terraform (#13343)

    Terraform changed the default output of the `terraform graph` command.
    You must put `-type=plan` to keep the prior behavior.
    
    (cherry picked from commit 3364abe)
    
    Co-authored-by: Colin Adler <colin1adler@gmail.com>
    kylecarbs and coadler committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9c5fc3b View commit details
    Browse the repository at this point in the history
  2. chore(scripts): fix a few release script changelog issues (#13200)

    (cherry picked from commit 0998ced)
    mafredri authored and coadler committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d31e07d View commit details
    Browse the repository at this point in the history
  3. fix: prevent stdlib logging from messing up ssh (#13161)

    Fixes #13144
    
    (cherry picked from commit 13dd526)
    coadler committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d53c94b View commit details
    Browse the repository at this point in the history
Loading