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

feat(helm): update chart coder to 2.16.0 #2927

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Oct 1, 2024

This PR contains the following updates:

Package Update Change
coder (source) minor 2.15.0 -> 2.16.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

coder/coder (coder)

v2.16.0

Compare Source

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, fccf6f1) (@​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, b7c574f) (@​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

Custom Roles

Administrators may now define custom roles with granular permission sets, then assign them to users or groups within an organization. This enables high-fidelity RBAC within a Coder deployment. For more information on custom roles, read our release blog and documentation.

This feature requires a premium license.

create-custom-role

  • Display builtin roles alongside custom roles (#​14843, 339eeba) (@​jaaydenh)

    roles-listing
    The new roles listing page -- present under organization settings. Note that the existing Coder-native roles are still present.

  • Add resource-action pills to custom roles table (#​14354, 093d243) (@​jaaydenh)
  • Add premium license banner for custom roles page (#​14595, 7de576b) (@​jaaydenh)

    The premium banner shown above will appear in place of the Custom Roles UI for on deployments without a premium license.

Other feature updates
Bug fixes
Documentation
Chores

Compare: v2.15.0...v2.16.0

Container image

  • docker pull ghcr.io/coder/coder:v2.16.0

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.15.1

Compare Source

Stable (since October 01, 2024)

Changelog

Bug Fixes

Compare: v2.15.0...v2.15.1

Container image

  • docker pull ghcr.io/coder/coder:v2.15.1

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@layla-bot layla-bot bot requested a review from kashalls as a code owner October 1, 2024 19:04
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Oct 1, 2024
@kashalls kashalls merged commit 212fa3b into main Oct 6, 2024
11 checks passed
@layla-bot layla-bot bot deleted the renovate/coder-2.x branch October 6, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant