Commit 2993d0b
chore(deps): bump github.com/coder/coder/v2 from 2.25.2 to 2.27.1 (#269)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from
2.25.2 to 2.27.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/coder/coder/releases">github.com/coder/coder/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.27.1</h2>
<h2>Changelog</h2>
<blockquote>
<p>[!NOTE]
This is a mainline Coder release. We advise enterprise customers without
a staging environment to install our <a
href="https://github.com/coder/coder/releases/latest">latest stable
release</a> while we refine this version. Learn more about our <a
href="https://coder.com/docs/install/releases">Release Schedule</a>.</p>
</blockquote>
<h3>Bug fixes</h3>
<ul>
<li>Server: Truncate task prompt to 160 characters in notifications (<a
href="https://github.com/coder/coder/issues/20147">#20147</a>)
(<a
href="https://github.com/coder/coder/issues/20153">#20153</a>,
b2d6a1886) (<a
href="https://github.com/johnstcn"><code>@johnstcn</code></a>)
<blockquote>
<p>Certain <code>coder stat</code> commands were failing on more complex
Cgroup environments. This patch addresses that failure, and other
complex setups.</p>
</blockquote>
</li>
</ul>
<h3>Chores</h3>
<ul>
<li>Upgrade coder/clistat to v1.1.1 (<a
href="https://github.com/coder/coder/issues/20322">#20322</a>)
(<a
href="https://github.com/coder/coder/issues/20325">#20325</a>,
230b55bfa)</li>
</ul>
<p>Compare: <a
href="https://github.com/coder/coder/compare/v2.27.0...v2.27.1"><code>v2.27.0...v2.27.1</code></a></p>
<h2>Container image</h2>
<ul>
<li><code>docker pull ghcr.io/coder/coder:v2.27.1</code></li>
</ul>
<h2>Install/upgrade</h2>
<p>Refer to our docs to <a
href="https://coder.com/docs/install">install</a> or <a
href="https://coder.com/docs/install/upgrade">upgrade</a> Coder, or use
a release asset below.</p>
<h2>v2.27.0</h2>
<h2>Changelog</h2>
<blockquote>
<p>[!NOTE]
This is a mainline Coder release. We advise enterprise customers without
a staging environment to install our <a
href="https://github.com/coder/coder/releases/latest">latest stable
release</a> while we refine this version. Learn more about our <a
href="https://coder.com/docs/install/releases">Release Schedule</a>.</p>
</blockquote>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Use client IP when creating connection logs for workspace proxied
app accesses (<a
href="https://github.com/coder/coder/issues/19788">#19788</a>,
6a9b896f5) (<a
href="https://github.com/ethanndickson"><code>@ethanndickson</code></a>)
<blockquote>
<p>The presence of the <code>ip</code> field on
<code>codersdk.ConnectionLog</code> cannot be guaranteed, and so the
field has been made optional. It may be omitted on API responses.</p>
</blockquote>
</li>
<li>Server: Only show task status for current build (<a
href="https://github.com/coder/coder/issues/19966">#19966</a>,
eb55f0ab1) (<a
href="https://github.com/johnstcn"><code>@johnstcn</code></a>)
<blockquote>
<p>Renames the <code>TaskStateCompleted</code> constant to
<code>TaskStateComplete</code> to align with the tense used in
<code>WorkspaceAppStatusStateComplete</code>, requiring any code
referencing the constant to be updated.</p>
</blockquote>
</li>
<li>Rename prompt field to input for task creation (<a
href="https://github.com/coder/coder/issues/19982">#19982</a>,
eb7473283) (<a
href="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>)
<blockquote>
<p>Renames the <code>CreateTaskRequest.Prompt</code> to
<code>CreateTaskRequest.Input</code> to align with language used in our
CLI and elsewhere in the codebase.</p>
</blockquote>
</li>
</ul>
<h3>Features</h3>
<h4>AI Bridge</h4>
<p>AI Bridge, the self-hosted LLM proxy for auditing LLM tools and
adoption is now in Early access, get started with our <a
href="https://coder.com/docs/ai-coder/ai-bridge">setup guide</a>.</p>
<ul>
<li>Add <code>aibridgedserver</code> pkg (<a
href="https://github.com/coder/coder/issues/19902">#19902</a>,
615585d5d) (<a
href="https://github.com/dannykopping"><code>@dannykopping</code></a>)</li>
<li>Add aibridged package (<a
href="https://github.com/coder/coder/issues/19797">#19797</a>,
fc9bff710) (<a
href="https://github.com/dannykopping"><code>@dannykopping</code></a>)</li>
<li>Initialize <code>aibridged</code> & mount API handler (<a
href="https://github.com/coder/coder/issues/19798">#19798</a>,
0a7981705) (<a
href="https://github.com/dannykopping"><code>@dannykopping</code></a>)</li>
<li>Add endpoint to list aibridge interceptions (<a
href="https://github.com/coder/coder/issues/19929">#19929</a>,
0a6ba5d51) (<a
href="https://github.com/pawbana"><code>@pawbana</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coder/coder/commit/230b55bfa043c6cb1c2be7e00fa347f27a65ebe7"><code>230b55b</code></a>
chore: upgrade coder/clistat to v1.1.1 (<a
href="https://github.com/coder/coder/issues/20322">#20322</a>)
(<a
href="https://github.com/coder/coder/issues/20325">#20325</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/b2d6a188614ae579b8ac870d7b3528ab16ae66f5"><code>b2d6a18</code></a>
fix(coderd): truncate task prompt to 160 characters in notifications (<a
href="https://github.com/coder/coder/issues/20147">#20147</a>)...</li>
<li><a
href="https://github.com/coder/coder/commit/c0cd32c2c4d583423be4cec2a6f9f30209cbce3b"><code>c0cd32c</code></a>
chore: fix missing variable in deploy workflow (<a
href="https://github.com/coder/coder/issues/20135">#20135</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/c2414d5287705916875377833e43c5c21ef57a37"><code>c2414d5</code></a>
chore: backport release freeze workflow to 2.27 (<a
href="https://github.com/coder/coder/issues/20132">#20132</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/ff69ed69df8cf22b60aa0bebafb0fcc89d38f4a0"><code>ff69ed6</code></a>
chore: backport various downgrades from main (<a
href="https://github.com/coder/coder/issues/20133">#20133</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/f4a6894bf42f96e604173d755adcf036a7def1ac"><code>f4a6894</code></a>
chore: bump <code>@radix-ui/react-dialog</code> from 1.1.4 to 1.1.15 in
/site (<a
href="https://github.com/coder/coder/issues/20068">#20068</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/77b95983aa1282ebe77821e56cd3a41b1584c844"><code>77b9598</code></a>
chore: bump <code>@radix-ui/react-select</code> from 2.1.4 to 2.2.6 in
/site (<a
href="https://github.com/coder/coder/issues/20079">#20079</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/fc6c5a49d6122e10adfdfd075d7066a4a87a778e"><code>fc6c5a4</code></a>
chore: bump msw from 2.4.8 to 2.11.3 in /site (<a
href="https://github.com/coder/coder/issues/20074">#20074</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/7c4c4abc7b41561cb20ebd7e4ef1a175a4ff0d73"><code>7c4c4ab</code></a>
chore: bump the vite group across 1 directory with 3 updates (<a
href="https://github.com/coder/coder/issues/20057">#20057</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/cdd9ddd65949810a5b70baf4176e3784f47ab722"><code>cdd9ddd</code></a>
chore: bump ssh2 and <code>@types/ssh2</code> in /site (<a
href="https://github.com/coder/coder/issues/20077">#20077</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/coder/coder/compare/v2.25.2...v2.27.1">compare
view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/coder/coder/v2 | [>= 2.15.0.a, < 2.15.1] |
| github.com/coder/coder/v2 | [>= 2.18.0.a, < 2.18.1] |
</details>
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ethan Dickson <[email protected]>1 parent eb6ec77 commit 2993d0b
File tree
4 files changed
+125
-119
lines changed- internal/provider
4 files changed
+125
-119
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments