Skip to content

Releases: coder/terraform-provider-coder

v0.4.9

18 Aug 21:02
7172f9c
Compare
Choose a tag to compare
fix: Add custom host for access URL and remove access port (#44)

* fix: Add custom host for access URL and remove access port

This allows a host override, which is useful for running Docker
containers that need to access the same deployment port, but on
`host.docker.internal` as the hostname.

It also removes access port, which was released a few days ago in hopes of
solving the same problem, but never really did. It doesn't seem likely to
be used yet, so it feels safe to remove.

* Fix access url when host is not provided

Signed-off-by: Spike Curtis <spike@coder.com>

Signed-off-by: Spike Curtis <spike@coder.com>
Co-authored-by: Spike Curtis <spike@coder.com>
Co-authored-by: Spike Curtis <spike@spikecurtis.com>

v0.4.8

18 Aug 18:51
b8bdb6b
Compare
Choose a tag to compare
Revert "fix: Add custom host for access URL and remove access port (#…

v0.4.7

18 Aug 15:54
cea1dfa
Compare
Choose a tag to compare
fix: Add custom host for access URL and remove access port (#40)

This allows a host override, which is useful for running Docker
containers that need to access the same deployment port, but on
`host.docker.internal` as the hostname.

It also removes access port, which was released a few days ago in hopes of
solving the same problem, but never really did. It doesn't seem likely to
be used yet, so it feels safe to remove.

v0.4.6

15 Aug 21:36
9975301
Compare
Choose a tag to compare
feat: Expose access_port on coder_workspace to allow for alternative …

v0.4.5

09 Aug 17:44
5e9c0be
Compare
Choose a tag to compare
feat: Add `coder_provisioner` resource for attributes from the host (…

v0.4.4

01 Aug 20:33
6ce0af0
Compare
Choose a tag to compare
build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#35)

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.16.0 to 2.20.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.16.0...v2.20.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  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>

v0.4.3

19 Jul 15:10
87135a9
Compare
Choose a tag to compare
Use upstream ghaction-import-gpg to fix release workflow (#32)

* fix: Replace hashicorp/ghaction-import-gpg with upstream

* use correct syntax for ghaction-import-gpg parameters

* fix "gpg_private_key" parameter name

v0.4.2

24 May 21:11
b755144
Compare
Choose a tag to compare
feat: Add path-based routing for applications (#21)

This adds a `path` parameter that specifies whether the URL
provided will be accessed via the wildcard or relative path.

v0.4.1

09 May 16:56
6469251
Compare
Choose a tag to compare
fix: Add "arm" architecture (#18)

This allows for 32-bit arm to be used with Coder.

v0.4.0

06 May 17:27
4531753
Compare
Choose a tag to compare
feat: Add app support (#17)

This adds what are presently named "devurls" in v1.
It seems this is a dated term, since this allows
much more than accessing applications via URL.

"coder open <name>" will launch any apps defined.
If in the web, it'll open either a web terminal or
port forward to the desired application. If in the terminal,
it'll open the browser, or launch the command over SSH.