|
| 1 | +--- |
| 2 | +title: "1.36.0" |
| 3 | +description: "Released on 10/26/2022" |
| 4 | +--- |
| 5 | + |
| 6 | +### Breaking changes ❗ |
| 7 | + |
| 8 | +There are no breaking changes in 1.36.0 |
| 9 | + |
| 10 | +### Features ✨ |
| 11 | + |
| 12 | +- infra: Allowed older verions of curl for self-contained builds. |
| 13 | +- infra: Allowed workspace template builds even if user does not have permission |
| 14 | + to add webhooks on their git repo. |
| 15 | +- infra: Broke out API request latency Prometheus metrics by route. |
| 16 | +- infra: Added Prometheus metrics around background job execution. |
| 17 | +- infra: Added support for cached CVMs with 5.15 and 5.16 kernel versions. |
| 18 | + |
| 19 | +### Bug fixes 🐛 |
| 20 | + |
| 21 | +- web: Fixed the "back to site" button that appears when trying to access an IDE |
| 22 | + on a workspace that has shut off. |
| 23 | +- infra: Fixed a goroutine leak. |
| 24 | +- web: Fixed relative links on embedded docs. |
| 25 | +- infra: Large numbers of concurrent workspace builds are distributed more |
| 26 | + evenly amongst multiple coderd replicas. |
| 27 | +- web: Allow org members to view activity metrics. |
| 28 | +- infra: Fix SSH connections not being audit logged. |
| 29 | +- infra: Fixed an issue where temporary pods created during build did not have |
| 30 | + templates applied. |
| 31 | +- infra: Fixed an issue where the hostname was set to `workspace` for CVM |
| 32 | + workspaces irrespective of the workspace name. |
| 33 | + |
| 34 | +### Security updates 🔐 |
| 35 | + |
| 36 | +- infra: Fixed an issued where Coder services inside the workspace could be |
| 37 | + reached via the network from outside in some environments. |
| 38 | + |
| 39 | +### Known Issues ℹ️ |
| 40 | + |
| 41 | +- On AWS EKS, cached CVMs are known to not work with more recent versions of the |
| 42 | + `Ubuntu2004` AMI family that include kernel version `5.15-aws`. Workaround: |
| 43 | + roll back to a version that includes an earlier kernel version (for example, |
| 44 | + `ubuntu-eks/k8s_1.22/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20220706`) |
| 45 | + or build a custom AMI with the generic kernel. |
0 commit comments