- Notifications
You must be signed in to change notification settings - Fork22
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:v0.20.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:coder/terraform-provider-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.21.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 4commits
- 6files changed
- 2contributors
Commits on Apr 3, 2024
build(deps): Bump contributor-assistant/github-action from 2.3.1 to 2…
….3.2 (#201)Bumps [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action) from 2.3.1 to 2.3.2.- [Release notes](https://github.com/contributor-assistant/github-action/releases)- [Commits](contributor-assistant/github-action@v2.3.1...v2.3.2)---updated-dependencies:- dependency-name: contributor-assistant/github-action dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredApr 3, 2024 build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#200
)Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.---updated-dependencies:- dependency-name: google.golang.org/protobuf 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] authoredApr 3, 2024 build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#199)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.- [Release notes](https://github.com/stretchr/testify/releases)- [Commits](stretchr/testify@v1.8.4...v1.9.0)---updated-dependencies:- dependency-name: github.com/stretchr/testify 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] authoredApr 3, 2024
Commits on Apr 18, 2024
fix(provider): coalesce arch to armv7 if on 32-bit arm (#210)
This PR modifies the `coder_provisioner` datasource to return `arch` as `armv7` if `GOARCH=arm`.This fixes an issue where users on 32-bit arm platforms would be unable to create a template with```resource "coder_agent" "main" { arch = data.coder_provisioner.me.arch ...}```and would instead need to manually specify```resource "coder_agent" "main" { arch = "armv7" ...}```
johnstcn authoredApr 18, 2024
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.20.1...v0.21.0
Uh oh!
There was an error while loading.Please reload this page.