Skip to content
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

chore(deps): bump coder/coder from v2.19.0 to v2.20.0 in /heroku #208

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps coder/coder from v2.19.0 to v2.20.0.

Release notes

Sourced from coder/coder's releases.

v2.20.0

Changelog

[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

BREAKING CHANGES

  • Enforce agent names be case-insensitive-unique per-workspace (#16614, 3fddfef87) (@​ethanndickson)
  • Enforce regex for agent names (#16641, 9469b7829) (@​deansheather)

    Underscores and trailing, leading and double hyphens are now blocked in agent names.

Features

Organizations have reached general availability and Workspace Presets are available in beta. Read more about how to get started with these features in our monthly changelog.

  • Orgs IDP sync - add combobox to select claim field value when sync field is set (#16335, 7f44189ed) (@​jaaydenh)

    Improves UX of entering IDP sync claims via the dashboard. Image

  • Show warning on unrecognized idp org mapping claims (#16478, bcfeb726d) (@​aslilac)
  • Show warning on unrecognized idp group and role mapping claims (#16485, 323559ba8) (@​aslilac)

    Image

  • Add combobox for selecting claim field value for group/role idp sync (#16459, 7076c4e4a) (@​jaaydenh)

    Automatically detects IDP claims once a provider is configured for entry in the dashboard.

  • Improve resources_monitoring for OOM & OOD monitoring (#16241, 7cbd77fd9) (@​defelmnq)
  • Integrate agentAPI with resources monitoring logic (#16438, bc609d005) (@​defelmnq)

    Adds "resource alerts" as a native notification. Set thresholds on memory, disk to alert users when their workspaces are running low on resources. Image

  • Add agentapi endpoint to report connections for audit (#16507, b07b33ec9) (@​mafredri)
  • Add workspace agent connect and app open audit types (#16493, b5329ae1c) (@​mafredri)

    Administrators and Auditors may now see agent connections and app opens in the audit log. Image

  • Add notifications troubleshooting tab (#16650, e8a7b7e8c) (@​mtojek)
  • Add CLI tool to send a test notification (#16611, d2419c89a) (@​DanielleMaywood)

    Image

  • Support the OAuth2 device flow with GitHub for signing in (#16585, 8c5e7007c) (@​hugodutka)
  • Show dialog with a redirect if permissions are required (#16661, 39f42bc11) (@​brettkolodny)
  • Enable soft delete for organizations (#16584, 546a549dc) (@​jaaydenh)

    Previously, administrators could not delete organizations, even if all contained resources were removed or deleted. This resolves that issue and allows administrators to clean up organizations.

  • Implement sign up with GitHub for the first user (#16629, 67d89bb10) (@​hugodutka)
  • Enable GitHub OAuth2 login by default on new deployments (#16662, d3a56ae3e) (@​hugodutka)

    Users may now sign up with Github on a fresh deployment of Coder.

  • Extend OverrideVSCodeConfigs to support additional VS Code IDEs (#16654, 763921bc6) (@​matifali)
  • Add provisioner tags field on template creation (#16656, 38ad8d1f3) (@​BrunoQuaresma)
  • Include winres metadata in Windows binaries (#16742, 36186bbb7)
  • Implement WorkspaceCreationBan organization role (#16786, 4633658d5) (@​Emyrk)

    Allows administrators to assign the native "Workspace creation ban" to users and prevent them from creating workspaces.

  • Agent: Add container list handler (#16346, 31b1ff7d3) (@​johnstcn)

    This PR adds an API endpoint to coderd /api/v2/workspaceagents/:id/containers that allows listing containers visible to the agent. Optional filtering by labels is supported.

  • Agent: Add CODER_AGENT_DEVCONTAINERS_ENABLE option (#16525, 35901028d) (@​johnstcn)

... (truncated)

Commits
  • 03b5012 feat: update default audit log avatar (cherry-pick #16774) (#16805)
  • a5eb06e fix: add org role read perm to site template admins and auditors (cherry-pick...
  • 8aec4f2 chore: create collapsible summary component (cherry-pick #16705) (#16794)
  • e54e31e chore: add an unassign action for roles (cherry-pick #16728) (#16791)
  • 32dc903 fix: allow viewOrgRoles for custom roles page (cherry-pick #16722) (#16789)
  • 7381f9a chore: warn user without permissions to view org members (cherry-pick #16721)...
  • 4633658 feat: implement WorkspaceCreationBan org role (cherry-pick #16686) (#16786)
  • 6da3c9d fix: allow orgs with default github provider (cherry-pick #16755) (#16784)
  • 99a5d72 docs: suggest disabling the default GitHub OAuth2 provider on k8s (cherry-pic...
  • fc0db40 docs: document default GitHub OAuth2 configuration and device flow (2.20) (#1...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [coder/coder](https://github.com/coder/coder) from v2.19.0 to v2.20.0.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.19.0...v2.20.0)

---
updated-dependencies:
- dependency-name: coder/coder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@matifali matifali merged commit 8cbaeb2 into main Mar 10, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/docker/heroku/coder/coder-v2.20.0 branch March 10, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant