artifacthub helm/coder-v2/coder 0.13.4
v0.13.4

latest releases: 2.14.3, 2.15.0, 2.14.2...
21 months ago

Changelog

Coder and the Coder Helm chart now support listening on both HTTP and HTTPS simultaneously on different ports.

The coder server --address (CODER_ADDRESS) flag has been deprecated in favor of the new --http-address (CODER_HTTP_ADDRESS) and --tls-address (CODER_TLS_ADDRESS) flags. The previous flag will still with with identical behavior if specified for the foreseeable future, and a warning is printed if you use it.

Features

  • 6b6eac2 feat: remove loadtest cmd, add new scaletest cmd (#5310)
  • 31d38d4 feat: allow http and https listening simultaneously (#5365)

Bug fixes

  • 787b8b2 fix: fix app hostname returning port number (#5441)
  • fcd5511 fix: add provisioner tags to template push (#5446)

Other changes

  • e96fdbe feat: Add release.sh script and detect breaking changes (#5366)
  • 44c10bb build: Fix parallelism of make -j build (#5438)
  • 79c71d2 chore: Upgrade to sqlc version 2 yaml configuration (#5442)
  • 25ebeba ci: Improve gotestsum failure detection, prevent early exit (#5420)
  • 306fe4a ci: Fix release publish script (#5436)
  • fceac39 refactor: pin code-server to 4.8.3 (#5440)
  • 4bc420d test: Fix data race in loadtest/reconnectingpty (#5431)
  • e2aec27 test: Fix scaletest/reconnectingpty commands for use in powershell (#5439)
  • ffb8df9 test: Disable error on agent log in scaletest/reconnectingpty (#5445)

Compare: v0.13.3...v0.13.4

Container image

  • docker pull ghcr.io/coder/coder:v0.13.4

Don't miss a new coder release

NewReleases is sending notifications on new releases.