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.17.2 to v2.18.0 in /render #192

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps coder/coder from v2.17.2 to v2.18.0.

Release notes

Sourced from coder/coder's releases.

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

  • Allow disabling notifications (#15509, 576e1f48f) (@​DanielleMaywood)

    Disables notifications when both $CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT and $CODER_EMAIL_SMARTHOST are unset. Drops the default value for $CODER_EMAIL_SMARTHOST.

  • Extract provisioner tags from coder_workspace_tags data source (#15578, 1cdc3e892) (@​johnstcn)

    As this effectively blocks template creation if coder_workspace_tags is malformed or references anything other than a Terraform variable or coder_parameter, this is marked as a breaking change.

Features

  • Add prometheus metric for tracking user statuses (#15281, 3de98c25d) (@​coadler)

    Adds the ability to track total users in the platform by status; admins can track license consumption over time by scraping this endpoint (coderd_api_total_user_count).

  • Add audit logs for user dormancy events (#15298, 088f21965) (@​coadler)
  • Add user-scoped tailnet API endpoint (api/v2/tailnet) with a new RPC stream for receiving updates on workspaces owned by a specific user 0(#14847, b1298a3c1) (@​ethanndickson)
  • Add Premium features page in deployment settings (#15094, d4131badb) (@​jaaydenh)

    Adds a page in deployment settings to preview features available under our Premium license. Some features were previously undiscoverable. Image

  • Add support for multiple tunnel destinations in tailnet for CoderVPN (#15409, e5661c274) (@​spikecurtis)
  • Add workspace updates controller (#15506, 08216aaad) (@​spikecurtis)
  • Set DNS hostnames in workspace updates controller (#15507, 916df4d41) (@​spikecurtis)
  • Add support for WorkspaceUpdates to WebsocketDialer (#15534, 747f7ce17) (@​spikecurtis)
  • Change port-forward to opportunistically listen on IPv6 (#15640, e6506f067) (@​spikecurtis)
  • Add agent exec pkg to enable later replacement of agent process priority management (#15577, bbc549d2d) (@​sreya)
  • CLI: Rotate file logs for coderd (#15438, d6442db25) (@​defelmnq)

    We already rotated agent logs, this uses the same logic for CODER_LOGGING_HUMAN.

  • Server: Update API to allow filtering provisioner daemons by tags (#15448, 814dd6f85) (@​SasSwart)

    Prerequisite for several improvements to the UX when no provisioner is available for a job.

  • Server: Add endpoint (/organizations/{org}/provisionerkeys) to fetch provisioner key details (#15505, a518017a8) (@​defelmnq)
  • Examples: Promote module usage in example templates (#15517, f9d669838) (@​phorcys420)
  • Helm: Support deploying multiple provisioners in same namespace (#15637, 7876dc5fb) (@​johnstcn)
  • Provisioner: Add support for workspace_owner_login_type (#15499, 4a6b28f5d) (@​johnstcn)

    Enables login_type to be added to the coder_workspace_owner data source in the Coder Terraform provider ([terraform-provider-coder/#235](coder/terraform-provider-coder#235)).

  • Provisioner: Allow variadic tags in provisionersdk.MutateTags (#15518, aca5be5e5) (@​johnstcn)
  • Provisioner: Implement WorkspaceTagDefaultsFromFile (#15236, bebc38ee9) (@​johnstcn)
  • Dashboard: Add agent connection timings to workspace build timings UI (#15276, e232aee01) (@​BrunoQuaresma)

    Workspace build timing UI now shows agent connection time in main step of startup. Image

  • Dashboard: Warn on provisioner health during builds

    Previously, there was no clean method to diagnose template create issues caused by provisioners. This Adds warning alerts to log drawers for templates and template versions when provisioner health issues are encountered.

    Updating a template version with no provisioners: Image

... (truncated)

Commits
  • d8651d7 fix: remove dylib job from release workflow (#15736)
  • 41359ce chore: add cherry-picks for release 2.18 (#15735)
  • 45d9274 chore: disable parallelization when running security action (#15666)
  • a9195bf docs: add Amazon DCV Windows module to guides (#15610)
  • 35594bb chore: update testify to v1.9.0 in go.sum (#15662)
  • 8439573 chore: bump github.com/mocktools/go-smtp-mock/v2 from 2.3.0 to 2.4.0 (#15644)
  • 0239507 chore: bump github.com/gohugoio/hugo from 0.138.0 to 0.139.2 (#15646)
  • db6d345 chore: bump github.com/coder/serpent from 0.9.0 to 0.10.0 (#15645)
  • ab8769e chore: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#15648)
  • 9e78aae ci: bump the github-actions group with 3 updates (#15649)
  • 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.17.2 to v2.18.0.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.17.2...v2.18.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 Dec 9, 2024
@matifali matifali merged commit c5dadcc into main Dec 9, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/docker/render/coder/coder-v2.18.0 branch December 9, 2024 09:46
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