Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: orinocoz/coder

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Force keeping old files to prevent dpkg failure on update (coder…

…#2399)

Updating a release if system files failed would result in failure from
the install script. This fixes it!

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: convert citations to hyperlinks (coder#2392)

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add hero image to OSS docs homepage (coder#2241)

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add tests for instance and app association (coder#2198)

This was regressed in coder#2187. There was bad testing around this
before, and this should prevent a similiar situation from happening
again!

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Improve Terraform agent<->resource association testing (coder#2187)

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: set /Users/spike for coder agent in gcp-linux template (coder#2147

)

Signed-off-by: Spike Curtis <[email protected]>

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Use proper webpack config for dev mode (coder#2061)

This was broken when improving the build times. The typechecker
unfortunately missed it!