Skip to content

Tags: W3SS/terraform-provider-coder

Tags

v0.4.15

Toggle v0.4.15's commit message
chore: set MaxItems to 1 for app healthcheck

v0.4.14

Toggle v0.4.14's commit message
feat: add healthcheck parameters to coder_app

v0.4.13

Toggle v0.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Regenerate agent token on each run (coder#51)

This resolves a race condition where an old agent could be updated and connected to before the new agent was registered.

v0.4.12

Toggle v0.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add check for duplicate metadata keys (coder#49)

* fix: Add check for duplicate metadata keys

Fixes coder/coder#3721.

* Update internal/provider/provider.go

Co-authored-by: David Wahler <david@coder.com>

Co-authored-by: David Wahler <david@coder.com>

v0.4.11

Toggle v0.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add icon to coder_metadata resource (coder#48)

v0.4.10

Toggle v0.4.10's commit message
Generate docs for coder metadata

v0.4.9

Toggle v0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add custom host for access URL and remove access port (coder#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

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "fix: Add custom host for access URL and remove access port (c…

…oder#40)" (coder#42)

This reverts commit cea1dfa.

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add custom host for access URL and remove access port (coder#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

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Expose access_port on coder_workspace to allow for alternative …

…hosts (coder#37)

This allows our Docker template to use a custom host with the correct port.