Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: coder/coder

v2.27.0

07 Oct 20:29
c0cd32c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

BREAKING CHANGES

  • Use client IP when creating connection logs for workspace proxied app accesses (#19788,6a9b896) (@ethanndickson)

    The presence of theip field oncodersdk.ConnectionLog cannot be guaranteed, and so the field has been made optional. It may be omitted on API responses.

  • Server: Only show task status for current build (#19966,eb55f0a) (@johnstcn)

    Renames theTaskStateCompleted constant toTaskStateComplete to align with the tense used inWorkspaceAppStatusStateComplete, requiring any code referencing the constant to be updated.

  • Rename prompt field to input for task creation (#19982,eb74732) (@DanielleMaywood)

    Renames theCreateTaskRequest.Prompt toCreateTaskRequest.Input to align with language used in our CLI and elsewhere in the codebase.

Features

AI Bridge

AI Bridge, the self-hosted LLM proxy for auditing LLM tools and adoption is now in Early access, get started with oursetup guide.

MCP Server

New tools added to theCoder MCP Server in Beta.

Tasks

v2.27.0 introduces the Tasks API (in beta) for integrating background agents into your ecosystem. Read more in ourdocumentation andblog posts.

Workspace sharing

Shared workspaces are in the early stages of development and not ready for public testing; we're looking forward to sharing the work when it's available. If you have requests for shared workspaces, please leave feedback in ourGithub Discussions.

Core

Bug fixes

Read more

Contributors

  • @mafredri
  • @dannykopping
  • @aslilac
  • @ThomasK33
  • @BrunoQuaresma
  • @cstyan
  • @rafrdz
  • @sreya
  • @johnstcn
  • @ssncferreira
  • @spikecurtis
  • @Emyrk
  • @aqandrew
  • @matifali
  • @kacpersaw
  • @deansheather
  • @mtojek
  • @SasSwart
  • @brettkolodny
  • @rowansmithau
  • @hugodutka
  • @Parkreiner
  • @ethanndickson
  • @DanielleMaywood
  • @code-asher
  • @david-fraley
  • @pawbana
  • @BenraouaneSoufiane
  • @ibetitsmike
mafredri, dannykopping, and 27 other contributors
Loading

v2.26.1

01 Oct 21:18
7afe6c8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Stable (since October 7, 2025)

Changelog

Bug fixes

Compare:v2.26.0...v2.26.1

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @kacpersaw
  • @ethanndickson
  • @DanielleMaywood
kacpersaw, ethanndickson, and DanielleMaywood
Assets26
ArdeshirV reacted with rocket emoji
1 person reacted

v2.25.3

01 Oct 21:48
f3db876
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Stable (since October 01, 2025)

Changelog

Bug fixes

Compare:v2.25.2...v2.25.3

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @DanielleMaywood
DanielleMaywood
Loading
ArdeshirV reacted with rocket emoji
1 person reacted

v2.25.2

04 Sep 04:26
f51e22d
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Stable (since September 04, 2025)

Changelog

Security Fixes

Bug Fixes

Compare:v2.25.1...v2.25.2

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @johnstcn
  • @ethanndickson
johnstcn and ethanndickson
Loading

v2.24.4

04 Sep 04:29
ecc6d53
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Stable (since September 04, 2025)

Changelog

Security Fixes

Compare:v2.24.3...v2.24.4

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @johnstcn
johnstcn
Loading

v2.26.0

03 Sep 00:35
a056cb6
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

KNOWN ISSUES

  • You may see higher numbers of "API Key Created" entries in the audit logs. This is expected due to fixing an audit logging omission (#19672).
  • Jetbrains users may experience inflated API key creation. This will be fixed in a future patch to the Jetbrains plugin version.

BREAKING CHANGES

  • Support empty or default fields when updating templates (#19256,aab2ccd) (@rafrdz)

    Breaking change to the Coder Go SDK. Field types incodersdk.UpdateTemplateMeta forIcon,Description, andDisplayName changed fromstring to*string. Consumers must pass pointers and handlenil checks. Code that assigns/reads plain strings will no longer compile without updates.

  • fix(coderd/prometheusmetrics)!: filter deleted wsbuilds to reduce db load (#19197,1b66495) (@mafredri)

    Breaking change tocoderd_api_workspace_latest_build Prometheus metric. Thecoderd_api_workspace_latest_build Prometheus metric no longer includes builds belonging to deleted workspaces, as such, this metric will show fewer statuses.

Security Fixes

Features

Bug fixes

Documentation

Performance improvements

Chores

Compare:v2.25.1...v2.26.0

Container image...

Read more

Contributors

  • @mafredri
  • @aslilac
  • @ThomasK33
  • @BrunoQuaresma
  • @cstyan
  • @rafrdz
  • @johnstcn
  • @ssncferreira
  • @spikecurtis
  • @Emyrk
  • @aqandrew
  • @kacpersaw
  • @mtojek
  • @SasSwart
  • @EdwardAngert
  • @f0ssel
  • @brettkolodny
  • @hugodutka
  • @ethanndickson
  • @DanielleMaywood
  • @DevelopmentCats
  • @jdomeracki-coder
mafredri, aslilac, and 20 other contributors
Loading
EricWvi, balala8, and elliot-graebert-skydio reacted with hooray emoji
3 people reacted

v2.25.1

07 Aug 18:19
3bf6a00
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Stable (since September 02, 2025)

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

Bug fixes

Compare:v2.25.0...v2.25.1

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.24.3

07 Aug 16:42
1be409c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Stable (since August 07, 2025)

Changelog

Bug fixes

Chores

Compare:v2.24.2...v2.24.3

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @kacpersaw
kacpersaw
Loading

v2.23.5

07 Aug 18:34
de62750
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Stable (since August 07, 2025)

Changelog

Compare:v2.23.4...v2.23.5

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.25.0

05 Aug 17:11
e6ec957
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

BREAKING CHANGES

  • Route connection logs to Connection log instead of Audit log (#18340,08e17a0) (@ethanndickson)

    Connections to workspaces (via SSH, workspace apps, or browser port-forwarding) will no longer create entries in the audit log. Those events will now be included in the 'Connection Log'.
    Please see the 'Connection Log' page in the dashboard, and the Connection Log documentation for details. Those with permission to view the Audit Log will also be able to view the Connection Log. The new Connection Log has the same licensing restrictions as the Audit Log, and requires a Premium Coder deployment.

  • Delete old connection events from audit log (#18735,f42de9f) (@ethanndickson)

    With new connection events appearing in the Connection Log, connection events older than 90 days will now be deleted from the Audit Log. If you require this legacy data, we recommend querying it from the REST API or making a backup of the database/these events before upgrading your Coder deployment. Please see the PR for details on what exactly will be deleted.
    Note: There are currently no plans to delete connection events from the Connection Log.

  • Add ability to cancel pending workspace build (#18713,8202514) (@kacpersaw)

    CancelWorkspaceBuild method in codersdk now accepts anoptionalrequest parameter.

  • Use devcontainer ID when rebuilding a devcontainer (#18604,f2d229e) (@DanielleMaywood)

    Minor breaking change for workspaces enabled by our devcontainer integration.
    Allows rebuilding a devcontainer without a valid devcontainer ID.

  • CLI: Add CLI support for creating workspace with presets (#18912,b975d6d) (@ssncferreira)

    This breaking change impacts thecoder create CLI command only for templates which contain presets.

    It introduces a--preset flag to the create command, which modifies the behavior when no preset is explicitly provided:

    • If the template includes presets and a default preset, the default will be automatically applied. The user will be notified, but not prompted.
    • If the template includes presets without a default, the user will be prompted to choose a preset.

    This breaks existing workflows for templates with presets that:

    • Expect the create command to proceed without applying a preset
    • Rely on non-interactive scripts or automated workflows, which will now fail or hang due to unexpected prompts

Features

Bug fixes

Read more

Contributors

  • @mafredri
  • @aslilac
  • @jaaydenh
  • @a1994sc
  • @ThomasK33
  • @BrunoQuaresma
  • @johnstcn
  • @ssncferreira
  • @spikecurtis
  • @Emyrk
  • @matifali
  • @kacpersaw
  • @deansheather
  • @SasSwart
  • @ausbru87
  • @EdwardAngert
  • @bpmct
  • @hugodutka
  • @Parkreiner
  • @ethanndickson
  • @DanielleMaywood
  • @code-asher
  • @DevelopmentCats
  • @ibetitsmike
  • @jdomeracki-coder
mafredri, aslilac, and 23 other contributors
Loading
Previous13452324
Previous

[8]ページ先頭

©2009-2025 Movatter.jp