Skip to content

docs: add v2.5.0 changelog #11139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changes from feedback
  • Loading branch information
bpmct committed Dec 11, 2023
commit 7cbd76c833b34f50c1d0e271592a346883c0b29c
6 changes: 6 additions & 0 deletions docs/admin/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,12 @@ OIDC provider will be added to the `myCoderGroupName` group in Coder.
[azure-gids]:
https://github.com/MicrosoftDocs/azure-docs/issues/59766#issuecomment-664387195

### Group allowlist

You can limit which groups from your identity provider can log in to Coder with [CODER_OIDC_ALLOWED_GROUPS](https://coder.com/docs/v2/latest/cli/server#--oidc-allowed-groups). Users who are not in a matching group will see the following error:

![Unauthorized group error](../images/admin/group-allowlist.png)

### Troubleshooting

Some common issues when enabling group sync.
Expand Down
10 changes: 5 additions & 5 deletions docs/changelogs/v2.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@
![External auth settings](https://gist.github.com/assets/22407953/99252719-7255-426e-ba88-55d08dd04586)
- Allow auditors to read template insights (#10860) (@johnstcn)
- Add support for custom permissions in Helm chart `rbac.yaml` file (#10590) (@lbi22)
- Add `workspace_id`, `owner_name`` to agent manifest (#10199) (@szab100)
- Add `workspace_id`, `owner_name` to agent manifest (#10199) (@szab100)
- Allow identity provider to return single string for roles/groups claim (#10993) (@Emyrk)
- Add endpoints to list all auth-ed external apps (#10944) (@Emyrk)
- Support v2 Tailnet API in AGPL coordinator (#11010) (@spikecurtis)
- Dormant workspaces now appear in the default workspaces list (#11053) (@sreya)
- Include server agent API version in buildinfo (#11057) (@spikecurtis)
- Restart stopped workspaces on `coder ssh` command (#11050) (@Emyrk)
- Add group allowlist for oidc (#11070) (@Emyrk)
- You can now specify an [allowlist for OIDC Groups](https://coder.com/docs/v2/latest/admin/auth#group-allowlist) (#11070) (@Emyrk)
- Display 'Deprecated' warning for agents using old API version (#11058) (@spikecurtis)
- Add support for `coder_env` resource to set environment variables within modules (#11102) (@mafredri)
- Add support for `coder_env` resource to set environment variables within a workspace (#11102) (@mafredri)
- Handle session signals (#10842) (@mafredri)
- Allow specifying names of provisioner daemons (#11077) (@johnstcn)
- Preserve old agent logs (#10776) (@ammario)
- Store workspace proxy version in the database (#10790) (@johnstcn)
- Add `last_seen_at` and version to provisioner_daemons table (#11033) (@johnstcn)
- New layout for web-based template editor (#10912) (@BrunoQuaresma)
![Template editor layout](https://gist.github.com/assets/22407953/0351f0bd-6872-4186-a704-a403048e5758)
- Add `arm64` and `amd64` portable binaries to `winget` (#11030) (@matifali)
- Add claims to oauth link in db for debug (#10827) (@Emyrk)
- Change login screen layout (#10768) (@BrunoQuaresma)
Expand Down Expand Up @@ -70,15 +71,14 @@
- Display app templates correctly in build preview (#10994) (@Kira-Pilot)
- Redirect unauthorized git users to login screen (#10995) (@Kira-Pilot)
- Use unique workspace owners over unique users (#11044) (@f0ssel)
- Stop updating agent stats from deleted workspaces (#11026) (@f0ssel)
- Avoid updating agent stats from deleted workspaces (#11026) (@f0ssel)
- Track JetBrains connections (#10968) (@code-asher)
- Handle no memory limit in `coder stat mem` (#11107) (@f0ssel)
- Provide helpful error when no login url specified (#11110) (@f0ssel)
- Return 403 when rebuilding workspace with require_active_version (#11114) (@sreya)
- Use provisionerd context when failing job on canceled acquire (#11118) (@spikecurtis)
- Ensure we are talking to coder on first user check (#11130) (@f0ssel)
- Prevent logging error for query cancellation in `watchWorkspaceAgentMetadata` (#10843) (@mafredri)
- Keep workspace agent connection open after dial context (#10863) (@mafredri)
- Fix a broken link (#10783) (@matifali)
- Disable CODER_DERP_SERVER_STUN_ADDRESSES correctly (#10840) (@strike)
- Remove anchor links from headings in admin/healthcheck.md (#10975) (@johnstcn)
Expand Down
Binary file added docs/images/admin/group-allowlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.