Bumps the coder-image group with 1 update in the /heroku directory:coder/coder.
Bumps the coder-image group with 1 update in the /render directory:coder/coder.
Updatescoder/coder from v2.27.3 to v2.28.0
Release notes
Sourced fromcoder/coder's releases.
v2.28.0
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
- Ensure consistent secret token generation and hashing (#20388, 13ca9ead3) (
@Emyrk)This change standardizes how Coder hashes secret tokens by switching OAuth2 tokens from salted userpassword. Hash to the same SHA256 hashing method used for API keys, improving consistency across all secret token types.This is a breaking change because existing OAuth2 tokens will no longer validate correctly after the update, but the impact is limited to OAuth2 functionality which is only available in dev builds and experimental features.
- Removed TaskAppID field from WorkspaceBuild API response in favor of new task data model (#20583, 7a97ebe03) (
@DanielleMaywood)This change removes the task_app_id field from the WorkspaceBuild API response, which was a temporary field that stored the task's workspace app ID directly in the workspace build object. Clients that were consuming this field from the API will need to instead fetch this information from the new dedicated Task data model via the Task API endpoints.
- AI Bridge is now stable - removed experimental flag and moved from
/api/experimental/aibridge/* to/api/v2/aibridge/* (#20544, a119fe2f5) (@dannykopping)Removes the experimental flag for AI Bridge and promotes it to Stable. Update URL routes to /api/v2/aibridge/* for continued use of AI Bridge.
Features
Bridge
CLI
- Add filtering by initiator to provisioner job listing in the CLI (#20137, d17dd5d78) (
@SasSwart) - Add cli command
scaletest dynamic-parameters (#20034, 65335bc7d) (@spikecurtis) - Add provisioner tags to dynamic-parameters scaletest (#20435, 0f342ecc0) (
@spikecurtis) - Add scoped token support to CLI (#19985, cadf1352b) (
@ThomasK33) - CLI: Prompt for missing required template variables on template creation (#19973, bb5884467) (
@rafrdz) - CLI: Warn user if setting autostart on workspace with template-level autostart (#20454, fb9d8e303) (
@mtojek) - CLI: Add dynamic completions for ssh command (#20171, 9780d0295) (
@matifali) - AI Bridge CLI commands are now stable and no longer experimental (#20524, f5f17f9bb) (
@dannykopping)
Dashboard
- Add remove task button into the tasks list (#20036, f23a6a114) (
@BrunoQuaresma) - Add workspace status on tasks (#20037, 6b61c8a32) (
@BrunoQuaresma) - Select template version for tasks (#20146, 840afb225) (
@BrunoQuaresma) - Include latest build id in task responses (#20181, 23a44d10a) (
@BrunoQuaresma) - Skip deprecated:false in templates search bar (#20274, 8ac54534f) (
@mtojek) - Underline links in announcement banner for better visibility (#20166, 5119db3cd) (
@app/blink-so) - Improve template version select ux (#20347, a6461ab7f) (
@BrunoQuaresma) - Add copy on ctrl/command+shift+c and selection to web terminal (#20129, cbaa97cb7) (
@code-asher) - Add terminal in the task page (#20396, aa689cbb3) (
@BrunoQuaresma) - Add support buttons (#20339, f2a410566) (
@mtojek) - Add copyparty icon (#20440, 8daf4f35b) (
@DevelopmentCats) - Dashboard: Make TaskPrompt PromptTextarea read-only when submitting (#20363, f6526b789) (
@johnstcn) - Added AI Governance page to view AI Bridge request interception logs (#20331, f5909e539) (
@jakehwll)
... (truncated)
Commits
Updatescoder/coder from v2.27.3 to v2.28.0
Release notes
Sourced fromcoder/coder's releases.
v2.28.0
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
- Ensure consistent secret token generation and hashing (#20388, 13ca9ead3) (
@Emyrk)This change standardizes how Coder hashes secret tokens by switching OAuth2 tokens from salted userpassword. Hash to the same SHA256 hashing method used for API keys, improving consistency across all secret token types.This is a breaking change because existing OAuth2 tokens will no longer validate correctly after the update, but the impact is limited to OAuth2 functionality which is only available in dev builds and experimental features.
- Removed TaskAppID field from WorkspaceBuild API response in favor of new task data model (#20583, 7a97ebe03) (
@DanielleMaywood)This change removes the task_app_id field from the WorkspaceBuild API response, which was a temporary field that stored the task's workspace app ID directly in the workspace build object. Clients that were consuming this field from the API will need to instead fetch this information from the new dedicated Task data model via the Task API endpoints.
- AI Bridge is now stable - removed experimental flag and moved from
/api/experimental/aibridge/* to/api/v2/aibridge/* (#20544, a119fe2f5) (@dannykopping)Removes the experimental flag for AI Bridge and promotes it to Stable. Update URL routes to /api/v2/aibridge/* for continued use of AI Bridge.
Features
Bridge
CLI
- Add filtering by initiator to provisioner job listing in the CLI (#20137, d17dd5d78) (
@SasSwart) - Add cli command
scaletest dynamic-parameters (#20034, 65335bc7d) (@spikecurtis) - Add provisioner tags to dynamic-parameters scaletest (#20435, 0f342ecc0) (
@spikecurtis) - Add scoped token support to CLI (#19985, cadf1352b) (
@ThomasK33) - CLI: Prompt for missing required template variables on template creation (#19973, bb5884467) (
@rafrdz) - CLI: Warn user if setting autostart on workspace with template-level autostart (#20454, fb9d8e303) (
@mtojek) - CLI: Add dynamic completions for ssh command (#20171, 9780d0295) (
@matifali) - AI Bridge CLI commands are now stable and no longer experimental (#20524, f5f17f9bb) (
@dannykopping)
Dashboard
- Add remove task button into the tasks list (#20036, f23a6a114) (
@BrunoQuaresma) - Add workspace status on tasks (#20037, 6b61c8a32) (
@BrunoQuaresma) - Select template version for tasks (#20146, 840afb225) (
@BrunoQuaresma) - Include latest build id in task responses (#20181, 23a44d10a) (
@BrunoQuaresma) - Skip deprecated:false in templates search bar (#20274, 8ac54534f) (
@mtojek) - Underline links in announcement banner for better visibility (#20166, 5119db3cd) (
@app/blink-so) - Improve template version select ux (#20347, a6461ab7f) (
@BrunoQuaresma) - Add copy on ctrl/command+shift+c and selection to web terminal (#20129, cbaa97cb7) (
@code-asher) - Add terminal in the task page (#20396, aa689cbb3) (
@BrunoQuaresma) - Add support buttons (#20339, f2a410566) (
@mtojek) - Add copyparty icon (#20440, 8daf4f35b) (
@DevelopmentCats) - Dashboard: Make TaskPrompt PromptTextarea read-only when submitting (#20363, f6526b789) (
@johnstcn) - Added AI Governance page to view AI Bridge request interception logs (#20331, f5909e539) (
@jakehwll)
... (truncated)
Commits
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the coder-image group with 1 update in the /heroku directory:coder/coder.
Bumps the coder-image group with 1 update in the /render directory:coder/coder.
Updates
coder/coderfrom v2.27.3 to v2.28.0Release notes
Sourced fromcoder/coder's releases.
... (truncated)
Commits
1b1e3cbchore: change managed agent limit (#20664)ea0aca0fix(coderd): fix template ai task check error message (#20651) (#20659)563612efix: delete related task when deleting workspace (#20567) (#20585)fa43ea8chore: remove brazil fly.io proxy (#20601) (#20645)d82ba7efix(coderd): disallow POSTing a workspace build on a deleted workspace (#2058...cb4ea1ffix(coderd): fix audit log resource link for tasks (#20545) (#20547)effbe4erefactor: remove TaskAppID from codersdk.WorkspaceBuild (#20583) (#20592)6424093feat: add prebuilds reconciliation duration metric (#20535) (#20581)2cf4b5cperf: optimize prebuilds membership reconciliation to check orgs not presets ...a7b3efbfeat: delete pending canceled prebuilds (#20499) (#20554)Updates
coder/coderfrom v2.27.3 to v2.28.0Release notes
Sourced fromcoder/coder's releases.
... (truncated)
Commits
1b1e3cbchore: change managed agent limit (#20664)ea0aca0fix(coderd): fix template ai task check error message (#20651) (#20659)563612efix: delete related task when deleting workspace (#20567) (#20585)fa43ea8chore: remove brazil fly.io proxy (#20601) (#20645)d82ba7efix(coderd): disallow POSTing a workspace build on a deleted workspace (#2058...cb4ea1ffix(coderd): fix audit log resource link for tasks (#20545) (#20547)effbe4erefactor: remove TaskAppID from codersdk.WorkspaceBuild (#20583) (#20592)6424093feat: add prebuilds reconciliation duration metric (#20535) (#20581)2cf4b5cperf: optimize prebuilds membership reconciliation to check orgs not presets ...a7b3efbfeat: delete pending canceled prebuilds (#20499) (#20554)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions