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.15.0 to v2.16.0 in /render #182

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps coder/coder from v2.15.0 to v2.16.0.

Release notes

Sourced from coder/coder's releases.

v2.16.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.

Announcements

This is our largest Coder release since the launch of V2.

v2.16.0 introduces Organizations, Custom Roles, and Notifications in beta. Support for the new RBAC features (Custom Roles and Multi-Org) are limited to customers with a Premium license. Read our release blog for more information.

BREAKING CHANGES

  • Add --default-token-lifetime (#14631, fccf6f1e0) (@​ethanndickson)

    Breaks tokens created by directly calling /users/{user}/keys/tokens [post] without a lifetime in the request body. The new default TTL for these tokens is 7 days, down from 30. Lifetime should already be specified when calling this endpoint directly. This is unlikely to break any existing workflows.

  • Add summary to coder ping (#14762, b7c574f67) (@​ethanndickson)

    The new default behavior of coder ping is to ping indefinitely until an interrupt is detected alike many other ping commands. Previously, coder ping performed 10 pings by default. The -n argument can be used to perform a fixed number of pings. All diagnostics are also now written to stderr, instead of stdout.

Features

Organizations

Organizations introduce tiered RBAC, allowing for finer-grained team isolation within a deployment. Several Coder features previously scoped to the deployment level now exist under organizations, including IdP Sync, Groups, Quotas, and Provisioners. For detailed information on Multi-org functionality, read our release blog and documentation.

This feature requires a premium license.

orgs-settings

  • Add provisioners view to organization settings (#14501, 84922e239) (@​aslilac)

    orgs-provisioners-page Provisioners are now scoped to organizations, this UI helps view provisioners assigned to each organization and their health.

  • Add groups column to members page in organizations (#14620, 90b29df14) (@​DanielleMaywood)

    orgs-members-page The new "Members" page in the organization settings. Here you can view and manage all users that belong to this organization.

  • Display legacy IdP mappings in IdP sync settings (#14866, 894c758f0) (@​aslilac)

    IdP Sync Page Group and role sync are now scoped to the organization level. This page does not manage CRUD operations for the IdP sync configuration; only displays the mapping between your IdP and Coder. For implementation details see this PR (#14649).

  • Add premium license behavior for create organization page (#14650, c6bc7414a) (@​jaaydenh)

    Premium Banner This banner will appear in place of the Custom Roles UI for on deployments without a premium license.

  • Show organization name in workspaces table (#14547, c2491746b) (@​Parkreiner)

    org-displayed-workspace-listing Now that templates belong to an organization, the owning organization name will appear in the workspace listing when multiple organizations exist in a deployment.

  • Create IdP sync page skeleton (#14543, 6b9e1d477) (@​jaaydenh)
  • Get and update group IdP Sync settings (#14647, 5ed065d88) (@​aslilac)
  • Integrate backend with IdP sync page (#14755, a3ebcd7a1) (@​jaaydenh)
  • Implement organization role sync (#14649, 71393743d) (@​Emyrk)

... (truncated)

Commits
  • 683a720 chore: cherry pick updates for v2.16.0 (#14919)
  • 5246f8d docs: fix process-logging.md to replace deprecated items (#14842)
  • e6cd300 feat: add warning dialog when removing member from organization (#14695)
  • b805509 chore: remove mutli-organization experiment from the frontend (#14863)
  • 894c758 feat: display legacy idp mappings in idp sync settings (#14866)
  • 33988fe chore: allow user admins to configure idp sync (#14861)
  • 2c8b264 chore: remove multi-organization and custom role experiment (#14862)
  • 339eeba feat: display builtin roles alongside custom roles (#14843)
  • 5cc5bbe fix: improve provisioner key cli usability (#14834)
  • 62047e5 chore(docs): update devcontainer docs (#14850)
  • 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.15.0 to v2.16.0.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.15.0...v2.16.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 Oct 7, 2024
@matifali matifali merged commit eb43802 into main Oct 7, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/docker/render/coder/coder-v2.16.0 branch October 7, 2024 05:28
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